So one of the main issues during the Betas was that the Kibana node was limited to 1GB memory and therefore was very slow. Now with the GA of ECE we can choose whatever size we want for Kibana.
Still its super slow. I assume we are doing something wrong on our end. The installation guide has been followed, the machines are under quite easy load etc.
It takes about 10 seconds for the discover window in Kibana to load when there are a few thousand documents to show.
In the cluster im looking at now we have one index with 300 documents and total of 54 fields. To open the Visualize window in Kibana takes 2.5 seconds according to dev tools.
The other index has 600k documents, takes 25 seconds to open. It has much more fields though.
If I remove the index pattern for the larger index and try to add it again, the screen that tries to load all fields keeps on trying to load forever.
I think there are a couple of things at play here. We made some changes to improve the accuracy of highlighting in 5.3 which may be contributing to the slowdown. But as you noted, a query like <field>:* will be faster than *. This is because of the new all fields mode. I suspect it's the combination of the two that's really hurting us. Both of these issues are on our roadmap to fix.
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.