<?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: df by host,mount in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/df-by-host-mount/m-p/199389#M57734</link>
    <description>&lt;P&gt;Or something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=df index=os | eval hostmount=host.":".mount | timechart avg(storage_free_percent) by hostmount usenull=f
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 10 Jan 2014 21:41:05 GMT</pubDate>
    <dc:creator>jbrodsky_splunk</dc:creator>
    <dc:date>2014-01-10T21:41:05Z</dc:date>
    <item>
      <title>df by host,mount</title>
      <link>https://community.splunk.com/t5/Splunk-Search/df-by-host-mount/m-p/199387#M57732</link>
      <description>&lt;P&gt;I'm trying to set up a timechart of disk free by host and mountpoint and this is proving difficult, because timechart will only accept one field for a by clause. This doesn't work because the level of uniqueness is host,mount not host or mount. Let me additionally say I loathed the new version of the NIX app on sight and can't stand the new visualisations. The old versions--which I can't download any more for pointers--did the job fine in my opinion. So all I want is for something like this to work: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=df| timechart span=1h avg(storage_percent_free) AS pctfree by host, mount
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and make a nice, old school line chart which you can extrapolate easily...like the old version did.&lt;/P&gt;

&lt;P&gt;Anyone know how I get there?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 05:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/df-by-host-mount/m-p/199387#M57732</guid>
      <dc:creator>cmeo</dc:creator>
      <dc:date>2014-01-10T05:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: df by host,mount</title>
      <link>https://community.splunk.com/t5/Splunk-Search/df-by-host-mount/m-p/199388#M57733</link>
      <description>&lt;P&gt;Hi cmeo,&lt;/P&gt;

&lt;P&gt;you can use &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.1/SearchReference/Chart"&gt;chart&lt;/A&gt; instead to do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; sourcetype=df | chart span=1h values(mount) AS mount avg(storage_percent_free) AS pctfree over _time by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;should do the job for you.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 07:29:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/df-by-host-mount/m-p/199388#M57733</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-01-10T07:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: df by host,mount</title>
      <link>https://community.splunk.com/t5/Splunk-Search/df-by-host-mount/m-p/199389#M57734</link>
      <description>&lt;P&gt;Or something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=df index=os | eval hostmount=host.":".mount | timechart avg(storage_free_percent) by hostmount usenull=f
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Jan 2014 21:41:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/df-by-host-mount/m-p/199389#M57734</guid>
      <dc:creator>jbrodsky_splunk</dc:creator>
      <dc:date>2014-01-10T21:41:05Z</dc:date>
    </item>
  </channel>
</rss>

