<?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: Multiple Join/outer within same search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiple-Join-outer-within-same-search/m-p/466321#M131318</link>
    <description>&lt;P&gt;Thanks this works beautifully&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2019 19:49:47 GMT</pubDate>
    <dc:creator>eddy_liao</dc:creator>
    <dc:date>2019-10-25T19:49:47Z</dc:date>
    <item>
      <title>Multiple Join/outer within same search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-Join-outer-within-same-search/m-p/466319#M131316</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have a very wierd requirement to transform the result of my search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**EMPLOYEE, BOSS**
ERIC, CHRIS
CHRIS, MACK
MACK, VAL
VAL, WILL
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Into this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**EMPLOYEE, BOSS, BOSS2, BOSS3, BOSS4**
ERIC, CHRIS, MACK, VAL, WILL
CHRIS, MACK, VAL, WILL
MACK, VAL, WILL
VAL, WILL
WIll
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I know its a bit wierd and its normal to have missing.&lt;BR /&gt;
Any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 19:12:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-Join-outer-within-same-search/m-p/466319#M131316</guid>
      <dc:creator>eddy_liao</dc:creator>
      <dc:date>2019-10-25T19:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Join/outer within same search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-Join-outer-within-same-search/m-p/466320#M131317</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval raw="EMPLOYEE=ERIC,BOSS=CHRIS EMPLOYEE=CHRIS,BOSS=MACK EMPLOYEE=MACK,BOSS=VAL EMPLOYEE=VAL,BOSS=WILL"
| makemv raw
| mvexpand raw
| rename raw AS _raw
| kv
| table EMPLOYEE BOSS

| rename COMMENT AS "Everything above generates sample event data; everything below is your solution"

| outputlookup employee_boss.csv
| lookup employee_boss.csv EMPLOYEE AS BOSS OUTPUT BOSS AS BOSS2
| lookup employee_boss.csv EMPLOYEE AS BOSS2 OUTPUT BOSS AS BOSS3
| lookup employee_boss.csv EMPLOYEE AS BOSS3 OUTPUT BOSS AS BOSS4
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Oct 2019 19:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-Join-outer-within-same-search/m-p/466320#M131317</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-25T19:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Join/outer within same search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-Join-outer-within-same-search/m-p/466321#M131318</link>
      <description>&lt;P&gt;Thanks this works beautifully&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 19:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-Join-outer-within-same-search/m-p/466321#M131318</guid>
      <dc:creator>eddy_liao</dc:creator>
      <dc:date>2019-10-25T19:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Join/outer within same search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-Join-outer-within-same-search/m-p/466322#M131319</link>
      <description>&lt;P&gt;Be sure to come back and click &lt;CODE&gt;Accept&lt;/CODE&gt; to close the question.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 22:29:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-Join-outer-within-same-search/m-p/466322#M131319</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-25T22:29:17Z</dc:date>
    </item>
  </channel>
</rss>

