Currently Kibana is hitting a timeout exception/error.
In the first link I gave, the user named @flash1293, advises to
Maybe it is possible to tune your server a bit without adding hardware. For guidance around this you can post in the ES forum and I'm sure you will find help.
So I am trying to understand if there is any further optimisation I can do on the cluster?!
The first thing to do is identify what is causing the timeouts.
If you look in the Elasticsearch logs, do you see indications of long and/or frequent GC? You have a lot of data on each node so it is possible that you are suffering from heap pressure.
What does CPU usage look like while you have queries timing out? Is any node saturated?
The last thing that commonly causes timeouts is issues around storage performance. Are you monitoring disk utilisation and iowait? What does disk usage look like during query timeouts?
Hi @Christian_Dahlqvist
You have good questions. Unfortunately, I cannot answer them right now as I am not monitoring all those metrics. It will require some more time/effort.
In the short run, I am planning to monitor query times.
In the longer run, I would sure want to monitor more metrics and understand what is affecting the performance.
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.