<?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 setting up indexer cluster in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425083#M15116</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I was trying to setup indexer cluster, but in the console its showing the replication factor and search factor or not met ? &lt;/P&gt;

&lt;P&gt;got the below error in Splunkd.log &lt;/P&gt;

&lt;P&gt;Eviction results: count=0, test_count=0, bytes_evicted=0, bytes_needed=5610983424, elapsed_ms=1&lt;BR /&gt;
01-26-2019 07:43:28.260 +0000 WARN  CacheManager - Unable to evict enough data. Evicted size=0 instead of size=5610983424&lt;BR /&gt;
01-26-2019 07:43:29.261 +0000 INFO  CacheManager - Eviction requested, bytes_needed=5610983424 partition of path=/opt/splunk/var/lib/splunk/audit/db&lt;BR /&gt;
01-26-2019 07:43:29.261 +0000 WARN  CacheManager - Last run failed to evict requested bytes. Performing eviction in urgent mode for path=/opt/splunk/var/lib/splunk/audit/db&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 22:56:07 GMT</pubDate>
    <dc:creator>raghu0463</dc:creator>
    <dc:date>2020-09-29T22:56:07Z</dc:date>
    <item>
      <title>setting up indexer cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425083#M15116</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I was trying to setup indexer cluster, but in the console its showing the replication factor and search factor or not met ? &lt;/P&gt;

&lt;P&gt;got the below error in Splunkd.log &lt;/P&gt;

&lt;P&gt;Eviction results: count=0, test_count=0, bytes_evicted=0, bytes_needed=5610983424, elapsed_ms=1&lt;BR /&gt;
01-26-2019 07:43:28.260 +0000 WARN  CacheManager - Unable to evict enough data. Evicted size=0 instead of size=5610983424&lt;BR /&gt;
01-26-2019 07:43:29.261 +0000 INFO  CacheManager - Eviction requested, bytes_needed=5610983424 partition of path=/opt/splunk/var/lib/splunk/audit/db&lt;BR /&gt;
01-26-2019 07:43:29.261 +0000 WARN  CacheManager - Last run failed to evict requested bytes. Performing eviction in urgent mode for path=/opt/splunk/var/lib/splunk/audit/db&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:56:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425083#M15116</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2020-09-29T22:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: setting up indexer cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425084#M15117</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;This sounds like your error&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/620357/unable-to-search-getting-this-error-unable-to-evic.html"&gt;https://answers.splunk.com/answers/620357/unable-to-search-getting-this-error-unable-to-evic.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Check the things mentioned in this answer&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jan 2019 09:34:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425084#M15117</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-26T09:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: setting up indexer cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425085#M15118</link>
      <description>&lt;P&gt;How to decrease the free min disk space please ? at this path = /opt/splunk/var/lib/splunk/audit/db&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jan 2019 18:22:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425085#M15118</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2019-01-26T18:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: setting up indexer cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425086#M15119</link>
      <description>&lt;P&gt;HI, this is set in server.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [diskUsage]
 minFreeSpace = &amp;lt;num&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.2.1/Indexer/Setlimitsondiskusage"&gt;https://docs.splunk.com/Documentation/Splunk/6.2.1/Indexer/Setlimitsondiskusage&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;or via CLI&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk set minfreemb &amp;lt;number&amp;gt;
splunk restart
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 27 Jan 2019 08:45:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425086#M15119</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-27T08:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: setting up indexer cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425087#M15120</link>
      <description>&lt;P&gt;Please accept the answer if it helped &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 10:48:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/setting-up-indexer-cluster/m-p/425087#M15120</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-28T10:48:29Z</dc:date>
    </item>
  </channel>
</rss>

