Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit adec4121 authored by Andrew's avatar Andrew Committed by GitHub
Browse files

Update 11-firewall.conf

parent 06fb3069
Branches
Tags
No related merge requests found
...@@ -52,12 +52,12 @@ filter { ...@@ -52,12 +52,12 @@ filter {
geoip { geoip {
add_tag => [ "GeoIP" ] add_tag => [ "GeoIP" ]
source => "[source][ip]" source => "[source][ip]"
database => "/etc/logstash/GeoLite2-City.mmdb" database => "/usr/share/GeoIP/GeoLite2-City.mmdb"
target => "[source][geo]" target => "[source][geo]"
} }
geoip { geoip {
default_database_type => 'ASN' default_database_type => 'ASN'
database => "/etc/logstash/GeoLite2-ASN.mmdb" database => "/usr/share/GeoIP/GeoLite2-ASN.mmdb"
#cache_size => 5000 #cache_size => 5000
source => "[source][ip]" source => "[source][ip]"
target => "[source][as]" target => "[source][as]"
...@@ -79,12 +79,12 @@ filter { ...@@ -79,12 +79,12 @@ filter {
geoip { geoip {
add_tag => [ "GeoIP" ] add_tag => [ "GeoIP" ]
source => "[destination][ip]" source => "[destination][ip]"
database => "/etc/logstash/GeoLite2-City.mmdb" database => "/usr/share/GeoIP/GeoLite2-City.mmdb"
target => "[destination][geo]" target => "[destination][geo]"
} }
geoip { geoip {
default_database_type => 'ASN' default_database_type => 'ASN'
database => "/etc/logstash/GeoLite2-ASN.mmdb" database => "/usr/share/GeoIP/GeoLite2-ASN.mmdb"
#cache_size => 5000 #cache_size => 5000
source => "[destination][ip]" source => "[destination][ip]"
target => "[destination][as]" target => "[destination][as]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment