Hello,
We are trying to setup Splunk to monitor custom application event logs that are already added to the event viewer. Here is an example of the inputs.conf example we are using and we are running the service as system. Any ideas why it is not collecting these event logs?
[winEventLog:DBMApplicationEventLog]
disabled = 0
index = wineventlog
current_only = 1
[winEventLog:DBMBusinessEventLog]
disabled = 0
index = wineventlog
current_only = 1
To be sure I would change your stanzas to use WinEventLog
instead of winEventLog
.
I would then look at the following documentation, as you may need to include the full path the event log:
I also assume you search starts with:
index=wineventlog
Hope this helps.
To be sure I would change your stanzas to use WinEventLog
instead of winEventLog
.
I would then look at the following documentation, as you may need to include the full path the event log:
I also assume you search starts with:
index=wineventlog
Hope this helps.