<?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: Problem with getting all non matching events with outer join in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-getting-all-non-matching-events-with-outer-join/m-p/169554#M48468</link>
    <description>&lt;P&gt;I found a solution now!&lt;BR /&gt;
It looks like this:&lt;/P&gt;

&lt;P&gt;sourcetype=typ1 | eval Number = Number1 | join type=outer Number [search sourcetype= type2 | eval Number = Number2] |search NOT Number2 = *&lt;/P&gt;

&lt;P&gt;OR another way is this:&lt;/P&gt;

&lt;P&gt;sourcetype=typ1 | eval Number = Number1 | join type=outer Number [search sourcetype= type2 | eval Number = Number2] |search NOT sourcetype = type2&lt;/P&gt;

&lt;P&gt;Greetings&lt;BR /&gt;
C_Sparn&lt;/P&gt;</description>
    <pubDate>Mon, 19 May 2014 13:49:39 GMT</pubDate>
    <dc:creator>C_Sparn</dc:creator>
    <dc:date>2014-05-19T13:49:39Z</dc:date>
    <item>
      <title>Problem with getting all non matching events with outer join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-getting-all-non-matching-events-with-outer-join/m-p/169551#M48465</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;is there an easy possibility to get all events that have non matching field values after an outer join? Here is an example what I tried allready:&lt;/P&gt;

&lt;P&gt;sourcetype=typ1 | eval Number = Number1 | join type=outer Number [search sourcetype= type2 | eval Number = Number2]&lt;/P&gt;

&lt;P&gt;This gives me all events where field Number1 and field Number2 are equal and not equal.&lt;BR /&gt;
How can I get just these events now, where they are not equal?&lt;BR /&gt;
Thanks for help.&lt;/P&gt;

&lt;P&gt;C_Sparn&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2014 10:17:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-with-getting-all-non-matching-events-with-outer-join/m-p/169551#M48465</guid>
      <dc:creator>C_Sparn</dc:creator>
      <dc:date>2014-05-19T10:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with getting all non matching events with outer join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-getting-all-non-matching-events-with-outer-join/m-p/169552#M48466</link>
      <description>&lt;P&gt;Maybe something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=typ1 | eval Number = Number1 | eval NumberA = Number | join type=outer Number [search sourcetype= type2 | eval Number = Number2 | eval NumberB = Number] | where NumberA != NumberB
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 May 2014 11:40:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-with-getting-all-non-matching-events-with-outer-join/m-p/169552#M48466</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2014-05-19T11:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with getting all non matching events with outer join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-getting-all-non-matching-events-with-outer-join/m-p/169553#M48467</link>
      <description>&lt;P&gt;This gives 0 results back. But thanks for the suggestion.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2014 12:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-with-getting-all-non-matching-events-with-outer-join/m-p/169553#M48467</guid>
      <dc:creator>C_Sparn</dc:creator>
      <dc:date>2014-05-19T12:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with getting all non matching events with outer join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-getting-all-non-matching-events-with-outer-join/m-p/169554#M48468</link>
      <description>&lt;P&gt;I found a solution now!&lt;BR /&gt;
It looks like this:&lt;/P&gt;

&lt;P&gt;sourcetype=typ1 | eval Number = Number1 | join type=outer Number [search sourcetype= type2 | eval Number = Number2] |search NOT Number2 = *&lt;/P&gt;

&lt;P&gt;OR another way is this:&lt;/P&gt;

&lt;P&gt;sourcetype=typ1 | eval Number = Number1 | join type=outer Number [search sourcetype= type2 | eval Number = Number2] |search NOT sourcetype = type2&lt;/P&gt;

&lt;P&gt;Greetings&lt;BR /&gt;
C_Sparn&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2014 13:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-with-getting-all-non-matching-events-with-outer-join/m-p/169554#M48468</guid>
      <dc:creator>C_Sparn</dc:creator>
      <dc:date>2014-05-19T13:49:39Z</dc:date>
    </item>
  </channel>
</rss>

