Kibana maps don't show information AJAX Error: (500)

Hello! :smiley:

Context first:
I'm trying to build a Kibana map. I'm giving him coordinates in array format as in this documentation: [Geopoint Kibana - Docs]
(Geopoint field type | Elasticsearch Guide [8.6] | Elastic)

image

I'm sending the information from a Python script and Elasticsearch receives my information correctly, like in the next image:

The field that stores geopoint information is mapped like a geopoint:
image

Everything looks good until here. When I try to do a Map with this information, I have the next error:

Why am I getting this error?
Any suggest to fix it?
Am I doing something worng?

Thanks!
Cheers! :smiley:

What version of Kibana are you running?

There is a known issue with a space in the geo field name. The issue has been resolved in upcoming 8.7 release

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.