# Kibana does not show elasticsearch data

**URL:** https://discuss.elastic.co/t/kibana-does-not-show-elasticsearch-data/77465
**Category:** Kibana
**Created:** [March 6, 2017, 9:24am UTC](https://discuss.elastic.co/t/kibana-does-not-show-elasticsearch-data/77465 "2017-03-06T09:24:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![debarun](https://avatars.discourse-cdn.com/v4/letter/d/a88e4f/32.png) [@debarun](https://discuss.elastic.co/u/debarun)
#### Post date: [March 6, 2017, 9:24am UTC](https://discuss.elastic.co/t/kibana-does-not-show-elasticsearch-data/77465/1 "2017-03-06T09:24:27Z")

</div>

Hi,

I am using elasticsearch 5.2.2 with kibana 5.2.2, but kibana does not show elasticserch data.

when i remove " **Index contains time-based events "** , i can see the data.

Regards,  
Debarun.

---

<div class="post-metadata">

### Author: ![tsullivan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tsullivan/32/31077_2.png) [@tsullivan](https://discuss.elastic.co/u/tsullivan)
#### Post date: [March 7, 2017, 8:11pm UTC](https://discuss.elastic.co/t/kibana-does-not-show-elasticsearch-data/77465/2 "2017-03-07T20:11:07Z")

</div>

Does the mapping of your data have a field that is mapped as timestamp?

You can check by running a query for the mapping:

```auto
GET my_index/my_type/_mapping

```

The result should have a field that's mapped as a time field:

```auto
...
        "properties": {
          "@timestamp": {
            "type": "date"
          },
...

```

See the docs for how to map a field as a date datatype: [https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html)

---

<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: [April 4, 2017, 8:11pm UTC](https://discuss.elastic.co/t/kibana-does-not-show-elasticsearch-data/77465/3 "2017-04-04T20:11:32Z")

</div>

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