-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Change Metricbeat default config to reduce disk space #4329
Change Metricbeat default config to reduce disk space #4329
Conversation
period: 1m | ||
metricsets: | ||
- filesystem | ||
- fsstat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should really rename this to filbeatsystem_summary
;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you mean filesystem_summary
. I agree with you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol, yes :-)
@@ -0,0 +1,5 @@ | |||
#==================== Elasticsearch template setting ========================== | |||
setup.template.settings: | |||
index.number_of_shards: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be the damned default in ES to begin with...
I am just giving a LGTM for the sake of the number of shards setting! |
f596a51
to
5421319
Compare
This implements several changes from elastic#4112: * reduce the frequency for the fsstats and filesystem * filter out some filesystems by mount point * set one shard by default * enable best_compression by default
5421319
to
8f4f51f
Compare
This implements several changes from #4112:
It also removes some of the redundant comments.
Question: