<?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: How to return results from Search1 which are not present in Search2? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-return-results-from-Search1-which-are-not-present-in/m-p/284779#M86114</link>
    <description>&lt;P&gt;I've to eliminate UUID's from first query which are present in second query.&lt;BR /&gt;
With the given query I'm getting more records as expected.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2016 14:17:27 GMT</pubDate>
    <dc:creator>cvreddy</dc:creator>
    <dc:date>2016-06-01T14:17:27Z</dc:date>
    <item>
      <title>How to return results from Search1 which are not present in Search2?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-return-results-from-Search1-which-are-not-present-in/m-p/284777#M86112</link>
      <description>&lt;P&gt;I have two searches that will return common fields &lt;STRONG&gt;Event&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;UUID&lt;/STRONG&gt;.&lt;BR /&gt;
I have to get the results from the first search which are not present in the second search.&lt;/P&gt;

&lt;P&gt;Search 1:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;State="ConsumeMessageFromRabbitMQ" Action="Received-From-RabbitMQ-Server"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Search 2: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;State="SendEmail" Action="After-SendEmail"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can anyone provide the best search to find them?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-return-results-from-Search1-which-are-not-present-in/m-p/284777#M86112</guid>
      <dc:creator>cvreddy</dc:creator>
      <dc:date>2016-06-01T10:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to return results from Search1 which are not present in Search2?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-return-results-from-Search1-which-are-not-present-in/m-p/284778#M86113</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;State="ConsumeMessageFromRabbitMQ" Action="Received-From-RabbitMQ-Server" NOT [search State="SendEmail" Action="After-SendEmail" | dedup UUID | table UUID] | table Event UUID
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Jun 2016 12:38:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-return-results-from-Search1-which-are-not-present-in/m-p/284778#M86113</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-06-01T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to return results from Search1 which are not present in Search2?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-return-results-from-Search1-which-are-not-present-in/m-p/284779#M86114</link>
      <description>&lt;P&gt;I've to eliminate UUID's from first query which are present in second query.&lt;BR /&gt;
With the given query I'm getting more records as expected.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 14:17:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-return-results-from-Search1-which-are-not-present-in/m-p/284779#M86114</guid>
      <dc:creator>cvreddy</dc:creator>
      <dc:date>2016-06-01T14:17:27Z</dc:date>
    </item>
  </channel>
</rss>

