I try to see stack monitoring using the following role in roles.yml
my_user_role:
cluster: [ "cluster:monitor/main", "cluster:monitor/xpack/info" ]
indices:
- names: [ ".monitoring-*" ]
privileges: [ "read", "read_cross_cluster" ]
run_as: [" * "]
applications:
- application : " * "
privileges : [ " * " ]
resources : [ " * " ]
However, there are some links in management -> kibana folder writeable. How can I make the management -> kibana links readonly?
Thank you,
John