Issue:
I have configured custom security for my opensearch but now I cannot see Snapshot Management feature. My user have full cluster and index permissions. Can anyone please help me here?
Relevant Logs or Screenshots:
Issue:
I have configured custom security for my opensearch but now I cannot see Snapshot Management feature. My user have full cluster and index permissions. Can anyone please help me here?
Relevant Logs or Screenshots:
Hi @Shrey,
Would you mind elaborating more on “custom security”?
Could you run the following and share the output?
curl --insecure -u <your_username>:<password> -XGET https://localhost:9200/_plugins/_security/authinfo?pretty
or on DevTools:
GET _plugins/_security/authinfo
best,
mj