-
Notifications
You must be signed in to change notification settings - Fork 45
Alias Action #148
Comments
Hey @jasonrojas, @teddyphreak, and @dparker18 Do you have some examples of what you would be using this for? And any specific optional settings for the alias operation? |
One use case we have is for indices older than a certain age, we allocate them to a cold node, shrink them, delete the original and create an alias with the original name that points to the shrink index. This keeps our shard count down while not breaking queries for older data. |
My use case is when an index |
my use case is around the shrinking of indices as well. But in general I think it would be great to support adding an alias, especially if we get to the stage where we can roll up indices into single indices then alias them with the ones that were rolled up. |
My use case is, If we have an alias for an index with rollover ILM policy, can we remove it from alias after some predefined days, let's say 30 days? I know there is a way to delete an index once its old, but in our case we do not want to delete but want the index to be removed from alias and have the alias switch and point to indices whose age is less than 30 days. |
My use case is: we provide |
During the community meeting, someone asked if it was possible to have an action to add an alias to the index.
Will use this issue to track it + see if other people are interested.
The text was updated successfully, but these errors were encountered: