# Kibana's discover option isnt showing visual; error with time range

**URL:** https://discuss.elastic.co/t/kibanas-discover-option-isnt-showing-visual-error-with-time-range/200914
**Category:** Kibana
**Created:** [September 24, 2019, 5:22pm UTC](https://discuss.elastic.co/t/kibanas-discover-option-isnt-showing-visual-error-with-time-range/200914 "2019-09-24T17:22:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mehak\_Bhargava](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mehak_bhargava/32/54750_2.png) [@Mehak\_Bhargava](https://discuss.elastic.co/u/Mehak_Bhargava)
#### Post date: [September 24, 2019, 5:22pm UTC](https://discuss.elastic.co/t/kibanas-discover-option-isnt-showing-visual-error-with-time-range/200914/1 "2019-09-24T17:22:34Z")

</div>

![kibana](https://us1.discourse-cdn.com/elastic/original/3X/d/0/d06350fcab89159cbeb679e95d6f67b690f157e4.png) ![kibana_discover](https://us1.discourse-cdn.com/elastic/original/3X/2/e/2e9d8778d742d6c672149123960e56d3a29c991b.png)

The Logstash's index pattern is showing correctly but its visual in discover isnt working properly. There is an issue with time range but i have tried multiple ways to get the visual but it isnt working.

---

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [September 25, 2019, 9:15am UTC](https://discuss.elastic.co/t/kibanas-discover-option-isnt-showing-visual-error-with-time-range/200914/2 "2019-09-25T09:15:38Z")

</div>

Hi @Mehak_Bhargava,

thanks for reaching out.

Are you sure there is data in your index for the given time range? You can check your data by going to the dev console and searching for them:

```auto
GET logstash*/_search
{
    "sort" : [
        { "@timestamp" : {"order" : "desc"}}
    ]
}

```

If the data itself is there, could you click the "Inspect" button on the Discover page and copy/paste the request actually made by Kibana?.

---

<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: [October 23, 2019, 9:16am UTC](https://discuss.elastic.co/t/kibanas-discover-option-isnt-showing-visual-error-with-time-range/200914/3 "2019-10-23T09:16:02Z")

</div>

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