# No results found in kabana discover page

**URL:** https://discuss.elastic.co/t/no-results-found-in-kabana-discover-page/267242
**Category:** Kibana
**Created:** [March 15, 2021, 9:48am UTC](https://discuss.elastic.co/t/no-results-found-in-kabana-discover-page/267242 "2021-03-15T09:48:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ravikumar.P](https://avatars.discourse-cdn.com/v4/letter/r/f14d63/32.png) [@Ravikumar.P](https://discuss.elastic.co/u/Ravikumar.P)
#### Post date: [March 15, 2021, 9:48am UTC](https://discuss.elastic.co/t/no-results-found-in-kabana-discover-page/267242/1 "2021-03-15T09:48:03Z")

</div>

Hi I am new to elastic search and kibana I am facing the below issues.

When I select 30days time range only I could see the data until February 19th 2021, 14:01:51.  
How to get the latest data

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/6/3/63707283f905615adab6c18dd451daa6da911453.png)  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/4/6/4676d1cc2bbba192c6078c6a252ab1b0c6ef5603.jpeg)

---

<div class="post-metadata">

### Author: ![lukeelmers](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lukeelmers/32/35230_2.png) [@lukeelmers](https://discuss.elastic.co/u/lukeelmers)
#### Post date: [March 15, 2021, 8:19pm UTC](https://discuss.elastic.co/t/no-results-found-in-kabana-discover-page/267242/2 "2021-03-15T20:19:21Z")

</div>

> When I select 30days time range only I could see the data until February 19th 2021, 14:01:51.  
> How to get the latest data

Are you certain you have ingested data in the same index since that time? What happens if you query Elasticsearch directly using dev tools; do you see any more recent results?

```auto
GET omn_security-*/_search
{
  "query": {
     "match_all": {}
  },
  "sort" : [{ "@timestamp" : "desc" }]
}

```

---

<div class="post-metadata">

### Author: ![Ravikumar.P](https://avatars.discourse-cdn.com/v4/letter/r/f14d63/32.png) [@Ravikumar.P](https://discuss.elastic.co/u/Ravikumar.P)
#### Post date: [March 19, 2021, 8:05am UTC](https://discuss.elastic.co/t/no-results-found-in-kabana-discover-page/267242/3 "2021-03-19T08:05:05Z")

</div>

Thanks for your response .Found the issue, logstash was not running properly, it has two many services .  
Just stopped all the logstash services and started .Now its working as expected.

---

<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 16, 2021, 8:05am UTC](https://discuss.elastic.co/t/no-results-found-in-kabana-discover-page/267242/4 "2021-04-16T08:05:55Z")

</div>

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