<?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: Why Does Search Head Cluster Replication Fail with large lookup table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122491#M33007</link>
    <description>&lt;P&gt;The reason for the limit is to prevent excessive memory consumption.  In the newer versions of Splunk, this value has been increased to 2GB.  This is the information from the server.conf spec file.&lt;/P&gt;

&lt;P&gt;max_content_length = &lt;BR /&gt;
* Measured in bytes&lt;BR /&gt;
* HTTP requests over this size will rejected.&lt;BR /&gt;
* Exists to avoid allocating an unreasonable amount of memory from web&lt;BR /&gt;
  requests&lt;BR /&gt;
* Defaulted to 2147483648 or 2GB&lt;BR /&gt;
* In environments where indexers have enormous amounts of RAM, this&lt;BR /&gt;
  number can be reasonably increased to handle large quantities of&lt;BR /&gt;
  bundle data.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 18:18:41 GMT</pubDate>
    <dc:creator>bpaul_splunk</dc:creator>
    <dc:date>2020-09-29T18:18:41Z</dc:date>
    <item>
      <title>Why Does Search Head Cluster Replication Fail with large lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122488#M33004</link>
      <description>&lt;P&gt;Replication is failing with the following error.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-12-2015 21:08:45.859 +0000 WARN  ConfReplicationThread - Error pushing configurations to captain=https://server_name:8089, consecutiveErrors=1: Error in acceptPush, uploading lookup_table_file="/opt/splunk/etc/apps/SA-EndpointProtection/lookups/localprocesses_tracker.csv": Non-200 status_code=413: Content-Length of 1567337721 too large (maximum is 838860800)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there a way to allow the replication to occur even though the file is too large?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 00:12:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122488#M33004</guid>
      <dc:creator>faol</dc:creator>
      <dc:date>2015-07-15T00:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why Does Search Head Cluster Replication Fail with large lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122489#M33005</link>
      <description>&lt;P&gt;As stated, the file exceeds max_content_length in server.conf of 800 MB.  This can be increased by adding the following to $SPLUNK_HOME/etc/system/local/server.conf.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[httpServer]
max_content_length = 1600000000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This could negatively affect performance however so it would be preferable to reduce the size of the file if at all possible.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122489#M33005</guid>
      <dc:creator>bpaul_splunk</dc:creator>
      <dc:date>2020-09-29T06:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why Does Search Head Cluster Replication Fail with large lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122490#M33006</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;what are the possible impacts in doubling the max_content_length ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:17:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122490#M33006</guid>
      <dc:creator>lloydknight</dc:creator>
      <dc:date>2020-09-29T18:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why Does Search Head Cluster Replication Fail with large lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122491#M33007</link>
      <description>&lt;P&gt;The reason for the limit is to prevent excessive memory consumption.  In the newer versions of Splunk, this value has been increased to 2GB.  This is the information from the server.conf spec file.&lt;/P&gt;

&lt;P&gt;max_content_length = &lt;BR /&gt;
* Measured in bytes&lt;BR /&gt;
* HTTP requests over this size will rejected.&lt;BR /&gt;
* Exists to avoid allocating an unreasonable amount of memory from web&lt;BR /&gt;
  requests&lt;BR /&gt;
* Defaulted to 2147483648 or 2GB&lt;BR /&gt;
* In environments where indexers have enormous amounts of RAM, this&lt;BR /&gt;
  number can be reasonably increased to handle large quantities of&lt;BR /&gt;
  bundle data.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:18:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122491#M33007</guid>
      <dc:creator>bpaul_splunk</dc:creator>
      <dc:date>2020-09-29T18:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why Does Search Head Cluster Replication Fail with large lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122492#M33008</link>
      <description>&lt;P&gt;Large lookups like this should ideally be converted to a KV store. That way, MongoDB can do the replication independently of the search bundle.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 03:32:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Does-Search-Head-Cluster-Replication-Fail-with-large-lookup/m-p/122492#M33008</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2018-10-13T03:32:14Z</dc:date>
    </item>
  </channel>
</rss>

