Skip to content

Commit 75b48d7

Browse files
committed
Add indices:data/read/search* to ml_full_access for Agentic Search
QueryPlanningTool samples documents from the target index using a matchAllQuery search. This requires indices:data/read/search* permission which is consistent with other full_access roles (anomaly_full_access, ppl_full_access, asynchronous_search_full_access, forecast_full_access). Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
1 parent 7a14561 commit 75b48d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/roles.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ ml_full_access:
333333
- '*'
334334
allowed_actions:
335335
- 'indices:admin/mappings/get'
336+
- 'indices:data/read/search*'
336337
- 'indices_monitor'
337338

338339
# Allows users to use all Notifications functionality

0 commit comments

Comments
 (0)