In OpenSearch , Curator will work or not for the automatic snapshots of the indices

Previously we are using OpenDistro and we setup Curator component for the automatic snapshots of the indices to take backup for the future needs. But currently we migrated from OpenDistro to OpenSearch and our old Curator component service giving error - Due to version incompatibility curator will not work.

Can anyone let us know , what we can do for the automatic snapshots of the indices in the opensearch , and will curator will work with opensearch or not ?

curator, version 5.8.4 has been working for me with opendistro without any issues-
My main config for curator is:

client:
  hosts:
    - localhost
  port: 9200
  url_prefix:
  use_ssl: True
  certificate:
  client_cert:
  client_key:
  ssl_no_validate: True
  http_auth: 'curator:<somesecrethere>"'
  timeout: 86400
  master_only: True

Thanks for your suggestion .

But i am asking here with OpenSearch ? not for OpenDistro , because with OpenDistro curator is working fine in case , I need answer with Opensearch

I migrated cluster and its data from opendistro to opensearch.

My apologies, I meant opensearch. I am running 2.12.0.

Did you just install the native elasticsearch-curator rpm on your OpenSearch host and that worked (as of 2.12.0)? @jasonrojas