<?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: How to calculate Daily Data Volume on Splunk Clustering in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747272#M118751</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265551"&gt;@thanh_on&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 May 2025 15:43:27 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2025-05-30T15:43:27Z</dc:date>
    <item>
      <title>How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747110#M118729</link>
      <description>&lt;P&gt;Dear everyone,&lt;/P&gt;&lt;P&gt;I have a Splunk Clustering (2 indexers) with:&lt;BR /&gt;Replication Factor=2&lt;BR /&gt;Searchable Factor=2&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I supposed to sizing a index A on indexes.conf. Then, I found this useful website:&amp;nbsp;&lt;A href="https://splunk-sizing.soclib.net/" target="_blank"&gt;https://splunk-sizing.soclib.net/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My concern on this website is how to calculate "Daily Data Volume" (average uncompressed raw data).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="thanh_on_0-1748427735918.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39220iE136E6C0CE9D8101/image-size/medium?v=v2&amp;amp;px=400" role="button" title="thanh_on_0-1748427735918.png" alt="thanh_on_0-1748427735918.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, how can I calculate this ? Can I use a SPL command on Search Head to calculate this ?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 10:23:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747110#M118729</guid>
      <dc:creator>thanh_on</dc:creator>
      <dc:date>2025-05-28T10:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747114#M118730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265551"&gt;@thanh_on&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "&lt;SPAN&gt;Daily Data Volume" in this case is the amount of daily ingest.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can get this by going to&amp;nbsp;&lt;A href="https://yourSplunkInstance/en-US/manager/system/licensing" target="_blank"&gt;https://yourSplunkInstance/en-US/manager/system/licensing&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or by running the following search:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal 
    [ rest splunk_server=local /services/server/info 
    | return host] source=*license_usage.log* type="RolloverSummary" earliest=-30d@d 
| eval _time=_time - 43200 
| bin _time span=1d 
| stats latest(b) AS b by slave, pool, _time 
| timechart span=1d sum(b) AS "volume" fixedrange=false 
| fields - _timediff 
| foreach "*" 
    [ eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;=round('&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'/1024/1024/1024, 3)]&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 10:35:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747114#M118730</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-05-28T10:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747118#M118731</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265551"&gt;@thanh_on&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you can know this viewing the license consuption for each day, that's the total indexeing volume of all the day in all the Indexers of the Cluster.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 12:12:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747118#M118731</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-05-28T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747141#M118733</link>
      <description>&lt;P&gt;Also remember that you should not have your environment sized "tightly" - RF and SF should be smaller than your number of indexers. Otherwise your cluster will not be able to rebalance data in case of indexer failure.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 18:28:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747141#M118733</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-05-28T18:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747159#M118734</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your anwser,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FYI, I have separated the index for each device or vendor because each device has different data retention policies.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Due to it, I need to calculate "Daily Data Volume" and configure stanza for each index on indexes.conf&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;[idx_fgt]&lt;/P&gt;&lt;P&gt;(180 days searchable)&lt;/P&gt;&lt;P&gt;[idx_windows]&lt;/P&gt;&lt;P&gt;(365 days searchable)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any suggestion ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 03:01:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747159#M118734</guid>
      <dc:creator>thanh_on</dc:creator>
      <dc:date>2025-05-29T03:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747160#M118735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your anwser,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FYI, I have separated the index for each device or vendor because each device has different data retention policies.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Due to it, I need to calculate "Daily Data Volume" and configure stanza for each index on indexes.conf&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;[idx_fgt]&lt;/P&gt;&lt;P&gt;(180 days searchable)&lt;/P&gt;&lt;P&gt;[idx_windows]&lt;/P&gt;&lt;P&gt;(365 days searchable)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can I use *license_usage.log* by each index for this situation ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks &amp;amp; best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 03:04:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747160#M118735</guid>
      <dc:creator>thanh_on</dc:creator>
      <dc:date>2025-05-29T03:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747166#M118736</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265551"&gt;@thanh_on&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes, you can use&amp;nbsp;license_usage.log&amp;nbsp;to calculate daily data volume per index.&lt;/P&gt;&lt;P&gt;simple query to check by index.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;index=_internal source=*license_usage.log type="Usage" idx=* &lt;/SPAN&gt;&lt;SPAN&gt;| timechart span=1d sum(b) as bytes by idx &lt;/SPAN&gt;&lt;SPAN&gt;| eval GB=round(bytes/1024/1024/1024, 2)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 04:00:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747166#M118736</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-05-29T04:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747172#M118737</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265551"&gt;@thanh_on&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;different data retentions is one of the most reasons to have different indexes.&lt;/P&gt;&lt;P&gt;In this case, in indexes.conf, you have to define for each index you created the&amp;nbsp;&lt;SPAN&gt;frozenTimePeriodInSecs&amp;nbsp;option in indexes.conf.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In your cases, 180 days is&amp;nbsp;15552000 seconds and 365 days is&amp;nbsp;31536000 seconds:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[idx_fgt]
