We currently use very basic elasticsearch curator functionality such as deleting old indices.
As we move to opensearch we can obviate the need for curator by using the built-in Opensearch Index State Management, which lets us specify simple lifecycle rules for indices.
(See https://opensearch.org/docs/latest/im-plugin/ism/index/)