<?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: How to configure the universal forwarder to collect System Properties on a Windows Server? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-the-universal-forwarder-to-collect-System/m-p/365107#M66484</link>
    <description>&lt;P&gt;if you look in the example conf file at the bottom of that page, specifically at the wql settings, you should see how to query wmi.  For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WMI:LocalPhysicalDisk]
interval = 1
wql = select Name, DiskBytesPerSec, PercentDiskReadTime, PercentDiskWriteTime, PercentDiskTime from Win32_PerfFormattedData_PerfDisk_PhysicalDisk
disabled = 0
index = wmi_perfmon
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you need to know where in WMI to find the data you want, that's probably going to be all &lt;A href="https://www.google.com/search?q=wmi+total+memory"&gt;google&lt;/A&gt;.  For example, the &lt;A href="https://msdn.microsoft.com/en-us/library/aa394102(v=vs.85).aspx"&gt;win32_computersystem&lt;/A&gt; class has a field for TotalPhysicalMemory.  And the &lt;A href="https://msdn.microsoft.com/en-us/library/aa394347(v=vs.85).aspx"&gt;win32_physicalmemory&lt;/A&gt; class has a field called capacity.  &lt;/P&gt;

&lt;P&gt;I guess another option is to see if the &lt;A href="https://splunkbase.splunk.com/app/742/"&gt;add-on for windows&lt;/A&gt; would work for you too.  Maybe that would be easier?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2017 21:20:44 GMT</pubDate>
    <dc:creator>maciep</dc:creator>
    <dc:date>2017-07-03T21:20:44Z</dc:date>
    <item>
      <title>How to configure the universal forwarder to collect System Properties on a Windows Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-the-universal-forwarder-to-collect-System/m-p/365104#M66481</link>
      <description>&lt;P&gt;How can I configure the universal forwarder to collect the hosts system properties?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 20:47:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-the-universal-forwarder-to-collect-System/m-p/365104#M66481</guid>
      <dc:creator>jrhoads</dc:creator>
      <dc:date>2017-06-27T20:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the universal forwarder to collect System Properties on a Windows Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-the-universal-forwarder-to-collect-System/m-p/365105#M66482</link>
      <description>&lt;P&gt;You should be able to use &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Wmiconf" target="_blank"&gt;wmi.conf&lt;/A&gt; to query whatever WMI classes you'd like (win32_computersystem, win32_operatingsystem, etc).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-the-universal-forwarder-to-collect-System/m-p/365105#M66482</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2020-09-29T14:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the universal forwarder to collect System Properties on a Windows Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-the-universal-forwarder-to-collect-System/m-p/365106#M66483</link>
      <description>&lt;P&gt;If I search the link provided and search for the win32_* items mentioned there is no reference found. Are there example configurations for System Assigned Ram, etc?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 20:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-the-universal-forwarder-to-collect-System/m-p/365106#M66483</guid>
      <dc:creator>jrhoads</dc:creator>
      <dc:date>2017-07-03T20:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the universal forwarder to collect System Properties on a Windows Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-the-universal-forwarder-to-collect-System/m-p/365107#M66484</link>
      <description>&lt;P&gt;if you look in the example conf file at the bottom of that page, specifically at the wql settings, you should see how to query wmi.  For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WMI:LocalPhysicalDisk]
interval = 1
wql = select Name, DiskBytesPerSec, PercentDiskReadTime, PercentDiskWriteTime, PercentDiskTime from Win32_PerfFormattedData_PerfDisk_PhysicalDisk
disabled = 0
index = wmi_perfmon
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you need to know where in WMI to find the data you want, that's probably going to be all &lt;A href="https://www.google.com/search?q=wmi+total+memory"&gt;google&lt;/A&gt;.  For example, the &lt;A href="https://msdn.microsoft.com/en-us/library/aa394102(v=vs.85).aspx"&gt;win32_computersystem&lt;/A&gt; class has a field for TotalPhysicalMemory.  And the &lt;A href="https://msdn.microsoft.com/en-us/library/aa394347(v=vs.85).aspx"&gt;win32_physicalmemory&lt;/A&gt; class has a field called capacity.  &lt;/P&gt;

&lt;P&gt;I guess another option is to see if the &lt;A href="https://splunkbase.splunk.com/app/742/"&gt;add-on for windows&lt;/A&gt; would work for you too.  Maybe that would be easier?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 21:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-the-universal-forwarder-to-collect-System/m-p/365107#M66484</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2017-07-03T21:20:44Z</dc:date>
    </item>
  </channel>
</rss>

