<?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 How find hosts that are missing a particular sourcetype in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-find-hosts-that-are-missing-a-particular-sourcetype/m-p/192213#M55266</link>
    <description>&lt;P&gt;My windows hosts should have 'WinEventLog:Security' and Script:InstalledUpdates.&lt;/P&gt;

&lt;P&gt;How can I search for hosts that have Script:InstalledUpdates but is missing 'WinEventLog:Security' ?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jan 2015 22:19:30 GMT</pubDate>
    <dc:creator>omgwut56k</dc:creator>
    <dc:date>2015-01-12T22:19:30Z</dc:date>
    <item>
      <title>How find hosts that are missing a particular sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-find-hosts-that-are-missing-a-particular-sourcetype/m-p/192213#M55266</link>
      <description>&lt;P&gt;My windows hosts should have 'WinEventLog:Security' and Script:InstalledUpdates.&lt;/P&gt;

&lt;P&gt;How can I search for hosts that have Script:InstalledUpdates but is missing 'WinEventLog:Security' ?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 22:19:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-find-hosts-that-are-missing-a-particular-sourcetype/m-p/192213#M55266</guid>
      <dc:creator>omgwut56k</dc:creator>
      <dc:date>2015-01-12T22:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: How find hosts that are missing a particular sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-find-hosts-that-are-missing-a-particular-sourcetype/m-p/192214#M55267</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats values(sourcetype) as sourcetypes where index=yourindex by host
| search sourcetypes="Script:InstalledUpdates" NOT sourcetypes="WinEventLog:Security"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Jan 2015 23:21:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-find-hosts-that-are-missing-a-particular-sourcetype/m-p/192214#M55267</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-01-12T23:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: How find hosts that are missing a particular sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-find-hosts-that-are-missing-a-particular-sourcetype/m-p/192215#M55268</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 14:11:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-find-hosts-that-are-missing-a-particular-sourcetype/m-p/192215#M55268</guid>
      <dc:creator>omgwut56k</dc:creator>
      <dc:date>2015-01-13T14:11:37Z</dc:date>
    </item>
  </channel>
</rss>

