Hi,
I am trying to set up multi-tenant in my cluster. I am creating a new tenant : “test_tenant”. Then put it in a role tenant pattern.
According to the documentation, security plugin creates separate indices for each tenant :
.kibana_<hash>_<tenant_name>
But i am not able to find my .kibana index for my “test_tenant” with my query GET .kibana*
Is it normal ? How to find my test_tenant .kibana index to be able to modify it and add saved object in this tenant ? Users with this tenant have a blank page.
Thank you,
Julien