File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -482,6 +482,7 @@ search_relevance_full_access:
482
482
- ' *'
483
483
allowed_actions :
484
484
- ' indices:admin/mappings/get'
485
+ - ' indices:data/read/get*'
485
486
- ' indices:data/read/search*'
486
487
487
488
# Allow users to read Search Relevance resources
@@ -492,6 +493,13 @@ search_relevance_read_access:
492
493
- ' cluster:admin/opensearch/search_relevance/judgment/get'
493
494
- ' cluster:admin/opensearch/search_relevance/queryset/get'
494
495
- ' cluster:admin/opensearch/search_relevance/search_configuration/get'
496
+ index_permissions :
497
+ - index_patterns :
498
+ - ' search-relevance-*'
499
+ allowed_actions :
500
+ - ' indices:admin/mappings/get'
501
+ - ' indices:data/read/get*'
502
+ - ' indices:data/read/search*'
495
503
496
504
# Allow users to read Forecast resources
497
505
forecast_read_access :
You can’t perform that action at this time.
0 commit comments