Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
I am using 2.7.0 Opensearch, opensearch dashboards in k8s environment.
Describe the issue:
From the follower cluster’s cluster-manager logs I saw below info
{"log":{"message":"PluginService:onIndexModule index:[.replication-metadata-store/rkQsv9ZbTyqatnuGQM9WrA]"}}
{"log":{"message":"[.replication-metadata-store] creating index, cause [api], templates [], shards [1]/[1]"}}
{"log":{"message":"updating number_of_replicas to [0] for indices [.replication-metadata-store]"}}
{"log":{"message":"Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.replication-metadata-store][0]]])."}}
But I can’t see .replication-metadata-store index in /_cat/indices output. But inside data pod’s indices folder I see that “rkQsv9ZbTyqatnuGQM9WrA” folder getting created for this index(attached in screenshot)
So below are my queries:
- What is the use of .replication-metadata-store index?
- On what basis .replication-metadata-store index gets created?
- Since the folder is present in indices folder of data pod, if we run snapshot API, will it take snapshot of this index as-well? or snapshot API uses /_cat/indices output and hence it excludes this index?
- Does this folder (indices/rkQsv9ZbTyqatnuGQM9WrA) gets updated on every replication rule being created/deleted/updated?
I couldn’t find any relevant document for .replication-metadata-store index.
Relevant Logs or Screenshots: