Version: SG FLX
Community
This is a Technical Preview and should not yet be used in production.
Rollover Action
Content
This creates a new write index for the alias specified in the index.aim.rollover_alias
index setting and removes the alias from the current index.
For every index this action should be applied to the index setting index.aim.rollover_alias
must be configured. Otherwise, the rollover attempt would fail.
Example
{
"steps": [
...
{
"name": "active",
"conditions": [ ... ],
"actions": [
...
{
"type": "rollover"
},
...
]
},
...
]
}