Entity Analytics 9.4 updates for UEBA integrations#17626
Conversation
Vale Linting ResultsSummary: 3 warnings, 12 suggestions found
|
| File | Line | Rule | Message |
|---|---|---|---|
| packages/ded/docs/README.md | 83 | Elastic.Latinisms | Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'. |
| packages/dga/docs/README.md | 3 | Elastic.DontUse | Don't use 'Please'. |
| packages/dga/docs/README.md | 5 | Elastic.Latinisms | Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'. |
💡 Suggestions (12)
| File | Line | Rule | Message |
|---|---|---|---|
| packages/beaconing/docs/README.md | 39 | Elastic.Wordiness | Consider using 'if' instead of 'In the event that'. |
| packages/ded/docs/README.md | 37 | Elastic.WordChoice | Consider using 'refer to if it's a document, view if it's a UI element' instead of 'See', unless the term is in the UI. |
| packages/ded/docs/README.md | 52 | Elastic.Wordiness | Consider using 'if' instead of 'In the event that'. |
| packages/dga/docs/README.md | 5 | Elastic.Wordiness | Consider using 'before' instead of 'Prior to'. |
| packages/dga/docs/README.md | 84 | Elastic.Repetition | "Detection" is repeated. |
| packages/lmd/docs/README.md | 46 | Elastic.WordChoice | Consider using 'refer to if it's a document, view if it's a UI element' instead of 'See', unless the term is in the UI. |
| packages/lmd/docs/README.md | 61 | Elastic.Wordiness | Consider using 'if' instead of 'In the event that'. |
| packages/lmd/docs/README.md | 86 | Elastic.Clone | Use Clone only when referring to cloning a GitHub repository or creating a copy that is linked to the original. Often confused with 'copy' and 'duplicate'. |
| packages/pad/docs/README.md | 96 | Elastic.Wordiness | Consider using 'if' instead of 'In the event that'. |
| packages/problemchild/docs/README.md | 16 | Elastic.WordChoice | Consider using 'refer to if it's a document, view if it's a UI element' instead of 'see', unless the term is in the UI. |
| packages/problemchild/docs/README.md | 124 | Elastic.WordChoice | Consider using 'refer to if it's a document, view if it's a UI element' instead of 'See', unless the term is in the UI. |
| packages/problemchild/docs/README.md | 126 | Elastic.Repetition | "Detection" is repeated. |
The Vale linter checks documentation changes against the Elastic Docs style guide.
To use Vale locally or report issues, refer to Elastic style guide for Vale.
sodhikirti07
left a comment
There was a problem hiding this comment.
@jmcarlock Thanks for making the changes. I've left a few comments around documentation and adding fields to the transforms. Other are some minor changes.
susan-shu-c
left a comment
There was a problem hiding this comment.
Suggestions to be more explicit
Co-authored-by: Susan <23287722+susan-shu-c@users.noreply.github.com>
Co-authored-by: Susan <23287722+susan-shu-c@users.noreply.github.com>
Co-authored-by: Susan <23287722+susan-shu-c@users.noreply.github.com>
Co-authored-by: Susan <23287722+susan-shu-c@users.noreply.github.com>
Co-authored-by: Susan <23287722+susan-shu-c@users.noreply.github.com>
Co-authored-by: Susan <23287722+susan-shu-c@users.noreply.github.com>
|
I've reviewed all the outstanding issues from the PR reviews. All changes are already committed and the working tree is clean. Here's a verification of the key items:
The latest build is also green (commit |
💚 Build Succeeded
History
|
|
Package beaconing - 1.5.4 containing this change is available at https://epr.elastic.co/package/beaconing/1.5.4/ |
|
Package ded - 3.0.0 containing this change is available at https://epr.elastic.co/package/ded/3.0.0/ |
|
Package dga - 3.0.0 containing this change is available at https://epr.elastic.co/package/dga/3.0.0/ |
|
Package hta - 2.0.0 containing this change is available at https://epr.elastic.co/package/hta/2.0.0/ |
|
Package lmd - 3.0.0 containing this change is available at https://epr.elastic.co/package/lmd/3.0.0/ |
|
Package pad - 2.0.0 containing this change is available at https://epr.elastic.co/package/pad/2.0.0/ |
|
Package problemchild - 3.0.0 containing this change is available at https://epr.elastic.co/package/problemchild/3.0.0/ |
## Summary Fixes this test that has been failing CI on main and 9.4 backports: ``` Fleet Cypress Tests #4 / Assets - Real API for integration with ML and transforms should install integration with ML module & transforms ``` Cause was due to new version of lmd published ([lmd-3.0.0](elastic/integrations#17626)) that caused index template and transform names to be changed.
# Backport This will backport the following commits from `main` to `9.4`: - [[UII] Fix cypress ml tests (#264584)](#264584) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jen Huang","email":"its.jenetic@gmail.com"},"sourceCommit":{"committedDate":"2026-04-21T08:06:57Z","message":"[UII] Fix cypress ml tests (#264584)\n\n## Summary\n\nFixes this test that has been failing CI on main and 9.4 backports:\n```\nFleet Cypress Tests #4 / Assets - Real API for integration with ML and transforms should install integration with ML module & transforms\n```\n\nCause was due to new version of lmd published\n([lmd-3.0.0](elastic/integrations#17626)) that\ncaused index template and transform names to be changed.","sha":"fa12076f23912b4114d44e30196f20731e066511","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:version","v9.4.0","v9.5.0"],"title":"[UII] Fix cypress ml tests","number":264584,"url":"https://github.com/elastic/kibana/pull/264584","mergeCommit":{"message":"[UII] Fix cypress ml tests (#264584)\n\n## Summary\n\nFixes this test that has been failing CI on main and 9.4 backports:\n```\nFleet Cypress Tests #4 / Assets - Real API for integration with ML and transforms should install integration with ML module & transforms\n```\n\nCause was due to new version of lmd published\n([lmd-3.0.0](elastic/integrations#17626)) that\ncaused index template and transform names to be changed.","sha":"fa12076f23912b4114d44e30196f20731e066511"}},"sourceBranch":"main","suggestedTargetBranches":["9.4"],"targetPullRequestStates":[{"branch":"9.4","label":"v9.4.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/264584","number":264584,"mergeCommit":{"message":"[UII] Fix cypress ml tests (#264584)\n\n## Summary\n\nFixes this test that has been failing CI on main and 9.4 backports:\n```\nFleet Cypress Tests #4 / Assets - Real API for integration with ML and transforms should install integration with ML module & transforms\n```\n\nCause was due to new version of lmd published\n([lmd-3.0.0](elastic/integrations#17626)) that\ncaused index template and transform names to be changed.","sha":"fa12076f23912b4114d44e30196f20731e066511"}}]}] BACKPORT--> Co-authored-by: Jen Huang <its.jenetic@gmail.com>
Proposed commit message
Updates UEBA packages for Entity Analytics in the 9.4 release.
Checklist
I have verified that all data streams collect metrics or logs.changelog.ymlfile.How to test this PR locally
Test with ITP