如何计算弹性搜索中每秒的事件数?
我有一个单节点弹性搜索集群。它抛出每秒读写事件超过 10,000 次的错误。我想知道我们如何找出弹性搜索中读/写操作的数量。一旦我知道每秒读/写的数量,我就能够扩展集群。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为集群启用堆栈监控并获取与集群性能相关的所有必需详细信息。
您可以按照此文档从以下位置启用集群监控基巴纳。
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.