From adec4121d9b31c234c71b7ea97cff883499816e3 Mon Sep 17 00:00:00 2001 From: Andrew <a@3ilson.com> Date: Sun, 29 Sep 2019 15:38:10 -0400 Subject: [PATCH] Update 11-firewall.conf --- conf.d/11-firewall.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.d/11-firewall.conf b/conf.d/11-firewall.conf index 6e276a9..e57e1bb 100644 --- a/conf.d/11-firewall.conf +++ b/conf.d/11-firewall.conf @@ -52,12 +52,12 @@ filter { geoip { add_tag => [ "GeoIP" ] source => "[source][ip]" - database => "/etc/logstash/GeoLite2-City.mmdb" + database => "/usr/share/GeoIP/GeoLite2-City.mmdb" target => "[source][geo]" } geoip { default_database_type => 'ASN' - database => "/etc/logstash/GeoLite2-ASN.mmdb" + database => "/usr/share/GeoIP/GeoLite2-ASN.mmdb" #cache_size => 5000 source => "[source][ip]" target => "[source][as]" @@ -79,12 +79,12 @@ filter { geoip { add_tag => [ "GeoIP" ] source => "[destination][ip]" - database => "/etc/logstash/GeoLite2-City.mmdb" + database => "/usr/share/GeoIP/GeoLite2-City.mmdb" target => "[destination][geo]" } geoip { default_database_type => 'ASN' - database => "/etc/logstash/GeoLite2-ASN.mmdb" + database => "/usr/share/GeoIP/GeoLite2-ASN.mmdb" #cache_size => 5000 source => "[destination][ip]" target => "[destination][as]" -- GitLab