fluent / fluent-plugin-windows-eventlog

Fluentd plugin to collect windows event logs
Apache License 2.0
32 stars 19 forks source link

Log Parameters are changed for new plugin version windows_eventlog2. #77

Closed vikramSpringBootApp closed 3 years ago

vikramSpringBootApp commented 3 years ago

Previously when we used plugin windows_eventlog, then we are getting event_type parameter in logs & bases on that we had designed the Loki query & made a Grafana Dashboard. Now with new plugin windows_eventlog2 , this field is removed & no new parameter is giving this information. So can i get the information of type of logs(i.e. Error, Warning or Information) for windows in new plugin windows_eventlogs2. I had also observed that logs in Windows has one parameter called Level which is indicating this details but this field in converted into integer when i see the logs in Loki as per documentation. Can you suggest any solution here that how can I get the event_type information for new plugin windows_eventlog2?