Change Metricbeat default config to reduce disk space#4329
Merged
monicasarbu merged 1 commit intoelastic:masterfrom May 29, 2017
Merged
Change Metricbeat default config to reduce disk space#4329monicasarbu merged 1 commit intoelastic:masterfrom
monicasarbu merged 1 commit intoelastic:masterfrom
Conversation
ruflin
reviewed
May 16, 2017
Contributor
There was a problem hiding this comment.
We should really rename this to filbeatsystem_summary ;-)
Contributor
There was a problem hiding this comment.
I guess you mean filesystem_summary. I agree with you.
s1monw
reviewed
May 16, 2017
metricbeat/_meta/setup.yml
Outdated
There was a problem hiding this comment.
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
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements several changes from #4112:
It also removes some of the redundant comments.
Question: