Hello,
I am new to Kibana & Elastic stack as well.
I have created new role ‘test-role’ with below settings -
{
"cluster": [
"indices:data/read/search*"
],
"indices": {
"?kibana_*": {
"*": [
"ALL"
]
},
"test-index": {
"*": [
"ALL"
]
}
},
"tenants": {
"Private": "RW"
}
}
I have also created a visualization with admin credentials. Now my expectation is user with ‘test-role’ should be able to see visualizations are created by ‘admin’ in its PRIVATE tenant. I am not able to achieve this.
Please let me know what access settings are required on role so that the visualizations created by admin in PRIVATE tenant can be accessed by user with that role?
Any help on this regards will be appreciated.
Thanks,
Amarnath