ClusterId: c05357
Hi,
We are setting up Kibana User Access. Is there a way i can hide the Management tab for read only users?
I created below role for Read only users. I want to restrict them deleting my indices. which may affect other users.
{
"MRPLogViewRole": {
"cluster": [
"monitor"
],
"indices": [
{
"names": [
"kibana*",
"mrp-log-prod-green"
],
"privileges": [
"read",
"indices:data/read/get",
"indices:data/read/mget",
"indices:data/read/search",
"indices:data/read/field_stats*",
"indices:data/read/msearch",
"indices:admin/mappings/fields/get"
],
"field_security": {
"grant": [
"*"
]
}
}
],
"run_as": [],
"metadata": {},
"transient_metadata": {
"enabled": true
}
}
}
Regards
Mathew