After successfully installed RoR elasticsearch and kibana pro and set a multi-tenant configuration, i’m not able to delete a dashboard nor a visualization.
Do you want the kibana index to be “.customer1” or “.kibana_customer1”? Because in the indices rule you are allowing one, and declaring the other on kibana_index rule. Pick one and set it in both indices and kibana_index.
Adding actions: ["*"] in the same rules block has no effect, because inside a block all rules have to check (they are evaluated in logic AND).
PRO TIP: Workarounds in this fashion are possible using a new block with the same “auth” rule, and the action rule.
Great!
BTW from the next version of ROR you won’t need that because I’m including all the write and update actions to be allowed in kibana_access: admin/rw for the Kibana index.