<?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: Help identifying fast growing indexes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-identifying-fast-growing-indexes/m-p/376137#M110477</link>
    <description>&lt;P&gt;there are tons of answers on this portal, here are a couple:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/716733/how-do-you-calculate-the-growth-of-each-index-on-a.html"&gt;https://answers.splunk.com/answers/716733/how-do-you-calculate-the-growth-of-each-index-on-a.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/173623/how-to-get-size-counters-for-splunk-indexes-over-a.html"&gt;https://answers.splunk.com/answers/173623/how-to-get-size-counters-for-splunk-indexes-over-a.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and like @richgalloway mentioned, use the monitoring console&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2019 13:49:32 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2019-05-16T13:49:32Z</dc:date>
    <item>
      <title>Help identifying fast growing indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-identifying-fast-growing-indexes/m-p/376135#M110475</link>
      <description>&lt;P&gt;Hi fellow Splunkers.&lt;/P&gt;

&lt;P&gt;I am the Splunk admin at my org, however that is mainly more from the Infrastructure side of things so when it comes to actually using Splunk I am a novice. I would like to change this but one thing at a time, Splunk is only one of my problems ;).&lt;/P&gt;

&lt;P&gt;We've got 4 Indexers, 2 in each DC. Up until last week these there pretty consistent with each other in terms of growth although now one site is growing about 30GB per day quicker than the other. This isn't a big deal, but I'd like to know why.&lt;/P&gt;

&lt;P&gt;Can someone help me with a search which shows growth per day vs the previous day? Or have any tips to help me try and narrow down what's actually growing faster than normal.&lt;/P&gt;

&lt;P&gt;Appreciate any help you can offer.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 10:12:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-identifying-fast-growing-indexes/m-p/376135#M110475</guid>
      <dc:creator>jwpoore</dc:creator>
      <dc:date>2019-05-16T10:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help identifying fast growing indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-identifying-fast-growing-indexes/m-p/376136#M110476</link>
      <description>&lt;P&gt;I believe the Monitoring Console has dashboards that show index growth over time.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 13:13:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-identifying-fast-growing-indexes/m-p/376136#M110476</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-05-16T13:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help identifying fast growing indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-identifying-fast-growing-indexes/m-p/376137#M110477</link>
      <description>&lt;P&gt;there are tons of answers on this portal, here are a couple:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/716733/how-do-you-calculate-the-growth-of-each-index-on-a.html"&gt;https://answers.splunk.com/answers/716733/how-do-you-calculate-the-growth-of-each-index-on-a.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/173623/how-to-get-size-counters-for-splunk-indexes-over-a.html"&gt;https://answers.splunk.com/answers/173623/how-to-get-size-counters-for-splunk-indexes-over-a.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and like @richgalloway mentioned, use the monitoring console&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 13:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-identifying-fast-growing-indexes/m-p/376137#M110477</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-05-16T13:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help identifying fast growing indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-identifying-fast-growing-indexes/m-p/376138#M110478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You could use something like the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index=_internal earliest=-2d@d latest=-0d@d
    source=/opt/splunk/var/log/splunk/license_usage.log* 
| eval gb=round(b/1024/1024/1024,2)
|bin span=1d _time
| stats sum(gb) as gb by idx _time
| sort by idx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it will show the gb per index per day, you can change the earliest to find older data.&lt;BR /&gt;
You could add splunk_server to stats sum(gb) as gb by idx _time splunk_server &lt;BR /&gt;
Then you can see the difference between your servers.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:31:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-identifying-fast-growing-indexes/m-p/376138#M110478</guid>
      <dc:creator>MattibergB</dc:creator>
      <dc:date>2020-09-30T00:31:53Z</dc:date>
    </item>
  </channel>
</rss>

