<?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 calculate percentage increase/decrease for indexes per day? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467844#M131702</link>
    <description>&lt;P&gt;Increase/decrease of what?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 14:15:48 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-02-17T14:15:48Z</dc:date>
    <item>
      <title>How to calculate percentage increase/decrease for indexes per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467843#M131701</link>
      <description>&lt;P&gt;How would I calculate the percentage increase/decrease, for indexes on a per-day basis? &lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 14:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467843#M131701</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-02-17T14:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percentage increase/decrease for indexes per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467844#M131702</link>
      <description>&lt;P&gt;Increase/decrease of what?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 14:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467844#M131702</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-02-17T14:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percentage increase/decrease for indexes per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467845#M131703</link>
      <description>&lt;P&gt;sorry about that - of the index size growth/shrinkage&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 14:19:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467845#M131703</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-02-17T14:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percentage increase/decrease for indexes per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467846#M131704</link>
      <description>&lt;P&gt;Rich,&lt;/P&gt;

&lt;P&gt;I've tried using timewrap, but I don't think I'm using it crrectly?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log type="Usage" earliest=-1w@d 
| eval Date=strftime(_time, "%Y/%m/%d") 
| eventstats sum(b) as volume by idx, Date 
| eval GB=round(volume/1024/1024/1024,5)
| timechart first(GB) AS volume by idx
| timewrap 1w
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Feb 2020 14:24:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467846#M131704</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-02-17T14:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percentage increase/decrease for indexes per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467847#M131705</link>
      <description>&lt;P&gt;Have you looked at the licensing reports? These will indicate the daily licence usage (volume indexed) for each index (or sourcetype).&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 14:57:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467847#M131705</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-17T14:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percentage increase/decrease for indexes per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467848#M131706</link>
      <description>&lt;P&gt;I have, but there are no built-in searches/reports for % increase/decrease on a daily/monthly/etc basis&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 15:11:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467848#M131706</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-02-17T15:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percentage increase/decrease for indexes per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467849#M131707</link>
      <description>&lt;P&gt;Try this as a starting point:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=_internal source=*license_usage.log* type="Usage") 
| eval idx=if(((len(idx) == 0) OR isnull(idx)),"(UNKNOWN)",idx)
| search idx=YOURINDEXNAME
|  bin span=1d _time 
| stats sum(b) as bytes by _time,idx
| delta bytes as change
| eval perc=round((change/bytes)*100,2)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Feb 2020 15:28:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467849#M131707</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-17T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percentage increase/decrease for indexes per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467850#M131708</link>
      <description>&lt;P&gt;If you are using indexer discovery, this becomes very easy to solve.&lt;BR /&gt;
On the cluster master UI, go to Settings &amp;gt; Monitoring Console (black bar) &amp;gt; Indexing (grey bar) &amp;gt; Index Detail: Deployment.&lt;/P&gt;

&lt;P&gt;That interface will provide all the information you are seeking, and then some.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 20:01:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467850#M131708</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-02-17T20:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percentage increase/decrease for indexes per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467851#M131709</link>
      <description>&lt;P&gt;If this suggestion resolved your issue, please consider accepting the answer, as it benefits others. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 08:08:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-increase-decrease-for-indexes-per/m-p/467851#M131709</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-03-05T08:08:32Z</dc:date>
    </item>
  </channel>
</rss>

