<?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: About distributed search. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318141#M59448</link>
    <description>&lt;P&gt;Thank you for your comments !&lt;/P&gt;

&lt;P&gt;I understood about dedup!&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2017 06:53:38 GMT</pubDate>
    <dc:creator>yutaka1005</dc:creator>
    <dc:date>2017-07-21T06:53:38Z</dc:date>
    <item>
      <title>About distributed search.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318135#M59442</link>
      <description>&lt;P&gt;In my environment, I have two indexers for one Search head.&lt;/P&gt;

&lt;P&gt;I think that these commands like "search", "dedup", "transaction" are processed by indexer in distributed search.&lt;/P&gt;

&lt;P&gt;But are these commands in the sub search such as "map", "join" etc processed by indexer too?&lt;BR /&gt;
Could anyone tell me?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 02:26:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318135#M59442</guid>
      <dc:creator>yutaka1005</dc:creator>
      <dc:date>2017-07-18T02:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: About distributed search.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318136#M59443</link>
      <description>&lt;P&gt;Hi yutaka1005!&lt;/P&gt;

&lt;P&gt;I recommend checking out this doc on "Types of Commands"&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Search/Typesofcommands"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Search/Typesofcommands&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and &lt;/P&gt;

&lt;P&gt;"command types"&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commandsbytype"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commandsbytype&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Which will give you an in-depth tour of the various types of search commands available to you, and how they function&lt;/P&gt;

&lt;P&gt;Technically the indexers will be involved in all the commands you mentioned, as they will return events to the search head for further processing.&lt;/P&gt;

&lt;P&gt;To your question specifically, join is listed as a centralized streaming command, which means it is run on the search head as events come back from the indexers.&lt;/P&gt;

&lt;P&gt;Map is not listed but I would guess it is in the same category based on how I've seen it used&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 02:55:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318136#M59443</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-18T02:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: About distributed search.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318137#M59444</link>
      <description>&lt;P&gt;Hi mmodestino_splunk!&lt;BR /&gt;
Thank you for your polite answer.&lt;/P&gt;

&lt;P&gt;I saw a bit of the document you taught me,but It seems that it will take time to understand it....&lt;/P&gt;

&lt;P&gt;But I understood commands that I mentioned are processed by indexer.&lt;BR /&gt;
And I understood that the search command in Join command is processed by indexer and the result is returned to search head, and join is processed there.&lt;BR /&gt;
Also, I understood that map is a similar category.&lt;/P&gt;

&lt;P&gt;But there is one point to wonder about.&lt;BR /&gt;
Dedup is described as Centralized streaming command.&lt;BR /&gt;
Is this command processed by search head?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 05:39:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318137#M59444</guid>
      <dc:creator>yutaka1005</dc:creator>
      <dc:date>2017-07-18T05:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: About distributed search.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318138#M59445</link>
      <description>&lt;P&gt;Dedup is processed on the Search Head side.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 06:18:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318138#M59445</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2017-07-18T06:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: About distributed search.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318139#M59446</link>
      <description>&lt;P&gt;^^^&lt;/P&gt;

&lt;P&gt;Dedup requires the peers to return all the results to a central location (the search head) so that we can dedup. It is streaming because we can do it as the results come in.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318139#M59446</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-18T08:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: About distributed search.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318140#M59447</link>
      <description>&lt;P&gt;I am quite certain that &lt;CODE&gt;dedup&lt;/CODE&gt; occurs both places and does map-reduce.  An initial reduced local-scope &lt;CODE&gt;dedup&lt;/CODE&gt; will occur on each Indexer and the final aggregated global-scope &lt;CODE&gt;dedup&lt;/CODE&gt; will occur on the Search Head.  Because &lt;CODE&gt;map&lt;/CODE&gt; kicks off new searches, things must start at that point on the Search Head but it's work does map-reduce.  Using &lt;CODE&gt;join&lt;/CODE&gt; should always be avoided so let's not even talk about that (use &lt;CODE&gt;stats&lt;/CODE&gt;, &lt;CODE&gt;streamstats&lt;/CODE&gt;, etc. instead).  Why is this important to you?  Get your search working FIRST, then optimize it later.  Just be sure to get it working WITHOUT using &lt;CODE&gt;join&lt;/CODE&gt; or &lt;CODE&gt;transaction&lt;/CODE&gt; and you should be fine.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:23:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318140#M59447</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-18T14:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: About distributed search.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318141#M59448</link>
      <description>&lt;P&gt;Thank you for your comments !&lt;/P&gt;

&lt;P&gt;I understood about dedup!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 06:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318141#M59448</guid>
      <dc:creator>yutaka1005</dc:creator>
      <dc:date>2017-07-21T06:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: About distributed search.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318142#M59449</link>
      <description>&lt;P&gt;Does it mean that the search head collects each data once deduped with each indexer and then do dedup processing to them again?&lt;/P&gt;

&lt;P&gt;And do you talk about "dedup" in "map" command like this?&lt;BR /&gt;
main search | map search="... | dedup"&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 07:12:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/About-distributed-search/m-p/318142#M59449</guid>
      <dc:creator>yutaka1005</dc:creator>
      <dc:date>2017-07-21T07:12:40Z</dc:date>
    </item>
  </channel>
</rss>

