<?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 working in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Join-command-working/m-p/453076#M6359</link>
    <description>&lt;P&gt;Never use &lt;CODE&gt;join&lt;/CODE&gt;.  It should not even exist.&lt;/P&gt;</description>
    <pubDate>Sat, 11 May 2019 05:07:59 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-05-11T05:07:59Z</dc:date>
    <item>
      <title>Join command working</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Join-command-working/m-p/453074#M6357</link>
      <description>&lt;P&gt;When nesting two commands using join, how can I verify if the Join command is returning the value of the field. &lt;/P&gt;

&lt;P&gt;[code]&lt;BR /&gt;
| join type=left ip &lt;BR /&gt;
[&lt;BR /&gt;
index=os s_ ip=10.x.x.x &lt;BR /&gt;
| fields ip]&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 21:50:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Join-command-working/m-p/453074#M6357</guid>
      <dc:creator>djkj957</dc:creator>
      <dc:date>2019-05-10T21:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Join command working</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Join-command-working/m-p/453075#M6358</link>
      <description>&lt;P&gt;Hi djkj957,&lt;/P&gt;

&lt;P&gt;Don't use &lt;CODE&gt;join&lt;/CODE&gt; for reasons.&lt;/P&gt;

&lt;P&gt;Use a &lt;CODE&gt;stats&lt;/CODE&gt; instead and you will not hit any hidden limits:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[code] OR ( index=os s_ip=10.x.x.x | stats values(*) AS * by ip _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 23:32:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Join-command-working/m-p/453075#M6358</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-05-10T23:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Join command working</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Join-command-working/m-p/453076#M6359</link>
      <description>&lt;P&gt;Never use &lt;CODE&gt;join&lt;/CODE&gt;.  It should not even exist.&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 05:07:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Join-command-working/m-p/453076#M6359</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-05-11T05:07:59Z</dc:date>
    </item>
  </channel>
</rss>

