Getting Data In

Application and Services Event Logs not appearing

aaronkorn
Splunk Employee
Splunk Employee

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

alt text

0 Karma
1 Solution

MHibbin
Influencer

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:

http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/MonitorWindowsdata#Event_log_monitor_configur...

I also assume you search starts with:

 index=wineventlog

Hope this helps.

View solution in original post

MHibbin
Influencer

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:

http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/MonitorWindowsdata#Event_log_monitor_configur...

I also assume you search starts with:

 index=wineventlog

Hope this helps.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...