-
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 - Select events by level, event_id, and provider #1218
Conversation
6228881
to
cf7258c
Compare
@@ -18,7 +18,6 @@ env: | |||
- TARGETS="-C libbeat testsuite" | |||
- TARGETS="-C topbeat testsuite" | |||
- TARGETS="-C filebeat testsuite" | |||
- TARGETS="-C winlogbeat testsuite" |
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.
Is there a reason to completely remove it?
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.
The system tests are all (now) skipped unless the OS is windows so I want it removed to use less Travis resources.
Doesn't this require also an updates to |
Yeah, I should update |
cf7258c
to
7dd3926
Compare
I updated the config file to include a mention of all the configuration options and added a link to the documentation. |
8fdc19c
to
42f1249
Compare
Add documentation of the include_xml option Add new FAQ question Format lines that extended beyond 80 characters
42f1249
to
eac9894
Compare
Use ucfg to unpack eventlog API config All system tests now require Windows. Add ignore_older filtering to eventlogging API since it is not provided by Windows Change expected time.ParseDuration error message due to ucfg change
eac9894
to
10da1ce
Compare
LGTM, merging. |
This PR adds the ability to do select specific events from a single log. This is implemented using an event log query.
Sample Winlogbeat Config:
XPath Query Used by Winlogbeat: