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

Metricbeat: reduce disk usage in default configuration #4112

Closed
8 of 9 tasks
tsg opened this issue Apr 25, 2017 · 1 comment
Closed
8 of 9 tasks

Metricbeat: reduce disk usage in default configuration #4112

tsg opened this issue Apr 25, 2017 · 1 comment
Assignees
Labels

Comments

@tsg
Copy link
Contributor

tsg commented Apr 25, 2017

Meta ticket for several improvements we plan for Metricbeat in order to reduce the storage space requirements in its default configuration.

We target these changes for the 6.0 release.

@tsg tsg added the meta label Apr 25, 2017
@tsg tsg self-assigned this Apr 25, 2017
@tsg tsg mentioned this issue May 5, 2017
3 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
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 #4112, part of #3654.
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
@tsg
Copy link
Contributor Author

tsg commented Sep 5, 2017

This can be considered closed.

@tsg tsg closed this as completed Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant