# OpenSearch Curator Client Support

**URL:** https://forum.opensearch.org/t/opensearch-curator-client-support/7411
**Category:** OpenSearch Client Libraries
**Tags:** clients-general
**Created:** [October 23, 2021, 1:59pm UTC](https://forum.opensearch.org/t/opensearch-curator-client-support/7411 "2021-10-23T13:59:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Kenton](https://avatars.discourse-cdn.com/v4/letter/k/58f4c7/32.png) [@Kenton](https://forum.opensearch.org/u/Kenton)
#### Post date: [October 23, 2021, 1:59pm UTC](https://forum.opensearch.org/t/opensearch-curator-client-support/7411/1 "2021-10-23T13:59:19Z")

</div>

Hello,

OpenSearch as listed the supported clients [here](https://opensearch.org/docs/latest/clients/index/). Are there any intentions on adding [Elastic Curator](https://github.com/elastic/curator) as a supported client?

Curator simplifies index management significantly especially in the index migration space and it would be great if it could be brought along with the rest of the clients listed above.

If the decision is to not add Curator as a supported OpenSearch client, are there any alternatives that one would recommend?

Thanks for your time!

---

<div class="post-metadata">

### Author: ![shdubsh](https://avatars.discourse-cdn.com/v4/letter/s/b782af/32.png) [@shdubsh](https://forum.opensearch.org/u/shdubsh)
#### Post date: [October 25, 2021, 7:51pm UTC](https://forum.opensearch.org/t/opensearch-curator-client-support/7411/2 "2021-10-25T19:51:50Z")

</div>

I don’t have the answer, but an issue was filed here: [OpenSearch Curator · Issue #1352 · opensearch-project/OpenSearch · GitHub](https://github.com/opensearch-project/OpenSearch/issues/1352)

HTH

---

<div class="post-metadata">

### Author: ![jong](https://avatars.discourse-cdn.com/v4/letter/j/82dd89/32.png) [@jong](https://forum.opensearch.org/u/jong)
#### Post date: [November 11, 2021, 5:15pm UTC](https://forum.opensearch.org/t/opensearch-curator-client-support/7411/3 "2021-11-11T17:15:46Z")

</div>

I’ve had a _very basic_ go at making Curator compatible with OpenSearch here:  
[https://github.com/jgough/opensearch-curator](https://github.com/jgough/opensearch-curator)

Managed to get it working by running run\_curator.sh but no binaries at this point.  
Needs a lot more work but maybe could be a starting point?
