-
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 support for sysmon v13 events 24 and 25 #24945
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
marc-gr
added
enhancement
needs_backport
PR is waiting to be backported to other branches.
Team:Security-External Integrations
v7.13.0
needs_integration_sync
Changes in this PR need synced to elastic/integrations.
labels
Apr 6, 2021
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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
Apr 6, 2021
marc-gr
commented
Apr 6, 2021
marc-gr
force-pushed
the
winlogbeat-sysmon-v13
branch
2 times, most recently
from
April 6, 2021 11:38
c5f9dc7
to
9681bd4
Compare
Collaborator
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
marc-gr
force-pushed
the
winlogbeat-sysmon-v13
branch
2 times, most recently
from
April 13, 2021 13:30
85235d8
to
040e988
Compare
marc-gr
added
backport-v7.13.0
Automated backport with mergify
and removed
needs_backport
PR is waiting to be backported to other branches.
labels
Apr 13, 2021
marc-gr
force-pushed
the
winlogbeat-sysmon-v13
branch
from
April 14, 2021 07:23
040e988
to
0796acb
Compare
adriansr
approved these changes
Apr 14, 2021
marc-gr
added a commit
that referenced
this pull request
Apr 14, 2021
* Add support for sysmon v13 events 24 and 25 * Remove category mapping for event 24 (cherry picked from commit 97e9113)
v1v
added a commit
to v1v/beats
that referenced
this pull request
Apr 14, 2021
* upstream/master: (308 commits) [winlogbeat] Add support for sysmon v13 events 24 and 25 (elastic#24945) mergify: add backport label (elastic#25050) Add pod.ip in k8s metadata (elastic#25037) [elastic-agent] Use fleet.url for container cmd (elastic#25026) disable TestXPackEnabled flaky test in logstash metricbeat module (elastic#25034) Leverege leader election in agent k8s manifests (elastic#25016) libbeat/publisher/pipeline: expand monitoring (elastic#24700) libbeat: fix decode_json_fields config validation (elastic#24862) Remove make docs-preview instructions (elastic#25001) [Filebeat] Fix IPtables pipeline (elastic#24928) [DOCS] cd into correct directory before invoking mage. (elastic#17679) Add -buildmode=pie for supported platform (elastic#24964) Add agent's direcotry in k8s manifest generator (elastic#24987) [mergify] assign the original author (elastic#25007) Fix AWS module flaky tests (elastic#24852) [filebeat] Use fail_on_template_error on google_workspace and okta pagination (elastic#24967) Updated config to match defaults (elastic#25004) [Filebeat] Fix hardcoded amazonaws.com endpoint (elastic#24861) Add cloud.service.name to add_cloud_metadata (elastic#24993) [Ingest Manager] Expose processes and their metrics (elastic#24788) ...
marc-gr
added a commit
that referenced
this pull request
Apr 14, 2021
* Add support for sysmon v13 events 24 and 25 * Remove category mapping for event 24 (cherry picked from commit 97e9113)
marc-gr
added a commit
that referenced
this pull request
Apr 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-v7.13.0
Automated backport with mergify
enhancement
needs_integration_sync
Changes in this PR need synced to elastic/integrations.
v7.13.0
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 support for new Sysmon v13 events 24 and 25
Why is it important?
To support last Sysmon improvements.
Checklist
- [] I have made corresponding changes to the documentationCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues
Closes #24217