-
Notifications
You must be signed in to change notification settings - Fork 457
[Windows] Sync with winlogbeat module changes #685
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
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
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.
LGTM from my side, some small comments just to make sure if its intended, I looked at the processors, config files and ECS mapping, though I am unable to 100% determine if we have all the ECS fields used by the integration in ecs.yml
. Is there ways we test this today?
packages/windows/data_stream/forwarded/agent/stream/winlog.yml.hbs
Outdated
Show resolved
Hide resolved
@@ -1423,10 +1711,11 @@ processors: | |||
var actionResults = []; | |||
for (var j = 0; j < codedActions.length; j++) { | |||
var actionCode = codedActions[j].replace("%%", '').replace(' ', ''); | |||
actionResults.push(auditActions[actionCode]); | |||
actionResults.push(msobjsMessageTable[actionCode]); |
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.
I can't find any refrence in the commit that the variable auditActions
was changed to msobjMessageTable
, is this resolving an earlier error?
packages/windows/data_stream/forwarded/agent/stream/winlog.yml.hbs
Outdated
Show resolved
Hide resolved
packages/windows/data_stream/security/agent/stream/winlog.yml.hbs
Outdated
Show resolved
Hide resolved
cc9e894
to
989e51a
Compare
What does this PR do?
Syncs the windows integration with the changes in winlogbeat modules from beats.
Checklist