# Kibana Map "No results found"

**URL:** https://discuss.elastic.co/t/kibana-map-no-results-found/255528
**Category:** Kibana
**Tags:** maps
**Created:** [November 16, 2020, 12:41pm UTC](https://discuss.elastic.co/t/kibana-map-no-results-found/255528 "2020-11-16T12:41:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ahmet\_erkol](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ahmet_erkol/32/79061_2.png) [@ahmet\_erkol](https://discuss.elastic.co/u/ahmet_erkol)
#### Post date: [November 16, 2020, 12:41pm UTC](https://discuss.elastic.co/t/kibana-map-no-results-found/255528/1 "2020-11-16T12:41:22Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![jsanz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jsanz/32/53734_2.png) [@jsanz](https://discuss.elastic.co/u/jsanz)
#### Post date: [November 16, 2020, 2:36pm UTC](https://discuss.elastic.co/t/kibana-map-no-results-found/255528/2 "2020-11-16T14:36:52Z")

</div>

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

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1aa01701a6f75c346730d7c17ca0d51e8626f36e.jpeg)

The [geo\_point type](https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-point.html#geo-point) 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.

```auto
GET kibana_sample_data_flights/_search

```

---

<div class="post-metadata">

### Author: ![ahmet\_erkol](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ahmet_erkol/32/79061_2.png) [@ahmet\_erkol](https://discuss.elastic.co/u/ahmet_erkol)
#### Post date: [November 17, 2020, 6:57am UTC](https://discuss.elastic.co/t/kibana-map-no-results-found/255528/3 "2020-11-17T06:57:02Z")

</div>

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

---

<div class="post-metadata">

### Author: ![jsanz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jsanz/32/53734_2.png) [@jsanz](https://discuss.elastic.co/u/jsanz)
#### Post date: [November 17, 2020, 9:28am UTC](https://discuss.elastic.co/t/kibana-map-no-results-found/255528/4 "2020-11-17T09:28:26Z")

</div>

Classic 😄

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 15, 2020, 9:28am UTC](https://discuss.elastic.co/t/kibana-map-no-results-found/255528/5 "2020-12-15T09:28:27Z")

</div>

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