Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from vpiserchia/master
Browse files Browse the repository at this point in the history
GeoIP fix in case of destination_ip
  • Loading branch information
robcowart authored Sep 25, 2017
2 parents 4038a0b + e1505ca commit 1d61185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash/conf.d/20_filter.logstash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ filter {
add_field => { "[geoip_dst][autonomous_system]" => "%{[geoip_dst][as_org]}" }
}
}
} else if [geoip][asn] {
} else if [geoip_dst][asn] {
mutate {
id => "netflow-postproc-dst-as-from-asn"
add_field => { "[geoip_dst][autonomous_system]" => "%{[geoip_dst][asn]}" }
Expand Down

0 comments on commit 1d61185

Please sign in to comment.