add breaker for node_stats

This commit is contained in:
Ulric Qin 2022-06-29 19:42:43 +08:00
parent 2c7b486b75
commit 04fe1eb704
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ indices_level = ""
## node_stats is a list of sub-stats that you want to have gathered. Valid options ## 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", ## are "indices", "os", "process", "jvm", "thread_pool", "fs", "transport", "http",
## "breaker". Per default, all stats are gathered. ## "breaker". Per default, all stats are gathered.
node_stats = ["jvm"] node_stats = ["jvm", "breaker"]
## HTTP Basic Authentication username and password. ## HTTP Basic Authentication username and password.
username = "elastic" username = "elastic"