You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With @Deepzima and @ettoreciarcia we discovered that by default all system indexes in OpenSearch (in the form .opendistro*) have by default the replicas set at 1.
This causes all our single-node OpenSearch deploy to be in the yellow state.
We fixed the issue using the following strategy:
deleted the unassigned shards ( in our case they were .opendistro-ism-config and .opendistro-job-scheduler-lock
apply the following patch as suggested here and after that launch manually the ism-policy job
Hi 👋
With @Deepzima and @ettoreciarcia we discovered that by default all system indexes in OpenSearch (in the form
.opendistro*
) have by default the replicas set at 1.This causes all our single-node OpenSearch deploy to be in the yellow state.
We fixed the issue using the following strategy:
.opendistro-ism-config
and.opendistro-job-scheduler-lock
Probably this should be set together with our index patterns using the cronjob or - better - from the OpenSearch configuration file, if possible.
The text was updated successfully, but these errors were encountered: