All Apps and Add-ons

Find enabled windows inputs by SPL query?

isoutamo
SplunkTrust
SplunkTrust

Hi

It's quite easy to find which monitor inputs are activated via host's inputs.conf by queuing those from UF's _internal log. But how I can check same for Windows additional components like WinRegMon or admon?

Basically I can see all known possible win monitoring components by 

 

index=_internal host=* sourcetype=splunkd source=*splunkd.log component=ModularInputs

 

But how to find which are activated, when I have to look those from hundreds of nodes over long period like 30 days?

I hope to get something like this

_timeHOSTWinEventLog<enabled or even which logs are enabled> 
_timeHOSTbatch
//$SPLUNK_HOME\var\run\splunk\search_telemetry\*search_telemetry.json
//$SPLUNK_HOME\var\spool\splunk
//$SPLUNK_HOME\var\spool\splunk\...stash_hec
//$SPLUNK_HOME\var\spool\splunk\...stash_new
//$SPLUNK_HOME\var\spool\splunk\tracker.log*
_timeHOSTmonitor
//$SPLUNK_HOME\etc\splunk.version
//$SPLUNK_HOME\var\log\splunk
//$SPLUNK_HOME\var\log\splunk\configuration_change.log
//$SPLUNK_HOME\var\log\splunk\license_usage_summary.log
//$SPLUNK_HOME\var\log\splunk\metrics.log
//$SPLUNK_HOME\var\log\splunk\splunk_instrumentation_cloud.log*
//$SPLUNK_HOME\var\log\splunk\splunkd.log
//$SPLUNK_HOME\var\log\watchdog\watchdog.log*

r. Ismo

Labels (3)
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...