-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution] Add deprecation warning about rule preview permissions #116878
Conversation
* Alert users that they need a new privilege for rule preview in 8.0 * If we find existing roles that have read access to the signals index, list their names for the user.
@jmikell821 I pinged you for the copy here, and for the followup on the corresponding 8.0 documentation changes. |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
Use i18n interpolation instead of a template literal.
@elasticmachine merge upstream |
Pinging @elastic/security-solution (Team: SecuritySolution) |
"signals" -> "detection alerts"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending updates to unit tests
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @rylnd |
Summary
As part of improving the detection engine's rule preview functionality, we're going to start writing "preview" alerts to a new index. This index is analogous to the signals index in most ways (mappings, ILM, etc.), but in order for this new functionality to work users will need to be able to read from this index.
In addition to noting these new requirements in the 8.0 documentation, we're also adding this deprecation warning in 7.16 so that users have an opportunity for a seamless upgrade.
Screenshots from Upgrade Assistant
Checklist
Delete any items that are not applicable to this PR.
For maintainers