-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Switch built-in policies to max_primary_shard_size #69995
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
Merged
joegallo
merged 3 commits into
elastic:master
from
joegallo:max-primary-shard-size-built-in-policies
Mar 4, 2021
Merged
Switch built-in policies to max_primary_shard_size #69995
joegallo
merged 3 commits into
elastic:master
from
joegallo:max-primary-shard-size-built-in-policies
Mar 4, 2021
Conversation
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
Collaborator
|
Pinging @elastic/es-core-features (Team:Core/Features) |
dakrone
approved these changes
Mar 4, 2021
Member
dakrone
left a comment
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.
LGTM
joegallo
added a commit
that referenced
this pull request
Mar 4, 2021
This was referenced Mar 8, 2021
6 tasks
Contributor
Author
|
elastic/beats#25000 will switch elastic/beats over to |
Contributor
Author
|
logstash-plugins/logstash-output-elasticsearch#1008 covers switching logstash over. |
ph
added a commit
to elastic/beats
that referenced
this pull request
May 31, 2022
* Use max_primary_shard_size instead of max_size Based on change from elastic/elasticsearch#69995 Users are having a hard time to have the "right sized shards" (~50gb), but they also need to adjust the number of primaries to keep up with the ingest load. This doesn't well with the `max_size` option but it should work nicely with the newly introduced `max_primary_shard_size`. This change the default ILM policy shipped with beats. * Fix the test suite
chrisberkhout
pushed a commit
to elastic/beats
that referenced
this pull request
Jun 1, 2023
* Use max_primary_shard_size instead of max_size Based on change from elastic/elasticsearch#69995 Users are having a hard time to have the "right sized shards" (~50gb), but they also need to adjust the number of primaries to keep up with the ingest load. This doesn't well with the `max_size` option but it should work nicely with the newly introduced `max_primary_shard_size`. This change the default ILM policy shipped with beats. * Fix the test suite
This was referenced Sep 27, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Data Management/ILM+SLM
Index and Snapshot lifecycle management
>enhancement
Team:Data Management
Meta label for data/management team
v7.13.0
v8.0.0-alpha1
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.
Related to #63026
Also some changes to the docs so that
max_primary_shard_sizeis advertised a little more.