I have a city name field and I want to visualize it on the map. I am wondering How I can achieve this because the GEOIP filter takes IP but I don't have an IP address.
geoip{
source => "[NotifyEventAdvanceRequestModel][Card][City]"
target = > "city_location"
}
I want to see the Transaction Amount against the city on the Map. But by default logstash takes it as string, not location.