Skip to content

Commit

Permalink
Set logstash geoip target explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Aug 7, 2024
1 parent d58fbc4 commit 81cc8a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/logstash/config/logstash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ filter {
geoip {
database => "/usr/share/logstash/geoip/GeoLite2-City.mmdb"
source => "remote"
target => "geoip"
}
}
output {
Expand Down

0 comments on commit 81cc8a8

Please sign in to comment.