[libbeat] Add wineventlog schema to decode_xml processor#24726
Merged
marc-gr merged 8 commits intoelastic:masterfrom Apr 6, 2021
Merged
[libbeat] Add wineventlog schema to decode_xml processor#24726marc-gr merged 8 commits intoelastic:masterfrom
marc-gr merged 8 commits intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
6 tasks
ae7915c to
87ceaec
Compare
Contributor
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
6c9e125 to
17e5858
Compare
andrewkroh
reviewed
Mar 24, 2021
Member
andrewkroh
left a comment
There was a problem hiding this comment.
Looks good. Left some suggestions for the docs.
db25591 to
0c060ec
Compare
andrewkroh
approved these changes
Mar 25, 2021
05a1795 to
d9514d2
Compare
This was referenced Mar 31, 2021
049d604 to
ab2a213
Compare
6c1568e to
782167e
Compare
6 tasks
marc-gr
added a commit
to marc-gr/beats
that referenced
this pull request
Apr 6, 2021
(cherry picked from commit c96e460)
marc-gr
added a commit
that referenced
this pull request
Apr 6, 2021
michalpristas
pushed a commit
to michalpristas/beats
that referenced
this pull request
Apr 7, 2021
v1v
added a commit
to v1v/beats
that referenced
this pull request
Apr 7, 2021
* upstream/master: (91 commits) [Filebeat] Change okta.target to nested field (elastic#24636) Add RFC5424 format support for syslog input (elastic#23954) Fix links to Beats product pages (elastic#24821) [DOCS] Fix 'make setup' instructions for a new beat (elastic#24944) Remove duplicate decode_xml entry (elastic#24941) [libbeat] Add wineventlog schema to decode_xml processor (elastic#24726) [Elastic Agent] Add check for URL set when cert and cert key. (elastic#24904) feat: stage execution cache (elastic#24780) Fix error in Journalbeat commands (elastic#24880) Add baseline ECS 1.9.0 upgrade (elastic#24909) [Elastic Agent] Cloud container legacy apm files. (elastic#24896) [Elastic Agent]: Reduce allowed socket path length (elastic#24914) Add ability to destroy indices with wildcards in testing (elastic#24915) Add status subcommand to report status of running daemon. (elastic#24856) Fix types of fields GetHits and Ops in Metricbeat module for Couchbase (elastic#23287) Add support for Filestream input in elastic agent. (elastic#24820) Implement k8s secrets provider for Agent (elastic#24789) Sort processor list in docs (elastic#24874) Add support for SCRAM authentication in kafka metricbeat module (elastic#24810) Properly update offset in case of unparasable line (elastic#22685) ...
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.
What does this PR do?
Adds a
wineventlogschema decoder to thedecode_xmlprocessor.Why is it important?
To decouple winevent log decoding from winlogbeat.
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related
Closes #23910