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

kibana_discover

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.

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:

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?.

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