The problem was due to server timing mismatch of both Logstash and elasticsearch server. Once I sync both timer, data is started to shown on Kibana dashboard.
Though, now I have hit with another problem.
When I set the index name in Kibana Settings, it doesn't show any data [ So I inspect the graph, its not showing the index name in curl url] . But at the same time, When I set it to "_all" it shows the date. Its totally weird. What was the issue here. ?.
Screenshot : "When Index name set to test-YYYY.MM.DD in Dashboard settings"
My guess would be that if you specify a timestamped index pattern , Kibana will only add the indexes (that match the timerange) taht Does actually exist... and does not blindly add all index names that could exist in the timerange. (Which is why you might end up with a :8085//_search query string)
So, can you confirm that the test-YYYY.MM.DD indexes for your timerange does actually exist.
If you indexed the documents with one timestamp and then go and change the timestamp value afterwards - they will not be moved to a new index.
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.