Add Indices stats to elasticsearch input (#6060)
This commit is contained in:
@@ -2267,6 +2267,12 @@
|
||||
# ## Only gather cluster_stats from the master node. To work this require local = true
|
||||
# cluster_stats_only_from_master = true
|
||||
#
|
||||
# ## Indices to collect; can be one or more indices names or _all
|
||||
# indices_include = ["_all"]
|
||||
#
|
||||
# ## One of "shards", "cluster", "indices"
|
||||
# indices_level = "shards"
|
||||
#
|
||||
# ## 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.
|
||||
@@ -3512,7 +3518,7 @@
|
||||
# reverse_metric_names = true
|
||||
|
||||
|
||||
# # A plugin to collect stats from Opensmtpd - a validating, recursive, and caching DNS resolver
|
||||
# # A plugin to collect stats from Opensmtpd - a validating, recursive, and caching DNS resolver
|
||||
# [[inputs.opensmtpd]]
|
||||
# ## If running as a restricted user you can prepend sudo for additional access:
|
||||
# #use_sudo = false
|
||||
|
||||
Reference in New Issue
Block a user