flant / curator-opensearch

Curator for OpenSearch.
Other
76 stars 28 forks source link

Rollover command fails against a write index using OpenSearch 1.3.0 #8

Closed Dadadah closed 1 year ago

Dadadah commented 2 years ago

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.