<?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 write a search to only return hosts that are not sending WinEventLog:Security events? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-only-return-hosts-that-are-not-sending/m-p/230444#M68315</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;|tstats count WHERE index=wineventlog groupby host sourcetype | chart sum(count) over host by sourcetype | addtotals  | search Total&amp;gt;0 NOT WinEventLog:Security&amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I had to use the &lt;CODE&gt;NOT WinEventLog:Security&amp;gt;1&lt;/CODE&gt; as &lt;CODE&gt;isnull&lt;/CODE&gt; and &lt;CODE&gt;=0&lt;/CODE&gt;, &lt;CODE&gt;="0"&lt;/CODE&gt;, and &lt;CODE&gt;&amp;lt;1&lt;/CODE&gt; all did not work.&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 22:26:03 GMT</pubDate>
    <dc:creator>willamwar</dc:creator>
    <dc:date>2016-05-03T22:26:03Z</dc:date>
    <item>
      <title>How to write a search to only return hosts that are not sending WinEventLog:Security events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-only-return-hosts-that-are-not-sending/m-p/230443#M68314</link>
      <description>&lt;P&gt;I want to get a list of all hosts not sending "WinEventLog:Security".&lt;BR /&gt;&lt;BR /&gt;
So &lt;CODE&gt;index=wineventlog&lt;/CODE&gt;, get list of hosts, remove any that have reported "WinEventLog:Security"&lt;/P&gt;

&lt;P&gt;How can I do this?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 22:25:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-only-return-hosts-that-are-not-sending/m-p/230443#M68314</guid>
      <dc:creator>willamwar</dc:creator>
      <dc:date>2016-05-03T22:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search to only return hosts that are not sending WinEventLog:Security events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-only-return-hosts-that-are-not-sending/m-p/230444#M68315</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;|tstats count WHERE index=wineventlog groupby host sourcetype | chart sum(count) over host by sourcetype | addtotals  | search Total&amp;gt;0 NOT WinEventLog:Security&amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I had to use the &lt;CODE&gt;NOT WinEventLog:Security&amp;gt;1&lt;/CODE&gt; as &lt;CODE&gt;isnull&lt;/CODE&gt; and &lt;CODE&gt;=0&lt;/CODE&gt;, &lt;CODE&gt;="0"&lt;/CODE&gt;, and &lt;CODE&gt;&amp;lt;1&lt;/CODE&gt; all did not work.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 22:26:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-only-return-hosts-that-are-not-sending/m-p/230444#M68315</guid>
      <dc:creator>willamwar</dc:creator>
      <dc:date>2016-05-03T22:26:03Z</dc:date>
    </item>
  </channel>
</rss>

