<?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: What is the compression ratio between the forwarders and indexers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-compression-ratio-between-the-forwarders-and/m-p/356364#M65084</link>
    <description>&lt;P&gt;To add to the discussion here, For ssl compression we generally go with 13 to 1.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 20:41:18 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2017-08-09T20:41:18Z</dc:date>
    <item>
      <title>What is the compression ratio between the forwarders and indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-compression-ratio-between-the-forwarders-and/m-p/356361#M65081</link>
      <description>&lt;P&gt;I need the approximate compression ratio of the data forwarded to indexers.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 17:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-compression-ratio-between-the-forwarders-and/m-p/356361#M65081</guid>
      <dc:creator>kreng</dc:creator>
      <dc:date>2017-08-09T17:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is the compression ratio between the forwarders and indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-compression-ratio-between-the-forwarders-and/m-p/356362#M65082</link>
      <description>&lt;P&gt;Hey @kreng, I saw this similar post and thought it might help answer your question: &lt;A href="https://answers.splunk.com/answers/63384/what-kind-of-compression-is-used-between-forwarders-and-indexers.html"&gt;https://answers.splunk.com/answers/63384/what-kind-of-compression-is-used-between-forwarders-and-indexers.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 18:30:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-compression-ratio-between-the-forwarders-and/m-p/356362#M65082</guid>
      <dc:creator>lfedak_splunk</dc:creator>
      <dc:date>2017-08-09T18:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is the compression ratio between the forwarders and indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-compression-ratio-between-the-forwarders-and/m-p/356363#M65083</link>
      <description>&lt;P&gt;Hello there,&lt;BR /&gt;
Splunk estimates an average of 50% compression:&lt;BR /&gt;
read here in detail:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Systemrequirements"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Systemrequirements&lt;/A&gt;&lt;BR /&gt;
also the link above provided by @lfdedak is good&lt;BR /&gt;
you can always check for yourself:&lt;BR /&gt;
bring the data to splunk and then search the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | dbinspect index=*
    | fields state,id,rawSize,sizeOnDiskMB,index
    | stats sum(rawSize) AS rawTotal, sum(sizeOnDiskMB) AS diskTotalinMB by index
    | eval rawTotalinMB=(rawTotal / 1024 / 1024) | fields - rawTotal
    | eval compression=tostring(round(100 - diskTotalinMB / rawTotalinMB * 100, 2)) + "%"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;will suggest to ignore indexes with very little data as this takes into calculation metadata files within the index and therefore you might see a huge negative compression on these tiny indexes.&lt;BR /&gt;
hope it helps&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 20:37:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-compression-ratio-between-the-forwarders-and/m-p/356363#M65083</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-08-09T20:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is the compression ratio between the forwarders and indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-compression-ratio-between-the-forwarders-and/m-p/356364#M65084</link>
      <description>&lt;P&gt;To add to the discussion here, For ssl compression we generally go with 13 to 1.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 20:41:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-compression-ratio-between-the-forwarders-and/m-p/356364#M65084</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-08-09T20:41:18Z</dc:date>
    </item>
  </channel>
</rss>

