<?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 is one indexer faster at search than the other two - troubleshooting distributed search speed by indexer in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-one-indexer-faster-at-search-than-the-other-two/m-p/244723#M9191</link>
    <description>&lt;P&gt;@gfuente I thing you and I are thinking alike.  I did the very same troubleshooting steps you suggested  in fact the &lt;CODE&gt;LicenseUsage - type=RolloverSummary&lt;/CODE&gt; logs for each day only show up on one indexer per day. when I do the search with the timeframe &lt;CODE&gt;earliest=-29d@d latest=-4d@d&lt;/CODE&gt; I get &lt;/P&gt;

&lt;H1&gt;1 (139) events&lt;/H1&gt;

&lt;H1&gt;2 (68) events&lt;/H1&gt;

&lt;H1&gt;3 (136) events&lt;/H1&gt;

&lt;P&gt;When I do the search per day by indexer&lt;/P&gt;

&lt;H1&gt;1 has 10 days&lt;/H1&gt;

&lt;H1&gt;2 has 5 days&lt;/H1&gt;

&lt;H1&gt;3 has 10 days&lt;/H1&gt;

&lt;P&gt;The data is not evenly balanced but when I do the &lt;CODE&gt;earliest=-29d@d latest=-4d@d&lt;/CODE&gt; the search returned fast with a dispatch.fetch time of just over 7 seconds.  If I change the day by one, later or earlier, one of the search peers times out.&lt;/P&gt;

&lt;P&gt;Thanks for the suggestion&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2016 13:04:57 GMT</pubDate>
    <dc:creator>hartfoml</dc:creator>
    <dc:date>2016-08-24T13:04:57Z</dc:date>
    <item>
      <title>Why is one indexer faster at search than the other two - troubleshooting distributed search speed by indexer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-one-indexer-faster-at-search-than-the-other-two/m-p/244721#M9189</link>
      <description>&lt;P&gt;I have three indexers. All configured the same all with the same hardware (16 cores 32 GB ram).&lt;BR /&gt;
I have a simple search for internal data&lt;BR /&gt;
   &lt;CODE&gt;index=_internal host=My-License-Manager source=*license_usage.log type="RolloverSummary" earliest=-30d@d&lt;/CODE&gt;&lt;BR /&gt;
This search runs in just over 5 seconds on indexer #1 and times out on indexer #2 and #3&lt;BR /&gt;
If I change the time to &lt;CODE&gt;earliest=-35d@d latest=-4d@d&lt;/CODE&gt; indexer #2 returns in 5 seconds but only #3 times out.&lt;BR /&gt;
If I change the time to &lt;CODE&gt;earliest=-29d@d latest=-4d@d&lt;/CODE&gt; all three indexers return results in just over 5 seconds.&lt;BR /&gt;
One day later or one day earlier will cause indexer #2 or #3 to time out.&lt;/P&gt;

&lt;P&gt;how do I start to troubleshoot what is causing this.  I am sure this can't be isolated to this one data set and has to be affecting other data sets as well.&lt;/P&gt;

&lt;P&gt;I opened a Case &lt;CODE&gt;Number 387826 Date/Time Opened 8/23/2016 7:31 AM&lt;/CODE&gt; with splunk support but no response yet &lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 12:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-one-indexer-faster-at-search-than-the-other-two/m-p/244721#M9189</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2016-08-24T12:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is one indexer faster at search than the other two - troubleshooting distributed search speed by indexer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-one-indexer-faster-at-search-than-the-other-two/m-p/244722#M9190</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;Maybe your data is not properly balanced, if for some reason the _internal data of a few days it´s contanined only in indexer #2, then it´s going to take much longer to retrieve the events for those days.&lt;/P&gt;

&lt;P&gt;I will recomend creating a timechart with the count of the number of events per indexder, using:&lt;/P&gt;

&lt;P&gt;index=_internal host=My-License-Manager source=*license_usage.log type="RolloverSummary" | timechart count by splunk_server&lt;/P&gt;

&lt;P&gt;If you have issues, try filtering one splunk_server at a time, and compare results&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:43:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-one-indexer-faster-at-search-than-the-other-two/m-p/244722#M9190</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2020-09-29T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why is one indexer faster at search than the other two - troubleshooting distributed search speed by indexer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-one-indexer-faster-at-search-than-the-other-two/m-p/244723#M9191</link>
      <description>&lt;P&gt;@gfuente I thing you and I are thinking alike.  I did the very same troubleshooting steps you suggested  in fact the &lt;CODE&gt;LicenseUsage - type=RolloverSummary&lt;/CODE&gt; logs for each day only show up on one indexer per day. when I do the search with the timeframe &lt;CODE&gt;earliest=-29d@d latest=-4d@d&lt;/CODE&gt; I get &lt;/P&gt;

&lt;H1&gt;1 (139) events&lt;/H1&gt;

&lt;H1&gt;2 (68) events&lt;/H1&gt;

&lt;H1&gt;3 (136) events&lt;/H1&gt;

&lt;P&gt;When I do the search per day by indexer&lt;/P&gt;

&lt;H1&gt;1 has 10 days&lt;/H1&gt;

&lt;H1&gt;2 has 5 days&lt;/H1&gt;

&lt;H1&gt;3 has 10 days&lt;/H1&gt;

&lt;P&gt;The data is not evenly balanced but when I do the &lt;CODE&gt;earliest=-29d@d latest=-4d@d&lt;/CODE&gt; the search returned fast with a dispatch.fetch time of just over 7 seconds.  If I change the day by one, later or earlier, one of the search peers times out.&lt;/P&gt;

&lt;P&gt;Thanks for the suggestion&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 13:04:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-one-indexer-faster-at-search-than-the-other-two/m-p/244723#M9191</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2016-08-24T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is one indexer faster at search than the other two - troubleshooting distributed search speed by indexer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-one-indexer-faster-at-search-than-the-other-two/m-p/244724#M9192</link>
      <description>&lt;P&gt;Sorry I called support and they said Skip would take the case.  That probably means it will be answered by Skip as he is the (cats meow) at splunk support.&lt;/P&gt;

&lt;P&gt;If your going to get point for this you have to hurry cause Skip is on the case...&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 15:44:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-one-indexer-faster-at-search-than-the-other-two/m-p/244724#M9192</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2016-08-24T15:44:46Z</dc:date>
    </item>
  </channel>
</rss>

