-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
Team:ExperienceIssues owned by the Experience Docs TeamIssues owned by the Experience Docs TeamdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
What documentation page is affected
Troubleshoot Detection Rules (https://www.elastic.co/guide/en/security/current/ts-detection-rules.html)
What change would you like to see?
The broader issue with this UI creating misconfigured roles is captured here; this issue is requesting that we add a callout in our troubleshooting documentation that would allow users to diagnose/correct this situation.
As demonstrated in the inciting issue, the user would likely see a
This rule may not have the required read privileges
warning where they would otherwise not expect one, and as mentioned in the kibana issue the solution is to "itemize" their index privileges, i.e.:
auditbeat-*,filebeat-*: read/write
becomes:auditbeat-*: read/write
andfilebeat-*: read/write
Additional info
No response
Metadata
Metadata
Assignees
Labels
Team:ExperienceIssues owned by the Experience Docs TeamIssues owned by the Experience Docs TeamdocumentationImprovements or additions to documentationImprovements or additions to documentation