Winlogbeat not picking up all Application Logs

Under the Windows Application Logs I have a subfolder called DigitalPersona. I need to ship those logs to Kibana. Right now my winlogbeat.yml is configured as such:
winlogbeat.event_logs:

  • name: Application
    ignore_older: 72h

What do I need to add to this in order for winlogbeat to pick up the DigitalPersona logs?

1 Like

So this is a separate event log from Application? If so then you will need to add another event log reader to your configuration. You can use the commands listed in the documentation to discover the proper name to use for this log you want to monitor.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.