Running the rollover command against a write index fails with "alias" must only reference one index when attempting to rollover an alias that has a write index. It looks like this is caused by line 104 in utils.py. This version check was not updated and so it does not allow write indexes.
Running the rollover command against a write index fails with
"alias" must only reference one index
when attempting to rollover an alias that has a write index. It looks like this is caused by line 104 in utils.py. This version check was not updated and so it does not allow write indexes.