Filtering Logs In FluentD #3977
Unanswered
RehMarcelino
asked this question in
Q&A
Replies: 1 comment
-
You mean you are using fluent-plugin-windows-eventlog plugin to filter consuming EventLog? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to filter windows events log on td-agent.conf using X-PATH. This is possible on Windows SO?
I'm trying to create an exception to send event log to a SIEM product. I'm using the command line bellow inside of each source.
Example:
event_query "Event/System[(EventID!=4688)]"
That's a right thing? Exist another form to filter this events?
Beta Was this translation helpful? Give feedback.
All reactions