Skip to content
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

unable to forward event logs #18

Open
vhdevera opened this issue May 14, 2019 · 1 comment
Open

unable to forward event logs #18

vhdevera opened this issue May 14, 2019 · 1 comment
Labels
in_windows_eventlog(old) For old in_windows_eventlog plugin issue

Comments

@vhdevera
Copy link

vhdevera commented May 14, 2019

I'd like to forward the event logs of our Win2012 to Fluentd (on a linux server)
I used fluent-plugin-windows-eventlog but its not forwarding and the json file seems incomplete.

The json file output only contains
{"application":[15007,1],"system":[87037,41414],"security":[57655871,1]}

I was hoping to get something like:

{
"channel":"security",
"record_number":"91698",
"time_generated":"2017-08-29 20:12:29 +0000",
"time_written":"2017-08-29 20:12:29 +0000",

Attached config is what I'm using (not really sure of this config since fluentd is new to me)

@repeatedly
Copy link
Member

{"application":[15007,1],"system":[87037,41414],"security":[57655871,1]}

This is the content of position file, right?

@cosmo0920 cosmo0920 added the in_windows_eventlog(old) For old in_windows_eventlog plugin issue label Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in_windows_eventlog(old) For old in_windows_eventlog plugin issue
Projects
None yet
Development

No branches or pull requests

3 participants