curator-opensearch
curator-opensearch copied to clipboard
Curator for OpenSearch.
Sorry, I didn't find image and manifest for deploying to kubernetes. Do you build any ?
- Fix docker build failed - Fix can't close index. It calling method removed on opensearch-project/opensearch-py#151
curator --dry-run --config myconfig mytemplate doesn't wait for completion even if "wait_for_completion" is set as True in yaml template. Example yml for restore: ``` actions: 1: action: restore description: >-...
The latest cx_Freeze 6.15 uses snake case rather than camel case which make Docker builder failed. Reference: [link](https://github.com/marcelotduarte/cx_Freeze/pull/1809/commits/c6db4d02fa72f0aa385865f76666b87b9124c1d6)
Copying from https://github.com/elastic/curator/issues/1631 as the issue still is a major issue for us: I'm finding that running Curator with `--dry-run` can be **extremely** slow. As far as I can tell,...
Curator version: 0.0.9 Opensearch version: 2.4.0 Expected behaviour: Rollover happens without errors Actual behavior: Version compatibility error saying `max_size` param isn't supported in `rollover.yml` file. Command ran: `curator --config /etc/curator/config.yml...
This seems to be a variation of elastic/curator#1491, except in that ticket the offending task has action `cluster:admin/snapshot/get` whereas what I'm seeing is actually `cluster:admin/snapshot/delete` showing up in the task...
### What this does There seems to be internal confusion as to whether `retry_count` really means "tries", where 0--which is a legal value--means never try at all or "retries", where...
Currently if another snapshot task is blocking delete_snapshot, the task action is logged as DEBUG only and following is logged at the INFO level: ```console Unable to delete snapshot(s) because...