Home > Mobile >  How to calculate events per second in elastic search?
How to calculate events per second in elastic search?

Time:03-17

I have a single node elastic search cluster. It throws errors that read and write events per second is more than 10,000. I want to know that how we can find out number of read/write operations in elastic search. Once I know the number of read/writes per second, I would be able to scale the cluster.

CodePudding user response:

You can enable stack monitoring for your cluster and get all the required details related to cluster performance.

You can follow this documentation for enable cluster monitoring from Kibana.

  • Related