Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ ml_full_access:
- index_patterns:
- '*'
allowed_actions:
- 'indices:admin/mappings/get'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we also need indices:data/read/search* because agentic search also samples documents from the index, should we add that too?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call. QPT's async chain has two steps: (1) getMappings for index structure, and (2) a search to sample a document. indices:data/read/search* would be needed for it

- 'indices:data/read/search*'
- 'indices_monitor'

# Allows users to use all Notifications functionality
Expand Down
Loading