Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 4eeb2560 authored by a3ilson's avatar a3ilson Committed by GitHub
Browse files

Update 11-pfsense.conf

Corrected GeoLite2-City.mmdb path to sync with tutorial/guide at pfelk.3ilson.net
parent 09544b7d
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ filter {
geoip {
add_tag => [ "GeoIP" ]
source => "ids_src_ip"
database => "/usr/share/GeoIP/GeoLite2-City.mmdb"
database => "/etc/logstash/GeoLite2-City.mmdb"
}
}
if [prog] =~ /^suricata/ {
......@@ -103,7 +103,7 @@ filter {
geoip {
add_tag => [ "GeoIP" ]
source => "src_ip"
database => "/usr/share/GeoIP/GeoLite2-City.mmdb"
database => "/etc/logstash/GeoLite2-City.mmdb"
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment