<?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 Search to filter data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-to-filter-data/m-p/474008#M133358</link>
    <description>&lt;P&gt;Hi, Can I write my search as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=idx1 host != (a,b,c) | stats count by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The thing is I want to filter some of the hosts in the count.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2019 20:00:34 GMT</pubDate>
    <dc:creator>raghu0463</dc:creator>
    <dc:date>2019-10-31T20:00:34Z</dc:date>
    <item>
      <title>Search to filter data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-to-filter-data/m-p/474008#M133358</link>
      <description>&lt;P&gt;Hi, Can I write my search as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=idx1 host != (a,b,c) | stats count by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The thing is I want to filter some of the hosts in the count.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 20:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-to-filter-data/m-p/474008#M133358</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2019-10-31T20:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search to filter data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-to-filter-data/m-p/474009#M133359</link>
      <description>&lt;P&gt;You can do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="idx1" AND NOT host IN("a","b","c")
| stats count by host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Oct 2019 20:53:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-to-filter-data/m-p/474009#M133359</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-31T20:53:56Z</dc:date>
    </item>
  </channel>
</rss>

