<?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 many indexer needed for my setup in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-many-indexer-needed-for-my-setup/m-p/486376#M8697</link>
    <description>&lt;P&gt;An indexer should be able to process way more data before any queues fill up. Take a look into the MC &amp;gt; Indexing &amp;gt; &lt;STRONG&gt;Data Quality&lt;/STRONG&gt; dashboard. Do you see timestamping, line breaking or any other issues? You might want to look for any errors and warnings regarding getting your data in and go from there fixing the issues.&lt;/P&gt;

&lt;P&gt;Also check whether your server got enough IOPS. Maybe do a test with bonnie++ to see whether you're meeting the 800+ minimum requirements.&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 13:08:40 GMT</pubDate>
    <dc:creator>skalliger</dc:creator>
    <dc:date>2019-11-18T13:08:40Z</dc:date>
    <item>
      <title>How many indexer needed for my setup</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-many-indexer-needed-for-my-setup/m-p/486375#M8696</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;

&lt;P&gt;I have one  setup one indexer and one splunk search head. &lt;BR /&gt;
Indexer has 64 RAM and 16 CPU core and SH as 128 CPU and 32 core. &lt;BR /&gt;
Indexing per day 25 to 30 GB only. On investigation found all queues for fill ration are full .&lt;BR /&gt;
What should i do.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Lalit&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/7959i187B5B63B1BA3B7E/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>Mon, 18 Nov 2019 12:57:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-many-indexer-needed-for-my-setup/m-p/486375#M8696</guid>
      <dc:creator>lmjoin</dc:creator>
      <dc:date>2019-11-18T12:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: How many indexer needed for my setup</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-many-indexer-needed-for-my-setup/m-p/486376#M8697</link>
      <description>&lt;P&gt;An indexer should be able to process way more data before any queues fill up. Take a look into the MC &amp;gt; Indexing &amp;gt; &lt;STRONG&gt;Data Quality&lt;/STRONG&gt; dashboard. Do you see timestamping, line breaking or any other issues? You might want to look for any errors and warnings regarding getting your data in and go from there fixing the issues.&lt;/P&gt;

&lt;P&gt;Also check whether your server got enough IOPS. Maybe do a test with bonnie++ to see whether you're meeting the 800+ minimum requirements.&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 13:08:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-many-indexer-needed-for-my-setup/m-p/486376#M8697</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2019-11-18T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: How many indexer needed for my setup</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-many-indexer-needed-for-my-setup/m-p/486377#M8698</link>
      <description>&lt;P&gt;The processing capacity of the indexer is 300GB / Day.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Capacity/Summaryofperformancerecommendations"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Capacity/Summaryofperformancerecommendations&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Assuming that there is no problem with the performance of the hard disk,&lt;BR /&gt;
The cause of queue clogging may take a long time to process one index.&lt;/P&gt;

&lt;P&gt;server.conf&lt;BR /&gt;
parallelIngestionPipelines = 2&lt;/P&gt;

&lt;P&gt;The workaround is to do multiple processes. However, PS is required for more than 3 multiplexes.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Indexer/Pipelinesets"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Indexer/Pipelinesets&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;※Run a health check to check for problems.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 13:29:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-many-indexer-needed-for-my-setup/m-p/486377#M8698</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2019-11-18T13:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: How many indexer needed for my setup</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-many-indexer-needed-for-my-setup/m-p/486378#M8699</link>
      <description>&lt;P&gt;Hi @lmjoin,&lt;BR /&gt;
RAM and CPUs are OK for your needs, probably the problem is related to the usual bottleneck in Splunk: storage.&lt;BR /&gt;
As you can read Splunk refence hardware requires at least 800 IOPS (see at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Capacity/Referencehardware#Disk_subsystem"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Capacity/Referencehardware#Disk_subsystem&lt;/A&gt; ), you can measure IOPS using a tool like Bonnie++ ( sourceforge.net/projects/bonnie/ ).&lt;/P&gt;

&lt;P&gt;Then you could check the load of your indexer using the monitoring console that can give you useful information.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 13:36:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-many-indexer-needed-for-my-setup/m-p/486378#M8699</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-18T13:36:56Z</dc:date>
    </item>
  </channel>
</rss>

