<?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: Will splitting our data into separate indexes provide better performance of real-time searches? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Will-splitting-our-data-into-separate-indexes-provide-better/m-p/115077#M30444</link>
    <description>&lt;P&gt;What if data is already partially cooked from an intermediate forwarder?&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2015 13:11:27 GMT</pubDate>
    <dc:creator>campbellj1977</dc:creator>
    <dc:date>2015-05-21T13:11:27Z</dc:date>
    <item>
      <title>Will splitting our data into separate indexes provide better performance of real-time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Will-splitting-our-data-into-separate-indexes-provide-better/m-p/115075#M30442</link>
      <description>&lt;P&gt;We are currently running into issues where our indexers become overloaded and cannot process all of the search and indexing functions when real time searches are abundant. We have identified this partially to be caused by the searching of raw data before indexing simultaneously with all of the other data combined. Our single index is currently housing about 70% of all our incoming data. Logic would tell me that smaller indexes amount in quicker searches and less incoming raw data to be searched. I tested and it seems to be true, although I don't really trust the results from my lab as it shares storage and process utilization with other servers in VM's and storage.&lt;BR /&gt;&lt;BR /&gt;
I was hoping that someone from Splunk or the community could confirm my findings. My test was listed below.&lt;BR /&gt;
Eventgen to create sample logs; 10Mb a 5 minute span&lt;BR /&gt;
postfix tcpdump to file then to splunk; 5mb in about 5 minutes&lt;/P&gt;

&lt;P&gt;With all the data going into the same index, searching for a key values from postfix tcpdump and/or eventgen, it took about 30% less time to complete the search then when splitting the data into 2 separate indices. &lt;/P&gt;

&lt;P&gt;So to sum up, will splitting our indexes provide better performance of real-time searches and less processing time?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 14:08:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Will-splitting-our-data-into-separate-indexes-provide-better/m-p/115075#M30442</guid>
      <dc:creator>campbellj1977</dc:creator>
      <dc:date>2015-05-20T14:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Will splitting our data into separate indexes provide better performance of real-time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Will-splitting-our-data-into-separate-indexes-provide-better/m-p/115076#M30443</link>
      <description>&lt;P&gt;Hi campbellj1977,&lt;/P&gt;

&lt;P&gt;well, this is tricky to answer for sure; because your finding are most likely to be true for any searches, reports, alerts and dashboards. But not for the real-time searches. This is because real-time searches search through events as they stream into Splunk Enterprise for indexing. When you kick off a real-time search, Splunk Enterprise scans incoming events that contain index-time fields that indicate they could be a match for your search.&lt;/P&gt;

&lt;P&gt;So, it is likely that you will not get a performance benefit out of splitting...But, how about adding a second indexer to add overall performance or troubleshoot what exactly gets your indexer overloaded or blocked. If your on Splunk 6.2 you can use the internal Distributed Management Console for this &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/ConfiguretheMonitoringConsole#What_is_the_distributed_management_console.3F"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/ConfiguretheMonitoringConsole#What_is_the_distributed_management_console.3F&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Take a look at the pipeline image below to get an overview of the Splunk input pipeline:&lt;/P&gt;

&lt;P&gt;&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/361i887250C14F5E84D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Regarding your comment about the forwarder; this will only skip a part of the parsing queue but still uses all other queues (the universal forwarder that is). If you're using a heavy forwarder in front, it will skip parsing, merging and typing and in the indexerPipe until &lt;CODE&gt;tcpoutput&lt;/CODE&gt; . This would only help if your indexer has blocked parsing queues, because the heavy forwarder would take the parsing, merging and typing load.&lt;/P&gt;

&lt;P&gt;Your real-time search will still pick up the events right at the stage they stream in into the indexer. But they maybe benefit from the fact that the indexer has less load when you're using the heavy forwarder in front....&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 04:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Will-splitting-our-data-into-separate-indexes-provide-better/m-p/115076#M30443</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-05-21T04:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Will splitting our data into separate indexes provide better performance of real-time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Will-splitting-our-data-into-separate-indexes-provide-better/m-p/115077#M30444</link>
      <description>&lt;P&gt;What if data is already partially cooked from an intermediate forwarder?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 13:11:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Will-splitting-our-data-into-separate-indexes-provide-better/m-p/115077#M30444</guid>
      <dc:creator>campbellj1977</dc:creator>
      <dc:date>2015-05-21T13:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Will splitting our data into separate indexes provide better performance of real-time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Will-splitting-our-data-into-separate-indexes-provide-better/m-p/115078#M30445</link>
      <description>&lt;P&gt;see the updated answer....&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 22:48:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Will-splitting-our-data-into-separate-indexes-provide-better/m-p/115078#M30445</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-05-21T22:48:22Z</dc:date>
    </item>
  </channel>
</rss>

