I am currently mapping the data of a snort, but I was trying to convert two fields, which are the IP source and destination to geo_point. I am doing this in order to be able to create the map connection visualization.
Only location places me as geo_point
But the field I need for connection maps is string
This is what I have tried to do.
geoip {
source => "source"
target => "geoip_source"
}
geoip {
source => "destination"
target => "geoip_destination"
}
Thanks for support.
Greetings