<?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: disk usage, splunk add on unix in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461234#M62049</link>
    <description>&lt;P&gt;fields:  size = 15T, mountedon = /stg  UsePct =92%, Used=14T, Avail = 1.4T&lt;BR /&gt;
the requirement is to have &lt;/P&gt;

&lt;P&gt;for each mount, Size and Used space side-by-side column chart or any other chart at any given moment and trend, just for visualization.&lt;/P&gt;

&lt;P&gt;I am getting it in table part using &lt;BR /&gt;
| stats latest(Size) as "TotalStorage" by mount,Used | rename Used as UsedStorage&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 15:56:41 GMT</pubDate>
    <dc:creator>sreesh</dc:creator>
    <dc:date>2020-05-21T15:56:41Z</dc:date>
    <item>
      <title>disk usage, splunk add on unix</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461231#M62046</link>
      <description>&lt;P&gt;Would like to have chart of the total disk space vs used for all mounts at the current time for a host for comparison.&lt;/P&gt;

&lt;P&gt;Would like to have trend chart of the total disk space vs used for all mounts for a host for comparison.&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 15:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461231#M62046</guid>
      <dc:creator>sreesh</dc:creator>
      <dc:date>2020-05-21T15:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: disk usage, splunk add on unix</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461232#M62047</link>
      <description>&lt;P&gt;Do you have total and consumed disk space for all mounts available in Splunk?&lt;BR /&gt;
What have you tried so far?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 15:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461232#M62047</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-21T15:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: disk usage, splunk add on unix</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461233#M62048</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
taking the information about disks from the Splunk_TA_nix you have the following informations:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Filesystem &lt;/LI&gt;
&lt;LI&gt;Type &lt;/LI&gt;
&lt;LI&gt;Size &lt;/LI&gt;
&lt;LI&gt;Used &lt;/LI&gt;
&lt;LI&gt;Avail &lt;/LI&gt;
&lt;LI&gt;UsePct &lt;/LI&gt;
&lt;LI&gt;MountedOn&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;that you can use to do all the comparisons you want.&lt;BR /&gt;
e.g. the time distribution od UsePct in time so you could trace the UsePct data, something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=os  sourcetype=df
| multikv 
| timechart span=1h max(UsePct) AS perc By host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461233#M62048</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T05:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: disk usage, splunk add on unix</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461234#M62049</link>
      <description>&lt;P&gt;fields:  size = 15T, mountedon = /stg  UsePct =92%, Used=14T, Avail = 1.4T&lt;BR /&gt;
the requirement is to have &lt;/P&gt;

&lt;P&gt;for each mount, Size and Used space side-by-side column chart or any other chart at any given moment and trend, just for visualization.&lt;/P&gt;

&lt;P&gt;I am getting it in table part using &lt;BR /&gt;
| stats latest(Size) as "TotalStorage" by mount,Used | rename Used as UsedStorage&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 15:56:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461234#M62049</guid>
      <dc:creator>sreesh</dc:creator>
      <dc:date>2020-05-21T15:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: disk usage, splunk add on unix</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461235#M62050</link>
      <description>&lt;P&gt;To have a time distribution, try something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=os  sourcetype=df host=your_host
 | multikv 
 | bin span=1h _time
 | stats latest(Size) AS "TotalStorage" latest(Used) AS Used latest(UsePct) AS UsePct by Filesystem _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 16:19:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/disk-usage-splunk-add-on-unix/m-p/461235#M62050</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-05-21T16:19:44Z</dc:date>
    </item>
  </channel>
</rss>

