From 90e2a5666937e9f391f8c3442c7f1f8aaf57f245 Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Mon, 9 Sep 2024 16:40:00 -0700 Subject: [PATCH] [2.x Backport] Adding index permissions for remote index in AD (#4721) Signed-off-by: Amit Galitzky --- config/roles.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/roles.yml b/config/roles.yml index 0efbf444e2..a5b8019c7e 100644 --- a/config/roles.yml +++ b/config/roles.yml @@ -85,9 +85,14 @@ anomaly_full_access: - index_patterns: - '*' allowed_actions: - - 'indices_monitor' - 'indices:admin/aliases/get' + - 'indices:admin/mappings/fields/get' + - 'indices:admin/mappings/fields/get*' - 'indices:admin/mappings/get' + - 'indices:admin/resolve/index' + - 'indices:data/read/field_caps*' + - 'indices:data/read/search' + - 'indices_monitor' # Allow users to execute read only k-NN actions knn_read_access: