<?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 All Disk Drives in WIndows, One Chart, From Perfmon Data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25600#M4856</link>
    <description>&lt;P&gt;I'd like to have one column chart showing the percentage of drive space taken on each of the drives in the screenshot.  I wouldn't want "_total", but I would want the other 3.  &lt;/P&gt;

&lt;P&gt;How would I accomplish this?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://splunk-base.splunk.com//storage/perfmon-disk_1.gif" alt="alt text" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2013 16:11:15 GMT</pubDate>
    <dc:creator>aferone</dc:creator>
    <dc:date>2013-02-08T16:11:15Z</dc:date>
    <item>
      <title>All Disk Drives in WIndows, One Chart, From Perfmon Data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25600#M4856</link>
      <description>&lt;P&gt;I'd like to have one column chart showing the percentage of drive space taken on each of the drives in the screenshot.  I wouldn't want "_total", but I would want the other 3.  &lt;/P&gt;

&lt;P&gt;How would I accomplish this?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://splunk-base.splunk.com//storage/perfmon-disk_1.gif" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 16:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25600#M4856</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2013-02-08T16:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: All Disk Drives in WIndows, One Chart, From Perfmon Data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25601#M4857</link>
      <description>&lt;P&gt;Something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="Perform:FOO" instance!="_Total" | chart latest(Value) by instance
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Feb 2013 22:36:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25601#M4857</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-08T22:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: All Disk Drives in WIndows, One Chart, From Perfmon Data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25602#M4858</link>
      <description>&lt;P&gt;That does work, but now I get a chart for every instance of the log, let's say for the past 24 hours.  How do I force it to only show one "set" of numbers?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 20:12:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25602#M4858</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2013-02-13T20:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: All Disk Drives in WIndows, One Chart, From Perfmon Data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25603#M4859</link>
      <description>&lt;P&gt;This s what I mean...&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://splunk-base.splunk.com//storage/chart.gif" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 20:13:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25603#M4859</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2013-02-13T20:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: All Disk Drives in WIndows, One Chart, From Perfmon Data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25604#M4860</link>
      <description>&lt;P&gt;If you want only one instance in the result you could add a filter by instance to the initial search.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 09:47:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25604#M4860</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-14T09:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: All Disk Drives in WIndows, One Chart, From Perfmon Data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25605#M4861</link>
      <description>&lt;P&gt;Not sure I understand.  Can you clarify?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 15:15:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25605#M4861</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2013-02-14T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: All Disk Drives in WIndows, One Chart, From Perfmon Data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25606#M4862</link>
      <description>&lt;P&gt;If you only want to see "C:" for example you can add instance="C:" to the search query.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 15:17:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25606#M4862</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-14T15:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: All Disk Drives in WIndows, One Chart, From Perfmon Data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25607#M4863</link>
      <description>&lt;P&gt;Oh, yeah.  What I mean, however, is I want to be able to only see one instance of the SET of drives.  3 bars total in this case, for C:, D:, and E:.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 19:06:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25607#M4863</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2013-02-14T19:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: All Disk Drives in WIndows, One Chart, From Perfmon Data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25608#M4864</link>
      <description>&lt;P&gt;I see. In that case, go back to my original answer (minus the typo):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="Perfmon:FOO" instance!="_Total" | chart latest(Value) by instance
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Feb 2013 22:04:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/All-Disk-Drives-in-WIndows-One-Chart-From-Perfmon-Data/m-p/25608#M4864</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-14T22:04:52Z</dc:date>
    </item>
  </channel>
</rss>

