Getting Data In

WMI.conf and Arrays: How do I instruct Splunk to report the array correctly?

richprescott
Path Finder

I'm pulling various Win32 classes via WMI.conf and am running into an issue when the value is an array. Below is an example of pulling IP-enabled adapters so that we have a record of IP, subnet, DNS, etc. However, the IPAddress is stored in an array IPAddress={192.168.1.1} and when WMI.conf tries to collect the information, it results in the value "unknown variant result type 8200".

How do I instruct Splunk to report the array correctly?


[WMI:NICInfo]
server = localhost
wql = Select * from Win32_NetworkAdapterConfiguration WHERE IPEnabled = True
interval = 86400

Tags (3)
1 Solution

dwaddle
SplunkTrust
SplunkTrust

I would recommend a support case.

Splunk uses the WMI C/C++ API's to access WMI data. Those API's return results that get packaged up into an opaque object called a VARIANT. There are different types of VARIANTs for Strings, Integers, Arrays, etc. The application calling WMI must have logic to extract the data it wants out of each type of VARIANT it supports.

The information you provide here (cross-referenced with Google) suggests that a VARIANT of type 8200 is an array. It is possible that the code in Splunk that calls this API does not have the extraction logic for arrays. Such support (as a multi-valued field, perhaps) if it does not exist could be either a defect or an enhancement. Either way, a support case is the right place to start.

View solution in original post

michael_brunett
New Member

What is the outcome of this? I'm having the exact same issue now. Have you found a workaround?

0 Karma

dwaddle
SplunkTrust
SplunkTrust

I would recommend a support case.

Splunk uses the WMI C/C++ API's to access WMI data. Those API's return results that get packaged up into an opaque object called a VARIANT. There are different types of VARIANTs for Strings, Integers, Arrays, etc. The application calling WMI must have logic to extract the data it wants out of each type of VARIANT it supports.

The information you provide here (cross-referenced with Google) suggests that a VARIANT of type 8200 is an array. It is possible that the code in Splunk that calls this API does not have the extraction logic for arrays. Such support (as a multi-valued field, perhaps) if it does not exist could be either a defect or an enhancement. Either way, a support case is the right place to start.

richprescott
Path Finder

Thanks dwaddle.

0 Karma

dominiquevocat
SplunkTrust
SplunkTrust

so, 5 years later this still doesn't seem to work... any news?

0 Karma

cphair
Builder

I'm also curious about this. Any update?

0 Karma

Eric_Mcknight
Explorer

Reporting in from the future, OVER TEN YEARS LATER. 

It still doesn't work.

@dwaddle since, it has been over a decade since support tickets have been put in for this issue, any other resolutions?

0 Karma
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!

Mastering Threat Intelligence in ES 8.5, Splunk AI Assistant v2, and More from Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

Break the Build: Inside the KubeDoom Lounge at .conf26

    You step up to the machine. The pixelated corridors of a certain 1993 FPS load in front of you, EMP Pulse ...

Splunk Auto Ingestion Parallel Pipeline Scaling

Why this feature matters Many Splunk environments experience ingestion pressure long before the host is fully ...