I have a blank page for all pages, including the Discovery and Management pages.
I have tried every option in terms of re-indexing, etc that I can find in order to get Kibana to reset. I have many visualizations, etc that I do not want to lose but cannot seem to get Kibana to come back.
$ curl -XGET 'http://localhost:9200/_cat/indices?v&s=index'
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .kibana f-kBvAucSaq7lHIByFDiUQ 1 0 164 17 419kb 419kb
green open .kibana1 uxnHAkiDQD6jV8dYvWrAqQ 1 0 164 0 167.7kb 167.7kb
I suggest either deleting the index pattern via curl or indexing a single doc that matches the old index pattern so you can delete the index pattern and then delete the new index.
This is a relatively new thing. Prior to a few weeks ago. All my logs were collected into the same index. Now I am dividing them up into different indexes.
Could it be the multiple indexes causing the heartache for Kibana?
Oh, I did not realize the browser tab was actually crashing. So this looks like an out-of-memory problem in Discover. It's highly unlikely that the multiple indices are the reason. Are the documents you are trying to display particularly big or do they contain fields with large amounts of data?
Don't worry, it's probably me who should asked a more precise question.
So the fact that it works with a subset of the indices (e.g. logstash-ntwk-*) but not with all indices matching logstash-* suggests that the result set you're receiving when querying logstash-* either hits on a memory leak bug in Kibana or contains large documents. Large documents could either mean
documents with a large number of fields (i.e. thousands)
documents with large amounts of data in at least one field (e.g. a binary blob representing a large file)
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.