[winlogbeat] Add missing functionality to experimental API#41525
Merged
marc-gr merged 29 commits intoelastic:mainfrom Nov 25, 2024
Merged
[winlogbeat] Add missing functionality to experimental API#41525marc-gr merged 29 commits intoelastic:mainfrom
marc-gr merged 29 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
…eats into feat/experimental-api-userdata
…eats into feat/experimental-api-userdata
…eats into feat/experimental-api-userdata
…eats into feat/experimental-api-userdata
7 tasks
Contributor
|
This pull request is now in conflicts. Could you fix it? 🙏 |
This reverts commit db5a57d.
intxgo
approved these changes
Nov 21, 2024
mergify bot
pushed a commit
that referenced
this pull request
Nov 25, 2024
* Put data under UserData also in experimental api * Change docs and changelog * check evt meta * Propagate locale config appropiately * Extract metadata cache * Add render config * Simplify render functions * Add xml rendering to experimental api * Add benchmarks * Update docs * Fix multi os build * Format embedded messages in the experimental api * Safer assert * Test exp api include xml with same test suite * Check for nil metadata * Revert "Safer assert" This reverts commit db5a57d. * Use single buffer to render xml (cherry picked from commit 4278366)
6 tasks
marc-gr
added a commit
that referenced
this pull request
Nov 25, 2024
…41769) * Put data under UserData also in experimental api * Change docs and changelog * check evt meta * Propagate locale config appropiately * Extract metadata cache * Add render config * Simplify render functions * Add xml rendering to experimental api * Add benchmarks * Update docs * Fix multi os build * Format embedded messages in the experimental api * Safer assert * Test exp api include xml with same test suite * Check for nil metadata * Revert "Safer assert" This reverts commit db5a57d. * Use single buffer to render xml (cherry picked from commit 4278366) Co-authored-by: Marc Guasch <marc-gr@users.noreply.github.com>
Kavindu-Dodan
pushed a commit
to Kavindu-Dodan/beats
that referenced
this pull request
Nov 27, 2024
…1525) * Put data under UserData also in experimental api * Change docs and changelog * check evt meta * Propagate locale config appropiately * Extract metadata cache * Add render config * Simplify render functions * Add xml rendering to experimental api * Add benchmarks * Update docs * Fix multi os build * Format embedded messages in the experimental api * Safer assert * Test exp api include xml with same test suite * Check for nil metadata * Revert "Safer assert" This reverts commit db5a57d. * Use single buffer to render xml
Closed
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.
Proposed commit message
Makes experimental api on par with the default one:
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues
Also added include xml as part of the benchmark matrix, to basically check we perform as the default API when having it enabled: