Enable stack monitoring but make read only on management links

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

I found a solution. This can be closed.

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