From dc4c0279bdb3b51ef7def0a21193bd6fee1cf520 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Mon, 24 Jan 2022 21:46:59 +0100 Subject: [PATCH] bugfix: kibana role gives now access to all tenant indices - formerly it was only access to the last cluster --- create-kibana-objects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-kibana-objects.yml b/create-kibana-objects.yml index 0270817..cbfb260 100644 --- a/create-kibana-objects.yml +++ b/create-kibana-objects.yml @@ -81,7 +81,7 @@ cluster: [] indices: - names: - - '{{ stage }}-{{ tenant_id }}-{{ cluster_name }}-*' + - '{{ stage }}-{{ tenant_id }}-*' privileges: - read - read_cross_cluster