opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
170 stars 228 forks source link

[QUESTION] Is there any curator helm chart for Open Search ! #432

Open sambo2021 opened 1 year ago

sambo2021 commented 1 year ago

Hi Team,

We are searching for open search curator helm chart cause the old one for elastic search is not compatible with open search cluster v2.x, if something like that is available rather than inventing the wheel from the first , thanks in advance

zelinh commented 1 year ago

[Triage] Could you help here? @prudhvigodithi Thanks.

prudhvigodithi commented 1 year ago

Hey @sambo2021 for OpenSearch to solve the purpose of curator you can leverage OpenSearch Index Management to handle your index and snapshot management for snapshots. For now there is no direct helm chart for this but a cron job can be installed that can use API's for index and snapshot management. The OpenSearch operator has some functionality for this though, please check https://github.com/Opster/opensearch-k8s-operator/issues/278. @sambo2021 can you please contribute if you think its useful to have Index Management and snapshot management operations controlled via helm? @bbarani @peterzhuamazon @TheAlgo please add your thoughts as well.

sambo2021 commented 1 year ago

Hey @sambo2021 for OpenSearch to solve the purpose of curator you can leverage OpenSearch Index Management to handle your index and snapshot management for snapshots. For now there is no direct helm chart for this but a cron job can be installed that can use API's for index and snapshot management. The OpenSearch operator has some functionality for this though, please check Opster/opensearch-k8s-operator#278. @sambo2021 can you please contribute if you think its useful to have Index Management and snapshot management operations controlled via helm? @bbarani @peterzhuamazon @TheAlgo please add your thoughts as well.

hi prudhvigodithi : i already tried to do simple code to manage index based on number of days and index prefix , and still want to do some enhancements https://github.com/sambo2021/opensearch-curator and honestly i wanted to simplify that one done by https://github.com/isaackuang/docker-opensearch-curator

prudhvigodithi commented 1 year ago

Thanks @sambo2021 do you think you can create a helm chart with that image? and yes we can add it under https://github.com/opensearch-project/helm-charts/tree/main/charts. Adding @isaackuang @xaocon (https://github.com/isaackuang/docker-opensearch-curator)

isaackuang commented 1 year ago

I have a workable helm-chart inspired from elastic-curator. Let me prepare with it.

isaackuang commented 1 year ago

I have fork a repo and push my chart into. Still working with format. https://github.com/isaackuang/helm-charts/tree/main/charts/opensearch-curator