Getting Data In

Why is no security data being indexed with my current WMI input?

rbal_splunk
Splunk Employee
Splunk Employee

I am trying to index Security Data from a remote location using the configuration below, but it nothing is getting indexed:

$SPLUNK_HOME/etc/system/local/wmi.conf

[WMI:testserver1 security log]
disabled = 0
event_log_file = Security
index = testindex2
interval = 5
server =testserver1

[WMI: testserver2 security log]
disabled = 0
event_log_file = Security
index = testindex2
interval = 5
server = testserver2
1 Solution

rbal_splunk
Splunk Employee
Splunk Employee

To make this work, we also enabled the scripted input for WMI. Also remember to set interval = 100 (or other lower value). Default value is very high.

[script://$SPLUNK_HOME\bin\scripts\splunk-wmi.path]
disabled = 0
interval = 100 

Also to check if the data is indexed we used this search below:

index= testindex2     

View solution in original post

rbal_splunk
Splunk Employee
Splunk Employee

To make this work, we also enabled the scripted input for WMI. Also remember to set interval = 100 (or other lower value). Default value is very high.

[script://$SPLUNK_HOME\bin\scripts\splunk-wmi.path]
disabled = 0
interval = 100 

Also to check if the data is indexed we used this search below:

index= testindex2     

rbal_splunk
Splunk Employee
Splunk Employee
0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...