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!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...