From e4b7361a4687e03fdb990b32dad205dcd16914e0 Mon Sep 17 00:00:00 2001 From: Stefan Reuter Date: Fri, 20 Jan 2023 13:35:19 +0100 Subject: [PATCH] =?UTF-8?q?Add=20action=20indices:admin/index=5Ftemplate/*?= =?UTF-8?q?=20to=20cluster=5Fmanage=5Findex=5Ftem=E2=80=A6=20(#2409)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add actions cluster:admin/component_template/* to cluster_manage_index_templates Signed-off-by: Stefan Reuter --- src/main/resources/static_config/static_action_groups.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/static_config/static_action_groups.yml b/src/main/resources/static_config/static_action_groups.yml index c7c351d171..e1d3e0aece 100644 --- a/src/main/resources/static_config/static_action_groups.yml +++ b/src/main/resources/static_config/static_action_groups.yml @@ -208,6 +208,8 @@ cluster_manage_index_templates: static: true allowed_actions: - "indices:admin/template/*" + - "indices:admin/index_template/*" + - "cluster:admin/component_template/*" type: "cluster" description: "Manage index templates" cluster_manage_pipelines: