<?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: Display disk space  usage in chart format in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Display-disk-space-usage-in-chart-format/m-p/182777#M52630</link>
    <description>&lt;P&gt;Just about. That shows all the values for a df in the chart, which granted, is what I asked for. I guess what I'd really like to see is, on a scale of 100%, the used percentage of, say, /dev/sda2. I'm hoping to add multiple hosts to this query, and display each w/ a different color on the graph.&lt;BR /&gt;
Thank you very much for your reply and assistance.&lt;/P&gt;

&lt;P&gt;edit: I tried host=host sourcetype="df" "/dev/sda2" | dedup host | table PercentUsedSpace, which shows the correct value in statistics, but nothing in Visualization.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2015 17:00:51 GMT</pubDate>
    <dc:creator>manderson7</dc:creator>
    <dc:date>2015-06-29T17:00:51Z</dc:date>
    <item>
      <title>Display disk space  usage in chart format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-disk-space-usage-in-chart-format/m-p/182775#M52628</link>
      <description>&lt;P&gt;I am able to display disk space via the Pie Chart visualization, but I'd like to display w/ a chart, like what's in this vmware dashboard:&lt;BR /&gt;
&lt;A href="http://blogs.splunk.com/wp-content/uploads/2012/06/splunkx_dash_02.jpg"&gt;http://blogs.splunk.com/wp-content/uploads/2012/06/splunkx_dash_02.jpg&lt;/A&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=host sourcetype="df" "/dev/sda2" | dedup host | chart
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think that's how I want to start, but don't know how to finish. Thanks much for any help.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:06:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-disk-space-usage-in-chart-format/m-p/182775#M52628</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2015-06-29T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display disk space  usage in chart format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-disk-space-usage-in-chart-format/m-p/182776#M52629</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=host sourcetype="df" "/dev/sda2" | dedup host | table *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-disk-space-usage-in-chart-format/m-p/182776#M52629</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-29T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display disk space  usage in chart format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-disk-space-usage-in-chart-format/m-p/182777#M52630</link>
      <description>&lt;P&gt;Just about. That shows all the values for a df in the chart, which granted, is what I asked for. I guess what I'd really like to see is, on a scale of 100%, the used percentage of, say, /dev/sda2. I'm hoping to add multiple hosts to this query, and display each w/ a different color on the graph.&lt;BR /&gt;
Thank you very much for your reply and assistance.&lt;/P&gt;

&lt;P&gt;edit: I tried host=host sourcetype="df" "/dev/sda2" | dedup host | table PercentUsedSpace, which shows the correct value in statistics, but nothing in Visualization.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 17:00:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-disk-space-usage-in-chart-format/m-p/182777#M52630</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2015-06-29T17:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display disk space  usage in chart format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-disk-space-usage-in-chart-format/m-p/182778#M52631</link>
      <description>&lt;P&gt;Based on your last comment to my first answer, do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; host=host sourcetype="df" "/dev/sda2" | dedup host | chart avg(PercentUsedSpace) by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When you use &lt;CODE&gt;table&lt;/CODE&gt; it tells Splunk not to attempt a visualization whereas &lt;CODE&gt;chart&lt;/CODE&gt; implies a visualization and tells Splunk to attempt to do so.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 17:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-disk-space-usage-in-chart-format/m-p/182778#M52631</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-29T17:36:10Z</dc:date>
    </item>
  </channel>
</rss>

