Dear Community,
I have put in place in my ELK Stack the collect of Windows Security Logs with the beat agent winlogbeat, this is working but now i want to create a coordinate or region map using geoip,
I put in my logstash configuration for beats the following :
filter {
geoip {
source => "[event_data][IpAddress]"
}
}
Updating my winlogbeat-* template to support geoip
Following this documentation : https://www.elastic.co/blog/monitoring-windows-logons-with-winlogbeat
But unfortunatly i have the fields geoip.location.lat and geoip.location.lon but no geoip.location field of type geo_ip
Did I miss something ?
Thanks in advance.
Best Regards, Edouard Fazenda.