<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why is WMI Input field data being truncated? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-WMI-Input-field-data-being-truncated/m-p/251461#M48402</link>
    <description>&lt;P&gt;ah... just looked at _raw field and the full details are in there.  I guess I need to tweak field default extractions somehow&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2015 01:42:22 GMT</pubDate>
    <dc:creator>dstaulcu</dc:creator>
    <dc:date>2015-11-26T01:42:22Z</dc:date>
    <item>
      <title>Why is WMI Input field data being truncated?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-WMI-Input-field-data-being-truncated/m-p/251460#M48401</link>
      <description>&lt;P&gt;So I would like to implement a WMI based input via WMI.conf among a subset of Splunk Universal Forwarders. In this case, I'd like to log PnpSignedDrivers. Here is the input I have defined in WMI.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WMI:Win32_PnPSignedDriver]
interval = 10
wql = SELECT Description, DeviceClass, DeviceID, DeviceName, DriverDate, DriverVersion, FriendlyName, InfName, IsSigned, Location, Manufacturer FROM Win32_PnPSignedDriver
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm getting events BUT WMI object properties such as DeviceName seem to get truncated after the first word. For instance, in Splunk the corresponding event for the DeviceName of my network interface is "Broadcom", but the actual property value of the WMI object is "Broadcom 802.11n Network Adapter".  &lt;/P&gt;

&lt;P&gt;Am I doing something wrong is this a bug?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 01:38:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-WMI-Input-field-data-being-truncated/m-p/251460#M48401</guid>
      <dc:creator>dstaulcu</dc:creator>
      <dc:date>2015-11-26T01:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why is WMI Input field data being truncated?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-WMI-Input-field-data-being-truncated/m-p/251461#M48402</link>
      <description>&lt;P&gt;ah... just looked at _raw field and the full details are in there.  I guess I need to tweak field default extractions somehow&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 01:42:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-WMI-Input-field-data-being-truncated/m-p/251461#M48402</guid>
      <dc:creator>dstaulcu</dc:creator>
      <dc:date>2015-11-26T01:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why is WMI Input field data being truncated?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-WMI-Input-field-data-being-truncated/m-p/251462#M48403</link>
      <description>&lt;P&gt;Well.. Here's a field extraction if you need it...&lt;/P&gt;

&lt;P&gt;WMI:Win32_PnPSignedDriver : EXTRACT-WMI:Win32_PnPSignedDriver   &lt;/P&gt;

&lt;P&gt;Inline  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;^(?&amp;lt;eventtime&amp;gt;\d+\.\d+)\s+Description=(?&amp;lt;Description&amp;gt;.*)\s+DeviceClass=(?&amp;lt;DeviceClass&amp;gt;.*)\s+DeviceID=(?&amp;lt;DeviceID&amp;gt;.*)\s+DeviceName=(?&amp;lt;DeviceName&amp;gt;.*)\s+DriverDate=(?&amp;lt;DriverDate&amp;gt;(NULL|\d{8}))(0{6}\.[*+]+)?\s+DriverVersion=(?&amp;lt;DriverVersion&amp;gt;.*)\s+FriendlyName=(?&amp;lt;FriendlyName&amp;gt;.*)\s+InfName=(?&amp;lt;InfName&amp;gt;.*)\s+IsSigned=(?&amp;lt;IsSigned&amp;gt;.*)\s+Location=(?&amp;lt;Location&amp;gt;.*)\s+Manufacturer=(?&amp;lt;Manufacturer&amp;gt;.*)\s+wmi_type=(?&amp;lt;wmi_type&amp;gt;.*)$ 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-WMI-Input-field-data-being-truncated/m-p/251462#M48403</guid>
      <dc:creator>dstaulcu</dc:creator>
      <dc:date>2020-09-29T07:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is WMI Input field data being truncated?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-WMI-Input-field-data-being-truncated/m-p/251463#M48404</link>
      <description>&lt;P&gt;is there any way to put the value within quote? so that we don't need to update the field extraction if we add or remove field that we want to get.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 01:40:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-WMI-Input-field-data-being-truncated/m-p/251463#M48404</guid>
      <dc:creator>alvn_sulendra</dc:creator>
      <dc:date>2017-02-21T01:40:46Z</dc:date>
    </item>
  </channel>
</rss>

