index-management icon indicating copy to clipboard operation
index-management copied to clipboard

πŸ—ƒ Open Distro Index Management

Results 51 index-management issues
Sort by recently updated
recently updated
newest added

In out production cluster based on opendistro [1.13.2] we have multiple Index Management Index Policies with ism_template defined field, where we declare index_patterns. For example ``` "ism_template": { "index_patterns": [...

bug

**Describe the bug** On Elastic Search Version 7.10.0 I was trying to install stand alone opendistro ISM plugin - opendistro_index_management - 1.12.0.1 as per compatibility charts - https://opendistro.github.io/for-elasticsearch-docs/docs/install/plugins/#plugin-compatibility. Trying to...

bug

How can I add a lifecycle policy to a pattern index? Or template ... So any new index created based on that pattern has the policy applied. I have a...

enhancement

**Describe the bug** Search on roll up indices with avg is not working when we have empty buckets . For example if we are rolling up the data on the...

bug

Hi, We've setup ISM to rollover/transition based on min_index_age but we realized that reindexing clashes with it. After reindexing the new index gets a new creation date and the policy...

I use opendistro with index management plugin v1.13.2.0. My index policy contains such ism_template: ``` "ism_template": { "index_patterns": [ "prod-*", "dev-*", "*-events-*" ] } ``` I have no problems with...

bug

**Describe the bug** I have configured a rollup job with a timestamp interval by day and it running without any problem, but i have tried to compare results between normal...

bug

**Is your feature request related to a problem? Please describe.** Deleting an index, updating it's settings, etc. would be nice to have here like Kibana from ElasticSearch itself. **Describe the...

enhancement

**Describe the bug** If a snapshot action is applied via a policy, when that action runs, it will fail to work properly. The same error exists whether using a local...

bug

**Describe the bug** We're seeing an issue where the document count for an index (seen in the IM API or GUI) is not updating accurately (OpenDistro v1.8.0). It seems to...

bug