Add kibana.alert.original_data_stream to alert schema#7159
Merged
florent-leborgne merged 1 commit into8.19from Mar 26, 2026
Merged
Add kibana.alert.original_data_stream to alert schema#7159florent-leborgne merged 1 commit into8.19from
kibana.alert.original_data_stream to alert schema#7159florent-leborgne merged 1 commit into8.19from
Conversation
Backport of docs-content#3011 for the 8.19 asciidoc docs. Adds the new `kibana.alert.original_data_stream.*` fields (dataset, namespace, type) that were introduced in kibana#220447 to copy source data stream information into alerts. Also improves the description of `kibana.alert.original_event.*` and removes the now-inaccurate `data_stream.*` ECS row. Closes elastic/docs-content#2673 Made-with: Cursor
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
jmikell821
approved these changes
Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backport of docs-content#3011 for the 8.19 asciidoc docs.
Adds the new
kibana.alert.original_data_stream.*fields (dataset,namespace,type) that were introduced in kibana#220447 to copy source data stream information into alerts.Changes
kibana.alert.original_data_stream.*as a new non-ECS field with descriptionkibana.alert.original_event.*description (was just "Type: object")data_stream.*ECS row and its associated NOTEevent.*NOTE wording for clarityCloses elastic/docs-content#2673
Relates to SDH https://github.com/elastic/sdh-security-team/issues/1626
Made with Cursor