<?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: join command in splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/join-command-in-splunk/m-p/173714#M49839</link>
    <description>&lt;P&gt;Yes &lt;STRONG&gt;join&lt;/STRONG&gt; consume more time to run.  I think you will be interested by the link bellow:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/129424/how-to-compare-fields-over-multiple-sourcetypes-without-join-append-or-use-of-subsearches.html"&gt;http://answers.splunk.com/answers/129424/how-to-compare-fields-over-multiple-sourcetypes-without-join-append-or-use-of-subsearches.html&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2015 12:23:08 GMT</pubDate>
    <dc:creator>stephanefotso</dc:creator>
    <dc:date>2015-05-07T12:23:08Z</dc:date>
    <item>
      <title>join command in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/join-command-in-splunk/m-p/173713#M49838</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I need to extract the host list which are belonging to certain applications ( Listed in my Lookup table )&lt;BR /&gt;
Need to find which hosts are getting connected to Deployment server and after that need to pick out the hosts which are present in the lookup table. I have used join in my query. It works fine.&lt;/P&gt;

&lt;P&gt;index=&lt;EM&gt;internal host=abcsdf "/services/broker/phonehome/connection" | rex "(?i)^(?:[^.]*.){10}\d+&lt;/EM&gt;(?P&amp;lt;remote_host&amp;gt;.+?)&lt;EM&gt;" | rex "(?i).com&lt;/EM&gt;(?P&amp;lt;remote_host&amp;gt;.+?)_" | dedup remote_host |rename remote_host as hostname| join hostname[|inputlookup applist] | stats distinct_count(hostname)&lt;/P&gt;

&lt;P&gt;Any alternate idea to this? &lt;BR /&gt;
Will join consume more time to run?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:45:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/join-command-in-splunk/m-p/173713#M49838</guid>
      <dc:creator>splunkn</dc:creator>
      <dc:date>2020-09-28T19:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: join command in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/join-command-in-splunk/m-p/173714#M49839</link>
      <description>&lt;P&gt;Yes &lt;STRONG&gt;join&lt;/STRONG&gt; consume more time to run.  I think you will be interested by the link bellow:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/129424/how-to-compare-fields-over-multiple-sourcetypes-without-join-append-or-use-of-subsearches.html"&gt;http://answers.splunk.com/answers/129424/how-to-compare-fields-over-multiple-sourcetypes-without-join-append-or-use-of-subsearches.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2015 12:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/join-command-in-splunk/m-p/173714#M49839</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2015-05-07T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: join command in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/join-command-in-splunk/m-p/173715#M49840</link>
      <description>&lt;P&gt;Stephane,,&lt;BR /&gt;
Many Thanks and could you please explain a bit to compare events with lookup table as in my scenario.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2015 13:07:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/join-command-in-splunk/m-p/173715#M49840</guid>
      <dc:creator>splunkn</dc:creator>
      <dc:date>2015-05-07T13:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: join command in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/join-command-in-splunk/m-p/173716#M49841</link>
      <description>&lt;P&gt;ok. in your case that is what you could do to avoid &lt;STRONG&gt;join&lt;/STRONG&gt;:&lt;/P&gt;

&lt;P&gt;index=internal host=abcsdf "/services/broker/phonehome/connection" | rex "(?i)^(?:[^.]*.){10}d+(?P&amp;lt;remote_host&amp;gt;.+?)" | rex "(?i).com(?P&amp;lt;remote_host&amp;gt;.+?)_" | dedup remote_host |rename remote_host as hostname|  lookup applist.csv hostname| stats distinct_count(hostname)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:45:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/join-command-in-splunk/m-p/173716#M49841</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2020-09-28T19:45:51Z</dc:date>
    </item>
  </channel>
</rss>

