Update ML transform source index to scope to the relevant data streams#19998
Conversation
|
Pinging @elastic/sec-applied-ml (Team:Security-Applied ML) |
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! 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. |
|
Looks good! I suggest updating the transform tables in the readmes to reflect the new transform source indices. |
|
Tick the box to add this pull request to the merge queue (same as
|
There was a problem hiding this comment.
Pull request overview
This PR updates several ML packages’ Elasticsearch transforms to read from more specific source index patterns (data streams) instead of logs-*, and bumps package versions + changelogs accordingly.
Changes:
- Scoped transform
source.indexpatterns to integration-specific data streams (Okta, Elastic Defend endpoint events, System/Windows security sources, Network Packet Capture). - Bumped package versions for
pad,lmd,ded, andbeaconing, and updated transform destination/pipeline versioned IDs where applicable. - Updated package READMEs and
changelog.ymlentries to reflect the new source index patterns.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/pad/manifest.yml | Bumps PAD package version to 2.3.0. |
| packages/pad/elasticsearch/transform/pivot_transform_win_privilege_list_ea/transform.yml | Narrows Windows privilege transform source index; updates dest index + fleet transform version. |
| packages/pad/elasticsearch/transform/pivot_transform_okta_sessions_ea/transform.yml | Narrows Okta sessions transform source index; updates dest index + fleet transform version. |
| packages/pad/docs/README.md | Documents updated PAD transform source index patterns. |
| packages/pad/changelog.yml | Adds PAD 2.3.0 changelog entry. |
| packages/lmd/manifest.yml | Bumps LMD package version to 3.3.0. |
| packages/lmd/elasticsearch/transform/pivot_transform_ea/transform.yml | Narrows LMD transform source index; updates fleet transform version. |
| packages/lmd/docs/README.md | Documents updated LMD transform source index pattern. |
| packages/lmd/changelog.yml | Adds LMD 3.3.0 changelog entry. |
| packages/ded/manifest.yml | Bumps DED package version to 3.3.0. |
| packages/ded/elasticsearch/transform/pivot_transform_ea/transform.yml | Narrows DED transform source index; updates dest index, pipeline, and fleet transform version. |
| packages/ded/docs/README.md | Documents updated DED transform source index patterns. |
| packages/ded/changelog.yml | Adds DED 3.3.0 changelog entry. |
| packages/beaconing/manifest.yml | Bumps Beaconing package version to 1.7.0. |
| packages/beaconing/elasticsearch/transform/pivot_transform/transform.yml | Narrows Beaconing transform source index; updates dest index, pipeline, and fleet transform version. |
| packages/beaconing/docs/README.md | Documents updated Beaconing transform source index patterns. |
| packages/beaconing/changelog.yml | Adds Beaconing 1.7.0 changelog entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
✅ All changelog entries have the correct PR link. |
💚 Build Succeeded
History
|
|
Package beaconing - 1.7.0 containing this change is available at https://epr.elastic.co/package/beaconing/1.7.0/ |
|
Package ded - 3.3.0 containing this change is available at https://epr.elastic.co/package/ded/3.3.0/ |
|
Package lmd - 3.3.0 containing this change is available at https://epr.elastic.co/package/lmd/3.3.0/ |
|
Package pad - 2.3.0 containing this change is available at https://epr.elastic.co/package/pad/2.3.0/ |
Proposed commit message
Update the source indices to scope relevant data streams
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Using ITP
Related issues
Screenshots