<?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 find values that are not in a summary index in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-values-that-are-not-in-a-summary-index/m-p/485310#M135807</link>
    <description>&lt;P&gt;You can just use &lt;CODE&gt;| search NOT&lt;/CODE&gt; followed by a subsearch, e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;           | makeresults | eval Field=1
| append [ | makeresults |  eval Field=2 ]
| append [ | makeresults | eval Field=3 ]
| search NOT [ | makeresults | eval Field=2 ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or, in your case:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=sysmon Field1=*
| search NOT [ | search index=HASH256 | dedup Field1 | fields Field1 ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 23 Sep 2019 22:46:21 GMT</pubDate>
    <dc:creator>jacobpevans</dc:creator>
    <dc:date>2019-09-23T22:46:21Z</dc:date>
    <item>
      <title>How to find values that are not in a summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-values-that-are-not-in-a-summary-index/m-p/485309#M135806</link>
      <description>&lt;P&gt;Good day,&lt;BR /&gt;
I have sysmon information collected in an index called sysmon. I also have created a summary index "HASh256" of all hashes that are known to be good. &lt;/P&gt;

&lt;P&gt;I'd like to write a search that shows me all the events that the hash is not found in the summary index. I was planning to use the join command but seems to join only works when you want to include results from the main search and the subsearch. &lt;BR /&gt;
I want to &lt;STRONG&gt;&lt;EM&gt;exclude&lt;/EM&gt;&lt;/STRONG&gt; entries that are found in the subsearch.&lt;BR /&gt;
How can I achieve that?&lt;/P&gt;

&lt;P&gt;Appreciate any help.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 22:03:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-values-that-are-not-in-a-summary-index/m-p/485309#M135806</guid>
      <dc:creator>mpasha</dc:creator>
      <dc:date>2019-09-23T22:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to find values that are not in a summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-values-that-are-not-in-a-summary-index/m-p/485310#M135807</link>
      <description>&lt;P&gt;You can just use &lt;CODE&gt;| search NOT&lt;/CODE&gt; followed by a subsearch, e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;           | makeresults | eval Field=1
| append [ | makeresults |  eval Field=2 ]
| append [ | makeresults | eval Field=3 ]
| search NOT [ | makeresults | eval Field=2 ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or, in your case:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=sysmon Field1=*
| search NOT [ | search index=HASH256 | dedup Field1 | fields Field1 ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Sep 2019 22:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-values-that-are-not-in-a-summary-index/m-p/485310#M135807</guid>
      <dc:creator>jacobpevans</dc:creator>
      <dc:date>2019-09-23T22:46:21Z</dc:date>
    </item>
  </channel>
</rss>

