请求层使用RESTful API,因此在处理任何请求后,连接不会保持打开状态。
因此,如果您要评估Elasticsearch正在处理的并发请求数(无论是查询,索引还是批量),则可能要监视每个节点上的thread_pool:
https://www.elastic.co/guide/zh-CN/elasticsearch/reference/current/cluster-
nodes-
stats.html
还是在寻找发现层中的更多信息?

请求层使用RESTful API,因此在处理任何请求后,连接不会保持打开状态。
因此,如果您要评估Elasticsearch正在处理的并发请求数(无论是查询,索引还是批量),则可能要监视每个节点上的thread_pool:
https://www.elastic.co/guide/zh-CN/elasticsearch/reference/current/cluster-
nodes-
stats.html
还是在寻找发现层中的更多信息?