logstash-plugins / logstash-filter-geoip

Apache License 2.0
64 stars 82 forks source link

Geoip filter plugin does not handle spaces in key name #138

Open TonyLeeVT opened 6 years ago

TonyLeeVT commented 6 years ago

Good day, per the thread here, I am opening an issue.

It appears that the geoip logstash filter does not like a space in the key name.

Results in a _geoip_lookup_failure: geoip { source => "Source IP" }

Parses just fine: geoip { source => "source_ip" }

Thanks for your time.