&amp;lt;other settings&amp;gt;
frozenTimePeriodInSecs = 15552000

[idx_windows]
&amp;lt;other settings&amp;gt;
frozenTimePeriodInSecs = 31536000&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;Passed this period, data can be deleted or moved offline (copied in a different location).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Remember that the retention policies are applied at index level on buckets, in other words, you could have data that exceed data retention because they are in a bucket where there is at least one event with timestamp inside the retention period.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When the earliest event exceed the retention period the bucket is deleted or moved offline.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 06:17:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747172#M118737</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-05-29T06:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747180#M118738</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you for your advice,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think frozenTimePeriodInSecs is not enough,&lt;BR /&gt;&lt;BR /&gt;We need to define&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;homePatch.maxDatasizeMB, coldPath.maxDataSizeMB, maxTotalsizeMB.&amp;nbsp;&lt;/SPAN&gt;Then summary all Index capacity to define disk capacity for our retention polices.&lt;BR /&gt;&lt;BR /&gt;For example below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[idx_fgt]
&amp;lt;other settings&amp;gt;
homePath.maxDataSizeMB = 101200 # ~100GB
coldPath.maxDataSizeMB = 256000 # 250GB
maxTotalDataSizeMB = 357200
frozenTimePeriodInSecs = 15552000

[idx_windows]
&amp;lt;other settings&amp;gt;
homePath.maxDataSizeMB = 201200 # ~200GB
coldPath.maxDataSizeMB = 356000 # ~350GB
maxTotalDataSizeMB = 557200
frozenTimePeriodInSecs = 31536000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Summary [idx_fgt] and [idx_windows] we got for each indexer instance:&lt;/P&gt;&lt;P&gt;~300GB capacity for volume ../hot_warm/&lt;BR /&gt;~600GB capacity for volume ../cold/&lt;BR /&gt;&lt;BR /&gt;Our final goal is calculate addtitional capacity for disks on indexer instance. That's why in the title, we need to calculate Daily Data Volume &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;More any suggestion from you ?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 08:07:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747180#M118738</guid>
      <dc:creator>thanh_on</dc:creator>
      <dc:date>2025-05-29T08:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747182#M118740</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265551"&gt;@thanh_on&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;yes, obviously: I hinted only for the retention period.&lt;/P&gt;&lt;P&gt;Only one hint:&lt;/P&gt;&lt;P&gt;don't define the capacity of each index, but create a volume that will contain all your indexes and define the max volume dimension.&lt;/P&gt;&lt;P&gt;In this way, you can dynamicall manage indexes dimensions.&lt;/P&gt;&lt;P&gt;For volume creation and configuration see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.4.2/Admin/Indexesconf#indexes.conf.spec" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.4.2/Admin/Indexesconf#indexes.conf.spec&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is an example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;### This example demonstrates the use of volumes ###

