-
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
Metricbeat: reduce disk usage in default configuration #4112
Labels
Comments
This was referenced Apr 27, 2017
4 tasks
tsg
pushed a commit
to tsg/beats
that referenced
this issue
May 11, 2017
This allows adding and overwriting index/template settings via the configuration file. Example config: setup.template.settings: index.number_of_shards: 1 index.number_of_replicas: 1 Needed for elastic#4112, part of elastic#3654.
ruflin
pushed a commit
that referenced
this issue
May 11, 2017
2 tasks
tsg
pushed a commit
to tsg/beats
that referenced
this issue
May 15, 2017
This adds/fixes: * Ability to disable _source, or set other _source related options * Moves template index settings under `settings.index` * Fixes the overwrite logic (was using the wrong template name on the check) * Fixes error handling * Integration tests for overwritting Part of elastic#3654 and elastic#4112.
ruflin
pushed a commit
that referenced
this issue
May 16, 2017
This adds/fixes: * Ability to disable _source, or set other _source related options * Moves template index settings under `settings.index` * Fixes the overwrite logic (was using the wrong template name on the check) * Fixes error handling * Integration tests for overwritting Part of #3654 and #4112.
tsg
pushed a commit
to tsg/beats
that referenced
this issue
May 26, 2017
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
monicasarbu
pushed a commit
that referenced
this issue
May 29, 2017
This implements several changes from #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
This can be considered closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Meta ticket for several improvements we plan for Metricbeat in order to reduce the storage space requirements in its default configuration.
_source
, but leave it on by default.fsstat
by default. Set it to 1m.diskio
statsWe target these changes for the 6.0 release.
The text was updated successfully, but these errors were encountered: