what is the minimal security role permission a user would need to access the
_cluster/health api
when I just look at the documentation https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-roles.html
I find it difficult to digest what is, and what is not exactly covered.
My initial thought was 'monitoring_user' but that did not work.
Using 'superuser' worked, but that seems a bit too much.
Is there some better documentation on the permissions? If it is not in a standard role, what would I have to grant access on a custom role to achieve this
Thanks