ElasticSearch Performance / Administration Help

Hey all, besides tools like Kopf, what types of things to you do to really dig in and understand if your ES cluster is underpowered? Of course getting results back slower than you would like is a telling sign that you might need to change your shard configuration, index configuration, add additional nodes, etc. What types of things to folks that administer an ES cluster do to identify when the cluster is simply underpowered?

Things we have discussed

  • Enable slow log
  • Look at # of segments in each index (if we have a ton, should probably optimize if no longer writing to the index correct)?
  • We have dedicated masters, client nodes, and data nodes. So none of them are being dual purposed.

Thanks all! There is a good chance we are overlooking some obvious things that seasoned ES admins look at.

Do you have the monitoring plugin installed?

Hi Mark, we have head and kopf plugins installed. Are there others that you would recommend that we look at? Thank you for responding!

I believe @warkolm was referring to https://www.elastic.co/products/x-pack/monitoring

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.