<?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: Charting Total Index Size vs Used Space Inside Index in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Charting-Total-Index-Size-vs-Used-Space-Inside-Index/m-p/70701#M180715</link>
    <description>&lt;P&gt;This doesnt seem to work?  I tried the eventcount command... what it shows in MB as the size of my indexes is less than what it shows when i navigate to the index folder on the server and less than what it shows in Settings &amp;gt; indexes.  Settings &amp;gt; Indexes and the actual folder sizes on disk match up. &lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2019 03:39:14 GMT</pubDate>
    <dc:creator>sdewar83</dc:creator>
    <dc:date>2019-09-19T03:39:14Z</dc:date>
    <item>
      <title>Charting Total Index Size vs Used Space Inside Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Charting-Total-Index-Size-vs-Used-Space-Inside-Index/m-p/70698#M180712</link>
      <description>&lt;P&gt;Hello to all, &lt;/P&gt;

&lt;P&gt;We have a few indexes that are configured with different max MB's.  I want to be able to create a dashboard that shows pie charts of each index that shows total size of the index vs how much actual data is in each index.&lt;/P&gt;

&lt;P&gt;I have no problems hard-coding the total values, but how do I get how many MB are being used in each index?  &lt;/P&gt;

&lt;P&gt;And for another elementary question, how I chart the total value vs the used value?&lt;/P&gt;

&lt;P&gt;Thanks for the help!&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 19:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Charting-Total-Index-Size-vs-Used-Space-Inside-Index/m-p/70698#M180712</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2012-09-25T19:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Charting Total Index Size vs Used Space Inside Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Charting-Total-Index-Size-vs-Used-Space-Inside-Index/m-p/70699#M180713</link>
      <description>&lt;P&gt;To get the index sizes you can use this search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | eventcount summarize=false report_size=true index=* | eval MB = size_bytes / 1024 / 1024
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To get the max index size, perhaps you could make a CSV and use it as a lookup: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/User/CreateAndConfigureFieldLookups"&gt;Here in the docs&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Finally how to chart?  Perhaps take a look at the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/User/ChartGallery"&gt;Visualization the docs&lt;/A&gt;  But to help start by making a table lik e this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ... | table index MB total_MB
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Sep 2012 20:30:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Charting-Total-Index-Size-vs-Used-Space-Inside-Index/m-p/70699#M180713</guid>
      <dc:creator>melting</dc:creator>
      <dc:date>2012-09-25T20:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Charting Total Index Size vs Used Space Inside Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Charting-Total-Index-Size-vs-Used-Space-Inside-Index/m-p/70700#M180714</link>
      <description>&lt;P&gt;Updated Links for the links above&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Addfieldsfromexternaldatasources"&gt;Here in the docs&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/view/SP-CAAACGB"&gt;Visualization the docs&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;The Visualization link may not be the same thing.. It seems the chart gallery is missing.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 18:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Charting-Total-Index-Size-vs-Used-Space-Inside-Index/m-p/70700#M180714</guid>
      <dc:creator>paul_1994</dc:creator>
      <dc:date>2013-01-16T18:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Charting Total Index Size vs Used Space Inside Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Charting-Total-Index-Size-vs-Used-Space-Inside-Index/m-p/70701#M180715</link>
      <description>&lt;P&gt;This doesnt seem to work?  I tried the eventcount command... what it shows in MB as the size of my indexes is less than what it shows when i navigate to the index folder on the server and less than what it shows in Settings &amp;gt; indexes.  Settings &amp;gt; Indexes and the actual folder sizes on disk match up. &lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 03:39:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Charting-Total-Index-Size-vs-Used-Space-Inside-Index/m-p/70701#M180715</guid>
      <dc:creator>sdewar83</dc:creator>
      <dc:date>2019-09-19T03:39:14Z</dc:date>
    </item>
  </channel>
</rss>

