Skip to content

Commit

Permalink
modify default settings of es plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Jun 30, 2022
1 parent 3e292e1 commit 60c5054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/input.elasticsearch/elasticsearch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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", "breaker"]
node_stats = ["jvm", "breaker", "process", "os", "fs", "indices"]

## HTTP Basic Authentication username and password.
username = "elastic"
Expand Down

0 comments on commit 60c5054

Please sign in to comment.