-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[winlogbeat] Add missing functionality to experimental API #41525
Merged
marc-gr
merged 29 commits into
elastic:main
from
marc-gr:feat/experimental-api-userdata
Nov 25, 2024
Merged
[winlogbeat] Add missing functionality to experimental API #41525
marc-gr
merged 29 commits into
elastic:main
from
marc-gr:feat/experimental-api-userdata
Nov 25, 2024
Conversation
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
marc-gr
added
enhancement
Winlogbeat
Team:Security-Windows Platform
Windows Platform Team in Security Solution
backport-8.x
Automated backport to the 8.x branch with mergify
labels
Nov 5, 2024
botelastic
bot
added
needs_team
Indicates that the issue/PR needs a Team:* label
and removed
needs_team
Indicates that the issue/PR needs a Team:* label
labels
Nov 5, 2024
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
…eats into feat/experimental-api-userdata
…eats into feat/experimental-api-userdata
marc-gr
changed the title
[winlogbeat] Put data under UserData also in experimental api
[winlogbeat] Add missing functionality to experimental API
Nov 11, 2024
…eats into feat/experimental-api-userdata
…eats into feat/experimental-api-userdata
7 tasks
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 <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-8.x
Automated backport to the 8.x branch with mergify
enhancement
Team:Security-Windows Platform
Windows Platform Team in Security Solution
Winlogbeat
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.asciidoc
orCHANGELOG-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: