Hi,
I've been following the guides below to try and get haproxy logs into elasticsearch using filebeat and logstash.
https://www.elastic.co/guide/en/beats/filebeat/master/filebeat-module-haproxy.html
https://www.elastic.co/guide/en/beats/filebeat/master/filebeat-modules-quickstart.html#load-ingest-pipelines
https://www.elastic.co/guide/en/logstash/master/use-ingest-pipelines.html
Everything seems to be working however I'm not seeing any geoip fields in the kibana index pattern. I've previously used logstash filters to inject geoip fields on version 6.2.2 however I had hoped that the built in modules would "just work" with some of the sample dashboards and visualisations.
Are there any additional steps needed to get geoip fields working with modules, specifically haproxy?
Thanks