Kibana Map "No results found"

Hello,

I uploaded the csv file which includes lat and long columns. The in the advanced tab I choose the lat nad long fields and create a new geo_point. The data is like "geo": "37.8357,26.7728", . When I want to add the index to Kibana map it says "No results found.". But if I upload the geojson data in kibana maps I see the points on the map. the data is like "coordinates": [
26.4803,
37.9113
],

How can I upload the geo data like in the second?

Check in the inspect tab the query you are doing to your index and be sure that the time filter is correctly set up.

The geo_point type can be expressed as a string (lat/lon), array (lon/lat), object, and WKT format. It's OK to use any of them and they all will work in Elastic Maps.

If the time picker is correct, can you run a normal query on the Dev Tools and show the results? Again, example with Kibana demo dataset.

GET kibana_sample_data_flights/_search
1 Like

Thank you very much. İt was all about time filter.

1 Like

Classic :smile:

1 Like

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