Skip to content

Commit

Permalink
Add index permissions for query insights exporters (#4229)
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <cyji@amazon.com>
  • Loading branch information
ansjcy authored Apr 11, 2024
1 parent d87ab3f commit a5a5e03
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 a5a5e03

Please sign in to comment.