
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.
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.