diff --git a/plugins/inputs/elasticsearch/README.md b/plugins/inputs/elasticsearch/README.md index 65869ae94a54059901ee04aeefb7512d782f4aea..09ae15cc3777457ea49ad9119c49163caf14fd91 100644 --- a/plugins/inputs/elasticsearch/README.md +++ b/plugins/inputs/elasticsearch/README.md @@ -35,7 +35,7 @@ or [cluster-stats](https://www.elastic.co/guide/en/elasticsearch/reference/curre ## 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", - ## "breakers". Per default, all stats are gathered. + ## "breaker". Per default, all stats are gathered. # node_stats = ["jvm", "http"] ## Optional SSL Config diff --git a/plugins/inputs/elasticsearch/elasticsearch.go b/plugins/inputs/elasticsearch/elasticsearch.go index 32e283df781de683f151e92c5992f5cf87f54203..1f548a0e0287c0ea9ce1c73ab92d4c3482def10b 100644 --- a/plugins/inputs/elasticsearch/elasticsearch.go +++ b/plugins/inputs/elasticsearch/elasticsearch.go @@ -105,7 +105,7 @@ const sampleConfig = ` ## 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", - ## "breakers". Per default, all stats are gathered. + ## "breaker". Per default, all stats are gathered. # node_stats = ["jvm", "http"] ## Optional SSL Config