How to avoid memory leak on creating role in huge elastic instance

hi
I have an Elasticsearch instane with 25,612,514,771 documents
When i create role in kibana, unassigned_shards inceases and status turn to yellow.
for about 10 minutes Search Latency increases too.

What is the output of:

GET /
GET /_cat/nodes?v
GET /_cat/health?v
GET /_cat/indices?v

If some outputs are too big, please share them on gist.github.com and link them here.

1 Like

What is the output from the _cluster/stats?pretty&human API?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.