-
Notifications
You must be signed in to change notification settings - Fork 526
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
[ILM] Only allow custom suffixes for ILM aliases #3895
Comments
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Jun 18, 2020
Change how rollover aliases can be configured to only allow customizingi a suffix.This change intends to make the ILM setup less error prone and to make the transition to the new index_templates and data streams easier. Follow up on elastic#3826 closes elastic#3895
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Jun 18, 2020
Change how rollover aliases can be configured to only allow customizingi a suffix.This change intends to make the ILM setup less error prone and to make the transition to the new index_templates and data streams easier. Follow up on elastic#3826 closes elastic#3895
4 tasks
simitt
added a commit
that referenced
this issue
Jun 23, 2020
Change how rollover aliases can be configured to only allow customizing a suffix. This change intends to make the ILM setup less error prone and to make the transition to the new index_templates and data streams easier. Follow up on #3826 closes #3895 Co-authored-by: Brandon Morelli <[email protected]>
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Jun 23, 2020
Change how rollover aliases can be configured to only allow customizing a suffix. This change intends to make the ILM setup less error prone and to make the transition to the new index_templates and data streams easier. Follow up on elastic#3826 closes elastic#3895 Co-authored-by: Brandon Morelli <[email protected]>
simitt
added a commit
that referenced
this issue
Jun 23, 2020
Change how rollover aliases can be configured to only allow customizing a suffix. This change intends to make the ILM setup less error prone and to make the transition to the new index_templates and data streams easier. Follow up on #3826 closes #3895 Co-authored-by: Brandon Morelli <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #3779 we implemented customizable ILM rollover aliases. Doing some research on integrating with index templates and data streams I suggest to only make a suffix customizable and always prefix
rollover_aliases
withapm-{version}-{event_type}
. This would be aligned with other indexing strategies and make it easier to manage the indices, e.g. setauto_create_index
setting for all apm indices, etc. while still providing flexibility to users.The text was updated successfully, but these errors were encountered: