简体   繁体   English

指标Elasticsearch成功请求

[英]Metrics elasticsearch successful requests

Is it possible to have some metrics about how many search requests were processed over a certain time on ElasticSearch at AWS? 是否有一些指标可以衡量在一段时间内AWS的ElasticSearch上处理了多少个搜索请求? Something like the cloudwatch monitoring for Cloudsearch that you can check the number of successful requests per minute (RPM): 类似于Cloudwatch的cloudwatch监视,您可以检查每分钟的成功请求数(RPM):

Cloudsearch成功的RPM

Just find out the endpoint _stats that allow user to retrieve interesting metrics, so basically you will have to divide indices.search.query_total for indices.search.query_time_in_millis to have an average time for each query. 只需找出允许用户检索有趣指标的端点_stats即可,因此基本上,您将必须将indices.search.query_total划分为indices.search.query_time_in_millis才能获得每个查询的平均时间。

Still don't know a good way to have a real time data to plot a monitoring graph 仍然不知道拥有实时数据绘制监视图的好方法

Source #1 来源#1

Source #2 来源#2

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Amazon Elasticsearch对FreeStorageSpace指标的解释 - Amazon elasticsearch interpretation of FreeStorageSpace metrics AWS Elasticsearch / Opensearch - 获取正在搜索的内容的指标 - AWS Elasticsearch / Opensearch - Get Metrics On What's Being Searched 利用 AWS Elasticsearch 集群部署的自定义指标和回滚标准 - Utilizing custom metrics and rollback criteria for an AWS Elasticsearch cluster deployment 适用于CloudWatch警报的AWS CloudFormation模板:如何通过ElasticSearch节点而不是整个ElasticSearch集群使用指标来描述警报 - AWS CloudFormation template for CloudWatch alarm: how to describe the alarm with metrics by ElasticSearch node, not by whole ElasticSearch cluster 将GET HTTP请求签名到Amazon Elasticsearch Service - Signing GET HTTP Requests to Amazon Elasticsearch Service Elasticsearch:等待长时间运行的请求完成 - Elasticsearch: Waiting for Long Running requests to complete 使用打字稿向 AWS Elasticsearch Service 发出签名请求 - Making signed requests to AWS Elasticsearch Service with typescript Elasticsearch 429 请求过多 _bulk 与同步请求 - Elasticsearch 429 Too Many Requests _bulk with synchronous requests 将 AWS EC2 指标发送到 AWS Elasticsearch 服务域以在 Kibana 中进行监控 - Send AWS EC2 metrics to AWS Elasticsearch Service Domain for monitoring in Kibana Elasticsearch - 不断出现“429 太多请求”错误 - Elasticsearch - Keep hitting "429 Too Many Requests" error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM