<?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: email alert when index size reaches certain size in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/email-alert-when-index-size-reaches-certain-size/m-p/173862#M34991</link>
    <description>&lt;P&gt;You can get the current index size using "eventcount" search command. Use following search to get the current index size and add where clause for your threshold index size and set this as a schedule search with alert action as email.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | eventcount summarize=false report_size=true index=YourIndex  | eval size_MB=size_bytes/(1024*1024) | eval size_GB=size_MB/1024 | where size_GB &amp;gt; YourThresholdValue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 04 Mar 2014 22:13:16 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-03-04T22:13:16Z</dc:date>
    <item>
      <title>email alert when index size reaches certain size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/email-alert-when-index-size-reaches-certain-size/m-p/173861#M34990</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I can view the current size of an Index by going to the Indexes tab under Manager, but I'd like to be emailed if an index reaches or crosses certain size. This will hopefully help me keep track of the index size. How can I achieve this?&lt;/P&gt;

&lt;P&gt;Thanks a lot&lt;BR /&gt;
Usup&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2014 21:57:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/email-alert-when-index-size-reaches-certain-size/m-p/173861#M34990</guid>
      <dc:creator>usup_rajbahak</dc:creator>
      <dc:date>2014-03-04T21:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: email alert when index size reaches certain size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/email-alert-when-index-size-reaches-certain-size/m-p/173862#M34991</link>
      <description>&lt;P&gt;You can get the current index size using "eventcount" search command. Use following search to get the current index size and add where clause for your threshold index size and set this as a schedule search with alert action as email.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | eventcount summarize=false report_size=true index=YourIndex  | eval size_MB=size_bytes/(1024*1024) | eval size_GB=size_MB/1024 | where size_GB &amp;gt; YourThresholdValue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Mar 2014 22:13:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/email-alert-when-index-size-reaches-certain-size/m-p/173862#M34991</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-04T22:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: email alert when index size reaches certain size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/email-alert-when-index-size-reaches-certain-size/m-p/173863#M34992</link>
      <description>&lt;P&gt;thanks for the quick reply. This will work just fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2014 22:27:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/email-alert-when-index-size-reaches-certain-size/m-p/173863#M34992</guid>
      <dc:creator>usup_rajbahak</dc:creator>
      <dc:date>2014-03-04T22:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: email alert when index size reaches certain size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/email-alert-when-index-size-reaches-certain-size/m-p/173864#M34993</link>
      <description>&lt;P&gt;thanks for the quick reply. This will work just fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2014 22:27:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/email-alert-when-index-size-reaches-certain-size/m-p/173864#M34993</guid>
      <dc:creator>usup_rajbahak</dc:creator>
      <dc:date>2014-03-04T22:27:32Z</dc:date>
    </item>
  </channel>
</rss>

