File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ search_relevance_full_access:
482482 - ' *'
483483 allowed_actions :
484484 - ' indices:admin/mappings/get'
485- - ' indices:data/read/search *'
485+ - ' indices:data/read/*'
486486
487487# Allow users to read Search Relevance resources
488488search_relevance_read_access :
@@ -492,6 +492,12 @@ search_relevance_read_access:
492492 - ' cluster:admin/opensearch/search_relevance/judgment/get'
493493 - ' cluster:admin/opensearch/search_relevance/queryset/get'
494494 - ' cluster:admin/opensearch/search_relevance/search_configuration/get'
495+ index_permissions :
496+ - index_patterns :
497+ - ' search-relevance-*'
498+ allowed_actions :
499+ - ' indices:admin/mappings/get'
500+ - ' indices:data/read/*'
495501
496502# Allow users to read Forecast resources
497503forecast_read_access :
You can’t perform that action at this time.
0 commit comments