From 04fe1eb704b52d76fa990a9ccad23065e19b262e Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Wed, 29 Jun 2022 19:42:43 +0800 Subject: [PATCH] add breaker for node_stats --- conf/input.elasticsearch/elasticsearch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/input.elasticsearch/elasticsearch.toml b/conf/input.elasticsearch/elasticsearch.toml index 3b1e328..6cbd55b 100644 --- a/conf/input.elasticsearch/elasticsearch.toml +++ b/conf/input.elasticsearch/elasticsearch.toml @@ -44,7 +44,7 @@ indices_level = "" ## node_stats is a list of sub-stats that you want to have gathered. Valid options ## are "indices", "os", "process", "jvm", "thread_pool", "fs", "transport", "http", ## "breaker". Per default, all stats are gathered. -node_stats = ["jvm"] +node_stats = ["jvm", "breaker"] ## HTTP Basic Authentication username and password. username = "elastic"