Getting Data In

Unable to get events indexed from WinEventLog:Setup and WinEventLog:HardwareEvents

rangineniarunku
Explorer

I have deployed SplunK_TA_Windows and setup monitoring for Applicatiom, System ,Security, HardwareEvents and Setup winevents.I am missing logs from Setup and HardwareEvents ,below is the way I setup the Monitorings,

[WinEventLog:HardwareEvents]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
index=xyz

[WinEventLog:HardwareEvents]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
index=xyz

Any help how to troubleshoot it and get data indexed into splunk???

Tags (1)
0 Karma

adonio
Ultra Champion

verify your inputs
you are missing //

[WinEventLog://HardwareEvents]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
index=xyz


[WinEventLog://HardwareEvents]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
index=xyz

here is a screenshot after applying the windows setup monitoring as above and verifying data is indexed:
alt text

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 ...