Hello, we was using OpenSearch v2 with old version of curator and used storage based retention per index pattern (storage it consumes from node). Now we are willing to upgrade to OpenSearch v3 and we see we need to remove compatibility.override_main_response_version and it breaks the curator
ERROR Elasticsearch version 3.2.0 incompatible with this version of Curator (5.7.6)
is there any way to make OpenSearch v3 continue working with old curator? or is there any alternative to curator but work in similar form with little changes?
We aware of ISM but it looks like ISM can’t do what we do with curator, we basicly keeping the cluster utilised in mos optimal manner, like when defined space/storage threshold reached start deleting on indices…