# Kibana Discover not Returning Data but Dev Tools Console is

**URL:** https://discuss.elastic.co/t/kibana-discover-not-returning-data-but-dev-tools-console-is/187137
**Category:** Kibana
**Created:** [June 24, 2019, 1:13pm UTC](https://discuss.elastic.co/t/kibana-discover-not-returning-data-but-dev-tools-console-is/187137 "2019-06-24T13:13:48Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![thadc](https://avatars.discourse-cdn.com/v4/letter/t/7cd45c/32.png) [@thadc](https://discuss.elastic.co/u/thadc)
#### Post date: [June 24, 2019, 1:13pm UTC](https://discuss.elastic.co/t/kibana-discover-not-returning-data-but-dev-tools-console-is/187137/1 "2019-06-24T13:13:48Z")

</div>

Hi,  
I have created new indices in the past week that have data based upon my basic searches from kibana (6.4) Dev Tools console. For instance, a basic search:

GET /foo-index-2019.06.22/\_search?q=&pretty$size=100

brings back plenty of data.

However, from Discover against the same new indices I cannot get any data. There is a basic Index Pattern created that is called (lets say) foo\*. This pattern has been in existence for at least a year. I can return data from all other indices. Most of the other indices have been in existence for some time (e.g., stuff like foo-bar-someDate always returns data).

I have tried all varieties of settings for the time filter (year to date, exact date, last 7 days, etc.). Nothing returns data for my new indices. The new indices have @timestamp values from the past 7 days).

I would be grateful for any ideas. Thank you

---

<div class="post-metadata">

### Author: ![LizaD](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lizad/32/51074_2.png) [@LizaD](https://discuss.elastic.co/u/LizaD)
#### Post date: [June 24, 2019, 2:59pm UTC](https://discuss.elastic.co/t/kibana-discover-not-returning-data-but-dev-tools-console-is/187137/2 "2019-06-24T14:59:40Z")

</div>

Hi Timothy -- do you get any error messages in the log or browser console?

---

<div class="post-metadata">

### Author: ![thadc](https://avatars.discourse-cdn.com/v4/letter/t/7cd45c/32.png) [@thadc](https://discuss.elastic.co/u/thadc)
#### Post date: [June 24, 2019, 7:42pm UTC](https://discuss.elastic.co/t/kibana-discover-not-returning-data-but-dev-tools-console-is/187137/3 "2019-06-24T19:42:21Z")

</div>

Liza,  
If by log you mean the kibana log file, no I see no errors. If by browser console you mean the Dev Tools Console, no I do not see any errors when I execute queries such the example query I referenced above (GET /foo-index-2019.06.22/\_search?q=&pretty$size=100).

Grateful for insights and ideas. Thank you

---

<div class="post-metadata">

### Author: ![LizaD](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lizad/32/51074_2.png) [@LizaD](https://discuss.elastic.co/u/LizaD)
#### Post date: [June 24, 2019, 9:02pm UTC](https://discuss.elastic.co/t/kibana-discover-not-returning-data-but-dev-tools-console-is/187137/4 "2019-06-24T21:02:22Z")

</div>

Hi Timothy - Usually things not showing in discover are time filter related, I would try doing a get query on the data that is showing in discover and the data that is not showing in discover, select one entry from each and see if you can spot any differences, particularly on the index and time stamp.

Thanks,  
Liza

---

<div class="post-metadata">

### Author: ![thadc](https://avatars.discourse-cdn.com/v4/letter/t/7cd45c/32.png) [@thadc](https://discuss.elastic.co/u/thadc)
#### Post date: [June 25, 2019, 2:45pm UTC](https://discuss.elastic.co/t/kibana-discover-not-returning-data-but-dev-tools-console-is/187137/5 "2019-06-25T14:45:16Z")

</div>

Liza, great suggestion. I found my problem. My label for log timestamp was logDateTime, and kibana needs logTimestamp (which I figured out by looking at working indices as per your suggestion). Thanks!

---

<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: [July 23, 2019, 2:59pm UTC](https://discuss.elastic.co/t/kibana-discover-not-returning-data-but-dev-tools-console-is/187137/6 "2019-07-23T14:59:59Z")

</div>

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