Hi
I am trying to load different (auditbeat) dashboards in a specific tenant (admin_tenant).
I am using the config attribute: setup.dashboards.kibana_index
in auditbeat.yml
. This comes from the official documentation of auditbeat itself.
So the result is: setup.dashboards.kibana_index: ".kibana_<hash>_admintenant"
like specified in the opendistro documentation about multi-tenancy.
But somehow, after restarting auditbeat and applying the changes, auditbeat says that the kibana dashboards are loaded succesfully, but ONLY in the private_tenant.
I was thinking of maybe there is a solution or workaround for this? Or am I doing something wrong?