Hi,
I collect some data with Graylog. When an field contain IP is detected by Graylog, a new field is automaticaly created with only latitude and longitude coordinates.
This field is untyped.
I'm building dashboard (table, piechart ...) with ES data from my Graylog without problem but I can't build a map. I've no error but I've no circle on my map
I think is it because the field type is'nt geo_point type. Is it ?
Is it possible to build map with only latitude and longitude coordinates as string field ?
Thank you