<?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 parallel reduce search processing - How do i know it is working? Do i have to use &amp;quot;Redistribute&amp;quot;? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/parallel-reduce-search-processing-How-do-i-know-it-is-working-Do/m-p/399882#M8450</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have configured the below&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.1/DistSearch/Parallelreduceoverview" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.1/DistSearch/Parallelreduceoverview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Am i right to say i have to use the command Redistribute in my search to use this or is this something extra for high-cardinality searches?&lt;/P&gt;

&lt;P&gt;But i am not seeing an performance decrease, so how can i check it is working?&lt;BR /&gt;
I have one search head and 2 indexers (non-Clustered)&lt;/P&gt;

&lt;P&gt;I have set the following on the indexers&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server.conf
[parallelreduce]
pass4SymmKey = $7$qkfkqE35XUbVp9oAqD2M+bBQVTufnczdRnyIcnuQrbXhAV/u+7QyBaXR

 limits.conf
    [parallelreduce]
    reducers=10.25.5.169:5089, 10.25.53.57:5089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have added in both indexers here, i am assuming i need to add in it self?&lt;/P&gt;

&lt;P&gt;My user can run the command&lt;BR /&gt;
run_multi_phased_searches&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.1/DistSearch/Setupparallelreduce" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.1/DistSearch/Setupparallelreduce&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Then i run the command and add redistribute to the command (If i understand correctly this is what we are to do!!) - But below does not work.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    | tstats summariesonly=true      chunk_size=1000000000 max(MXTIMING.Elapsed) AS Elapsed  FROM datamodel=MXTIMING_V9 WHERE 
    host=Luas_TestCampaign_PI9_2 
GROUPBY _time MXTIMING.Machine_Name MXTIMING.Context+Command MXTIMING.NPID MXTIMING.Date MXTIMING.Time MXTIMING.MXTIMING_TYPE_DM source MXTIMING.UserName2 MXTIMING.source_path MXTIMING.Command3 MXTIMING.Context3 span=1s | redistribute by _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So the errors i am getting is below - But i don't understand i have tried to put redistribute in multiple parts of the search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Redistribute Processor: Cannot redistribute events that have been aggregated at the search head. Place the redistribute command before transforming commands that do not have a 'by' clause.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/Redistribute" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/Redistribute&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Any help would be great - or how can i check what log &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 22:06:05 GMT</pubDate>
    <dc:creator>robertlynch2020</dc:creator>
    <dc:date>2020-09-29T22:06:05Z</dc:date>
    <item>
      <title>parallel reduce search processing - How do i know it is working? Do i have to use "Redistribute"?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/parallel-reduce-search-processing-How-do-i-know-it-is-working-Do/m-p/399882#M8450</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have configured the below&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.1/DistSearch/Parallelreduceoverview" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.1/DistSearch/Parallelreduceoverview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Am i right to say i have to use the command Redistribute in my search to use this or is this something extra for high-cardinality searches?&lt;/P&gt;

&lt;P&gt;But i am not seeing an performance decrease, so how can i check it is working?&lt;BR /&gt;
I have one search head and 2 indexers (non-Clustered)&lt;/P&gt;

&lt;P&gt;I have set the following on the indexers&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server.conf
[parallelreduce]
pass4SymmKey = $7$qkfkqE35XUbVp9oAqD2M+bBQVTufnczdRnyIcnuQrbXhAV/u+7QyBaXR

 limits.conf
    [parallelreduce]
    reducers=10.25.5.169:5089, 10.25.53.57:5089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have added in both indexers here, i am assuming i need to add in it self?&lt;/P&gt;

&lt;P&gt;My user can run the command&lt;BR /&gt;
run_multi_phased_searches&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.1/DistSearch/Setupparallelreduce" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.1/DistSearch/Setupparallelreduce&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Then i run the command and add redistribute to the command (If i understand correctly this is what we are to do!!) - But below does not work.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    | tstats summariesonly=true      chunk_size=1000000000 max(MXTIMING.Elapsed) AS Elapsed  FROM datamodel=MXTIMING_V9 WHERE 
    host=Luas_TestCampaign_PI9_2 
GROUPBY _time MXTIMING.Machine_Name MXTIMING.Context+Command MXTIMING.NPID MXTIMING.Date MXTIMING.Time MXTIMING.MXTIMING_TYPE_DM source MXTIMING.UserName2 MXTIMING.source_path MXTIMING.Command3 MXTIMING.Context3 span=1s | redistribute by _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So the errors i am getting is below - But i don't understand i have tried to put redistribute in multiple parts of the search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Redistribute Processor: Cannot redistribute events that have been aggregated at the search head. Place the redistribute command before transforming commands that do not have a 'by' clause.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/Redistribute" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/Redistribute&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Any help would be great - or how can i check what log &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/parallel-reduce-search-processing-How-do-i-know-it-is-working-Do/m-p/399882#M8450</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2020-09-29T22:06:05Z</dc:date>
    </item>
  </channel>
</rss>

