-
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 query while reading .evtx file #36173
Merged
Merged
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
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jul 29, 2023
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Collaborator
kcreddy
added
backport-7.17
Automated backport to the 7.17 branch with mergify
8.10-candidate
Team:Security-External Integrations
labels
Aug 3, 2023
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Aug 3, 2023
andrewkroh
reviewed
Aug 3, 2023
andrewkroh
approved these changes
Aug 7, 2023
mergify bot
pushed a commit
that referenced
this pull request
Aug 8, 2023
* Add missing query for evtx processing * update pr num * update changelog * Add test * fix CI * add eventID as string * update query * fix expected in test * fix golangci-lint * Address PR comment * Add nolint:prealloc directives (cherry picked from commit 1fe462c) # Conflicts: # winlogbeat/eventlog/wineventlog.go # winlogbeat/eventlog/wineventlog_experimental.go
kcreddy
added a commit
that referenced
this pull request
Aug 10, 2023
….evtx file (#36255) * [Winlogbeat] Add missing query while reading .evtx file (#36173) * Add missing query for evtx processing * update pr num * update changelog * Add test * fix CI * add eventID as string * update query * fix expected in test * fix golangci-lint * Address PR comment * Add nolint:prealloc directives (cherry picked from commit 1fe462c) # Conflicts: # winlogbeat/eventlog/wineventlog.go # winlogbeat/eventlog/wineventlog_experimental.go * add query to evtx file open * remove unnecessary change log --------- Co-authored-by: Krishna Chaitanya Reddy Burri <[email protected]> Co-authored-by: kcreddy <[email protected]>
Scholar-Li
pushed a commit
to Scholar-Li/beats
that referenced
this pull request
Feb 5, 2024
* Add missing query for evtx processing * update pr num * update changelog * Add test * fix CI * add eventID as string * update query * fix expected in test * fix golangci-lint * Address PR comment * Add nolint:prealloc directives
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
What does this PR do?
Adds query filter when processing .evtx file
Why is it important?
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs