Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gather elasticsearch indices and shard stats #2872

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions etc/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,18 @@
# ## Master node.
# cluster_stats = false
#
# ## Set indices_stats to true when you want to obtain indices stats from the Master node.
# indices_stats = false
#
# ## Set shards_stats to true when you want to obtain shards stats from the Master node.
# ## If set, then indices_stats is considered true as they are also provided with shard stats.
# shards_stats = false

# ## Multiplier of the elasticsearch interval to be used to reduce the frequency of
# ## indices_stats and shards_stats reports. The default interval is 10 seconds, and this
# ## multiplier is defaulted to 6 to cause these metrics to be taken once per minute by default.
# indices_interval_multiplier = 6

# ## Optional SSL Config
# # ssl_ca = "/etc/telegraf/ca.pem"
# # ssl_cert = "/etc/telegraf/cert.pem"
Expand Down
Loading