# No results match your search criteria in discover

**URL:** https://discuss.elastic.co/t/no-results-match-your-search-criteria-in-discover/272853
**Category:** Kibana
**Created:** [May 12, 2021, 9:37pm UTC](https://discuss.elastic.co/t/no-results-match-your-search-criteria-in-discover/272853 "2021-05-12T21:37:27Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![elasticforme](https://avatars.discourse-cdn.com/v4/letter/e/f05b48/32.png) [@elasticforme](https://discuss.elastic.co/u/elasticforme)
#### Post date: [May 12, 2021, 9:37pm UTC](https://discuss.elastic.co/t/no-results-match-your-search-criteria-in-discover/272853/1 "2021-05-12T21:37:27Z")

</div>

I have a data which has @timestamp (when data was ingested) and time\_logged where log event happen.

When I create index pattern with @timestamp I can see data on discover  
but when I create index pattern with time\_logged (date field) I don't get any data on discover.

But I can see via REST api \_search query.

Time\_logged is date format in mapping when I checked  
"time\_logged": {  
"type": "date"  
},

this is version 7.12.1

what is happening?

---

<div class="post-metadata">

### Author: ![Marius\_Dragomir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marius_dragomir/32/42087_2.png) [@Marius\_Dragomir](https://discuss.elastic.co/u/Marius_Dragomir)
#### Post date: [May 13, 2021, 9:06am UTC](https://discuss.elastic.co/t/no-results-match-your-search-criteria-in-discover/272853/2 "2021-05-13T09:06:59Z")

</div>

Discover defaults to last 15 minutes so if you have no data logged in that interval, it won't show. Check and compare the values of timestamp and time\_logged in a document in Discover when you have your index pattern set to @timestamp and see the difference there for the latest document.

---

<div class="post-metadata">

### Author: ![elasticforme](https://avatars.discourse-cdn.com/v4/letter/e/f05b48/32.png) [@elasticforme](https://discuss.elastic.co/u/elasticforme)
#### Post date: [May 13, 2021, 1:48pm UTC](https://discuss.elastic.co/t/no-results-match-your-search-criteria-in-discover/272853/3 "2021-05-13T13:48:33Z")

</div>

I have try hour to years and data is only few min to few hour old.

I can see them if I select index pattern which is created with @timestamp.  
Data can't be seen if they are created with time\_logged (date field)

---

<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: [June 10, 2021, 1:49pm UTC](https://discuss.elastic.co/t/no-results-match-your-search-criteria-in-discover/272853/4 "2021-06-10T13:49:10Z")

</div>

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