-
Notifications
You must be signed in to change notification settings - Fork 238
[Security] Add EA entry to Stack and Serverless release notes #6967
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -18,6 +18,37 @@ | |||||||||
| ::: | ||||||||||
| --> | ||||||||||
|
|
||||||||||
| ## May 28, 2026 [elastic-cloud-serverless-05282026-breaking] | ||||||||||
|
|
||||||||||
| ::::{dropdown} Entity Analytics requires additional index privileges for custom roles | ||||||||||
|
|
||||||||||
| The entity store reads entity data from a new set of indices. Roles that grant access to the Entity Analytics features must now include `read` on the following index patterns: | ||||||||||
|
|
||||||||||
| - `.entities.v2.latest.security_*` | ||||||||||
| - `.entities.v2.updates.security_*` | ||||||||||
| - `entities-latest-*` | ||||||||||
| - `risk-score.risk-score-*` | ||||||||||
| - `.entity_analytics.*` | ||||||||||
|
|
||||||||||
| The built-in Security roles have been updated to grant these privileges. Custom roles created against the `v1` index patterns (`.entities.v1.latest.security_*`) are not updated automatically. | ||||||||||
|
|
||||||||||
| **Impact:** | ||||||||||
|
|
||||||||||
| Users assigned a custom role that does not include the index patterns above will see the **Entity Analytics** page load in a degraded state — without entity data and without the standard "insufficient privileges" message. Users assigned built-in Security roles are not affected. | ||||||||||
|
|
||||||||||
| **Action:** If you use custom roles to control access to Entity Analytics, add `read` on the following entity store and risk score index patterns to each affected role: | ||||||||||
|
|
||||||||||
| ```yaml | ||||||||||
| - names: | ||||||||||
| - ".entities.v2.latest.security_*" | ||||||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @uri-weisman @jaredburgettelastic should
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||||||||||
| - "entities-latest-*" | ||||||||||
| - "risk-score.risk-score-*" | ||||||||||
| - ".entity_analytics.*" | ||||||||||
| privileges: | ||||||||||
| - read | ||||||||||
| ``` | ||||||||||
| :::: | ||||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
|
|
||||||||||
| ## April 15, 2026 [elastic-cloud-serverless-04152026-breaking] | ||||||||||
|
|
||||||||||
| :::{dropdown} Disables sequence numbers for TSDB indices in release builds | ||||||||||
|
|
||||||||||
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.
Is there an issue we could link to?
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.
That was a while ago, and many PR were involved, but if I'm picking one, I think it will be this one.
CC @jared.burgett