<?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 Index alert excessive growth in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Index-alert-excessive-growth/m-p/437952#M76356</link>
    <description>&lt;P&gt;We are having problem with some of our indexes growing rapidly. I am trying to figure out a search/alert that have a deviation by the hour compared to previous days at the same time. I have the following search below that gives me the usage by the hour. Any help would be greatly appreciated. &lt;/P&gt;

&lt;P&gt;index=_internal group="per_index_thruput" earliest = -1h@h latest=@h&lt;BR /&gt;
 | eval mb=kb/1024&lt;BR /&gt;
   | timechart span=1h sum(mb) as HourlyTotal&lt;BR /&gt;
   | addtotals fieldname=HourlyTotal&lt;BR /&gt;
   | streamstats sum(HourlyTotal) AS AccumulatedTOTAL&lt;BR /&gt;
   | bucket _time span=1d &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 21:42:45 GMT</pubDate>
    <dc:creator>Emiskowi</dc:creator>
    <dc:date>2020-09-29T21:42:45Z</dc:date>
    <item>
      <title>Index alert excessive growth</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-alert-excessive-growth/m-p/437952#M76356</link>
      <description>&lt;P&gt;We are having problem with some of our indexes growing rapidly. I am trying to figure out a search/alert that have a deviation by the hour compared to previous days at the same time. I have the following search below that gives me the usage by the hour. Any help would be greatly appreciated. &lt;/P&gt;

&lt;P&gt;index=_internal group="per_index_thruput" earliest = -1h@h latest=@h&lt;BR /&gt;
 | eval mb=kb/1024&lt;BR /&gt;
   | timechart span=1h sum(mb) as HourlyTotal&lt;BR /&gt;
   | addtotals fieldname=HourlyTotal&lt;BR /&gt;
   | streamstats sum(HourlyTotal) AS AccumulatedTOTAL&lt;BR /&gt;
   | bucket _time span=1d &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:42:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-alert-excessive-growth/m-p/437952#M76356</guid>
      <dc:creator>Emiskowi</dc:creator>
      <dc:date>2020-09-29T21:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Index alert excessive growth</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-alert-excessive-growth/m-p/437953#M76357</link>
      <description>&lt;P&gt;You can use standard deviation&lt;BR /&gt;
| stats stdevp(HourlyTotal) as standdev by series | head 1 | where Hourly&amp;gt; HourlyTotal*2&lt;/P&gt;</description>
      <pubDate>Sun, 28 Oct 2018 11:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-alert-excessive-growth/m-p/437953#M76357</guid>
      <dc:creator>valiquet</dc:creator>
      <dc:date>2018-10-28T11:27:11Z</dc:date>
    </item>
  </channel>
</rss>

