You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
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