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.
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] Default to raw api #42275
[winlogbeat] Default to raw api #42275
Changes from 22 commits
396fc7d
585ff5d
97ed84f
724e32b
d10097e
37302c6
74858cb
d829c9a
8a66d4e
24fca7a
e6cc25b
5cfdc9b
3fd5e3f
61cb7a0
bb6b1fb
18c4d33
04a8a25
15fae95
c4b452e
62ca5fd
6dd9cf9
f2cab51
56d88e9
27de210
70e7a42
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: We can pre-install sysmon to the base Windows image(when the PR is merged) We need to raise an issue for that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100%, I was also thinking maybe keeping our own copy since there is no way (that I know of) to download a specific sysmon version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Question]
Why is this not needed any more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We previously had
wineventlog
andwineventlog-experimental
api's. The experimental API has been recently GA'd aswineventlog-raw
in 8.18. For 9.0.0 we want to remove the oldwineventlog
api as it is less performant and the old way of rendering the events can be still achieved through config while using the newwineventlog-raw
api.So we will have a single api moving forward, that is why we can remove the winlog.api field references.
note that this changes are not going to be backported