I have an index, let's call it index-name-000001, current size 30gb.
Aliases index-name
Current action rollover
under phase definition:
"actions": {
"rollover": {
"max_primary_shard_size": "20gb"
},
under setting I also have rollover alias defined:
"index": {
"lifecycle": {
"name": "index-name-policy",
"rollover_alias": "index-name"
},
What am I missing, why is the rollover not working?
Do I need to manually create the follower index - index-name-000002, what's the point in that if I need to do it manually.
Any help will be much appreciated .
Thanks!