-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This fixes the behavior of Packetbeat's MarshalMapStr() so that it will properly recurse through nested structs when turning the ecs.Fields object into a map. This might technically be a breaking change, since the process.parent field will now produce a different (but correct) map. Fixes #42108 (cherry picked from commit 525ed30) Co-authored-by: Alex K. <8418476+fearful-symmetry@users.noreply.github.com>
- Loading branch information
1 parent
52563d9
commit 0c404d6
Showing
3 changed files
with
99 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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