🌊 Streams: Adjust default mappings for wired streams#228618
Merged
flash1293 merged 4 commits intoelastic:mainfrom Jul 23, 2025
Merged
🌊 Streams: Adjust default mappings for wired streams#228618flash1293 merged 4 commits intoelastic:mainfrom
flash1293 merged 4 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
…red-streams-mapping
klacabane
reviewed
Jul 22, 2025
Comment on lines
-94
to
-117
| text: { | ||
| type: 'match_only_text', |
Contributor
There was a problem hiding this comment.
I don't see the deletion of body.text in the summary, double checking this is expected ?
Contributor
Author
|
@klacabane A sorry, forgot about this - it was duplicated since it's spread in via anyway, since |
klacabane
approved these changes
Jul 22, 2025
…red-streams-mapping
dmlemeshko
approved these changes
Jul 23, 2025
Contributor
dmlemeshko
left a comment
There was a problem hiding this comment.
LGTM, I will fix codeowners in the follow-up so we don't block you next time
Contributor
💚 Build Succeeded
Metrics [docs]
History
|
kertal
pushed a commit
to kertal/kibana
that referenced
this pull request
Jul 25, 2025
This fine tunes the mappings for wired streams: * No flattened field type for `body.structured` - instead it behaves like `*.attributes` * `observed_timestamp` isn't mapped by default (can be mapped if the user wishes to) * `resource.attributes.service.name` is mapped by default
eokoneyo
pushed a commit
to eokoneyo/kibana
that referenced
this pull request
Jul 31, 2025
This fine tunes the mappings for wired streams: * No flattened field type for `body.structured` - instead it behaves like `*.attributes` * `observed_timestamp` isn't mapped by default (can be mapped if the user wishes to) * `resource.attributes.service.name` is mapped by default
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.
This fine tunes the mappings for wired streams:
body.structured- instead it behaves like*.attributesobserved_timestampisn't mapped by default (can be mapped if the user wishes to)resource.attributes.service.nameis mapped by default