Hello,
I am using ELK 7.5.1.
I keep seeing this error when going on the Index Management page.
illegal_argument_exception: source alias [rollover-index] does not point to a write index
The Lifecycle Policy is pointing to the correct one.
In the Index Template that is in use shows in the settings the index.lifecycle.name and index.lifecycle.rollover_alias. However, when getting to the Aliases section of the template set up. When I go to add the alias with the below config. After saving the template and viewing the alias set up again it only shows the alias name and not the "is_write_index" setting.
"rollover-index": { "is_write_index": true }
Also, when trying to do this, just before saving the template. On going to the Request tab, is displays the full input of the alias setting. Shown below. But this also shows the same behavior as above.
"aliases": {
"rollover-index": { "is_write_index": true }
}
Would there be a work around with this or is there a particular way to set up this?
Probably me being slow as normal but have been racking my head with this and tried everything I could think of.
Thank you in advance