如何计算弹性搜索中每秒的事件数?

How to calculate events per second in elastic search?

我有一个单节点弹性搜索集群。它抛出每秒读取和写入事件超过 10,000 的错误。我想知道我们如何在弹性搜索中找出 read/write 操作的数量。一旦我知道每秒 read/write 的数量,我就能够扩展集群。

您可以启用stack monitoring for your cluster and get all the required details related to cluster performance

您可以按照 this 文档从 Kibana 启用集群监控。