-
Notifications
You must be signed in to change notification settings - Fork 462
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
Update and Sync winlog input integrations #2542
Update and Sync winlog input integrations #2542
Conversation
b900e9d
to
2a9a367
Compare
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
packages/windows/changelog.yml
Outdated
@@ -1,4 +1,15 @@ | |||
# newer versions go on top | |||
- version: "1.7.0" |
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.
Bump for conflict.
1720159
to
621c001
Compare
- expose `ignore_older` option - change "Preserve Original Event` option to use `include_xml` - remove check for preserve_original_event from ingest pipelines - make ordering of options the same for all winlog inputs - switch to `processors.length` check to handlebars templates - make including of tags the same in handlebars templates - for windows/forwarded remove requirement to specify event id, none means all, which should be default - for windows/sysmon_operational remove requirement to specify event id, none means all, which should be default - for winlog remove requirement to specify event id, none means all, which should be default Closes elastic#2472
621c001
to
b92df92
Compare
- expose `ignore_older` option - change "Preserve Original Event` option to use `include_xml` - remove check for preserve_original_event from ingest pipelines - make ordering of options the same for all winlog inputs - switch to `processors.length` check to handlebars templates - make including of tags the same in handlebars templates - for windows/forwarded remove requirement to specify event id, none means all, which should be default - for windows/sysmon_operational remove requirement to specify event id, none means all, which should be default - for winlog remove requirement to specify event id, none means all, which should be default Closes elastic#2472
What does this PR do?
Update and syncs winlog input integrations: system, windows, winlog,
and microsoft_sqlserver.
ignore_older
optionoption to use
include_xml`processors.length
check to handlebars templatesmeans all, which should be default
means all, which should be default
means all, which should be default
Checklist
changelog.yml
file.Related issues
Screenshots