<?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 How to calculate disk space for Data Model Acceleration? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305089#M2854</link>
    <description>&lt;P&gt;How to calculate disk space by all indexers used by the data model acceleration?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Mar 2018 03:01:08 GMT</pubDate>
    <dc:creator>payal23</dc:creator>
    <dc:date>2018-03-28T03:01:08Z</dc:date>
    <item>
      <title>How to calculate disk space for Data Model Acceleration?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305089#M2854</link>
      <description>&lt;P&gt;How to calculate disk space by all indexers used by the data model acceleration?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 03:01:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305089#M2854</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-03-28T03:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate disk space for Data Model Acceleration?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305090#M2855</link>
      <description>&lt;P&gt;I used &lt;CODE&gt;| rest "/services/admin/introspection--disk-objects--summaries?count=-1" | stats sum(total_size) by name | addcoltotals&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;But I can see two datamodel for the same name &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;DataModel_A&lt;/LI&gt;
&lt;LI&gt;DataModel_A.ObjectName&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I can see DataModel_A taking space which is shown in the UI disk space.&lt;BR /&gt;
DataModel_A.ObjectName is taking a huge space. But the same i cannot see in any of the path in the server.&lt;/P&gt;

&lt;P&gt;Can aynone help me in this?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:47:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305090#M2855</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2020-09-29T18:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate disk space for Data Model Acceleration?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305091#M2856</link>
      <description>&lt;P&gt;Try adding &lt;CODE&gt;| search type="data_model_acceleration"&lt;/CODE&gt; to search query&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 06:09:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305091#M2856</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-03-28T06:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate disk space for Data Model Acceleration?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305092#M2857</link>
      <description>&lt;P&gt;yes.. it is listing all.. still. I want to understand what is that .Objectname file and in the server where it resides and consuming space&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 06:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305092#M2857</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-03-28T06:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate disk space for Data Model Acceleration?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305093#M2858</link>
      <description>&lt;P&gt;On the indexers, It is stored in $SPLUNK_HOME/var/lib/splunk/index_name/datamodel_summary, where "index_name" is the name of the index from which the datamodel is collecting data.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:47:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305093#M2858</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2020-09-29T18:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate disk space for Data Model Acceleration?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305094#M2859</link>
      <description>&lt;P&gt;yes.. checked the same.. When i check inside datamodel_summary it is taking 20 GB. But I can see there is an increase of 200 GB in the server. So, when i check with the rest query which i posted in the question, it is showing 200 GB, but the same i cannot see in the server.&lt;/P&gt;

&lt;P&gt;So, I am confused!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 02:13:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305094#M2859</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-03-30T02:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate disk space for Data Model Acceleration?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305095#M2860</link>
      <description>&lt;P&gt;The total size of your datamodel acceleration is presented nicely by the web UI on any search head member in your cluster.&lt;BR /&gt;
Settings &amp;gt; Datamodels &amp;gt; All &amp;gt;&lt;/P&gt;

&lt;P&gt;Then expand the row for the datamodel you want to find info about. The "Size on Disk" is what I believe you are looking for, and this number represents the total size, across all indexers.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4675iD7C5F2BC69C1016B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 22:24:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305095#M2860</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2019-04-05T22:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate disk space for Data Model Acceleration?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305096#M2861</link>
      <description>&lt;P&gt;Did this solution work for you?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 18:29:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-calculate-disk-space-for-Data-Model-Acceleration/m-p/305096#M2861</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-05T18:29:58Z</dc:date>
    </item>
  </channel>
</rss>