# volume definitions; prefixed with "volume:"

[volume:hot1]
path = /mnt/fast_disk
maxVolumeDataSizeMB = 100000

[volume:cold1]
path = /mnt/big_disk
# maxVolumeDataSizeMB not specified: no data size limitation on top of the
# existing ones

[volume:cold2]
path = /mnt/big_disk2
maxVolumeDataSizeMB = 1000000

# index definitions

[idx1]
homePath = volume:hot1/idx1
coldPath = volume:cold1/idx1

# thawedPath must be specified, and cannot use volume: syntax
# choose a location convenient for reconstitition from archive goals
# For many sites, this may never be used.
thawedPath = $SPLUNK_DB/idx1/thaweddb

[idx2]
# note that the specific indexes must take care to avoid collisions
homePath = volume:hot1/idx2
coldPath = volume:cold2/idx2
thawedPath = $SPLUNK_DB/idx2/thaweddb

[idx3]
homePath = volume:hot1/idx3
coldPath = volume:cold2/idx3
thawedPath = $SPLUNK_DB/idx3/thaweddb

[idx4]
datatype = metric
homePath = volume:hot1/idx4
coldPath = volume:cold2/idx4
thawedPath = $SPLUNK_DB/idx4/thaweddb
metric.maxHotBuckets = 6
metric.splitByIndexKeys = metric_name&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 08:13:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747182#M118740</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-05-29T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747186#M118741</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your advice,&lt;/P&gt;&lt;P&gt;As your recommnedation, I just do these steps (please fix me if I'm wrong):&lt;/P&gt;&lt;P&gt;1) Using Splunk Clustering Daily License Usage as a Daily Data Volume (Example: 10GB per day)&lt;/P&gt;&lt;P&gt;2) Using Splunk Sizing site to calculate with retention policy requirement&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="thanh_on_0-1748511519446.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39230iAE76794BA93B72D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="thanh_on_0-1748511519446.png" alt="thanh_on_0-1748511519446.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3) Configuring indexes.conf as your recommendation for each volume&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[volume:hotwarm]
path = /mnt/hotwarm_disk
maxVolumeDataSizeMB = 102400 #100G

[volume:cold]
path = /mnt/cold_disk
maxVolumeDataSizeMB = 204,800 #200G

#Frozen Disk: /mnt/frozen_disk is 410G

[idx]
homePath = volume:hotwarm/defaultdb/db
coldPath = volume:cold/defaultdb/colddb
thawedPath = $SPLUNK_DB/defaultdb/thaweddb
frozenTimePeriodInSecs = 7776000 #90 days searchable
coldToFrozenDir = /mnt/frozen_disk/defaultdb/frozendb&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Thanks &amp;amp; Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 09:54:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747186#M118741</guid>
      <dc:creator>thanh_on</dc:creator>
      <dc:date>2025-05-29T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747272#M118751</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265551"&gt;@thanh_on&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 15:43:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747272#M118751</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-05-30T15:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Daily Data Volume on Splunk Clustering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747292#M118754</link>
      <description>&lt;P&gt;Wait a second. Something doesn't add up here. Even ignoring the syntax of that 200MB cold volume limit, if you set hot/warm to 100GB, cold to 200GB you'll get at most 300GB of space. In ideal conditions that's 30*10GB (in reality you need some buffer for acceleration summaries and pushing a filesystem to 100% usage is not a healthy practice anyway) but for your one index for which you've shown the config you have 90 days retention policy. Ok, you wrote that you have multiple indexes with different retention requirements but remember to take them all into account.&lt;/P&gt;</description>
      <pubDate>Sat, 31 May 2025 10:09:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-Daily-Data-Volume-on-Splunk-Clustering/m-p/747292#M118754</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-05-31T10:09:26Z</dc:date>
    </item>
  </channel>
</rss>

