Skip to content

Commit

Permalink
Add index permissions for query insights exporters (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#4229)

Signed-off-by: Chenyang Ji <cyji@amazon.com>
  • Loading branch information
ansjcy authored and dlin2028 committed May 1, 2024
1 parent e55f53d commit 8a6e73e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,8 @@ query_insights_full_access:
reserved: true
cluster_permissions:
- 'cluster:admin/opensearch/insights/top_queries/*'
index_permissions:
- index_patterns:
- 'top_queries_by_*'
allowed_actions:
- "indices_all"

0 comments on commit 8a6e73e

Please sign in to comment.