<?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: Search is returning unwanted data. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354503#M174633</link>
    <description>&lt;P&gt;@cmerriman - I believe you are missing a close paren in the splunk 6.6 example.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2017 14:27:33 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2017-06-15T14:27:33Z</dc:date>
    <item>
      <title>Search is returning unwanted data.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354500#M174630</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=myindex server="server1234" OR "server1235" OR "server1236" OR "server1237" OR "server1238" | stats count(_raw) by server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;results:&lt;BR /&gt;
server1234 &lt;BR /&gt;
server123456    &amp;lt;----- why am I getting this?&lt;BR /&gt;
server1235&lt;BR /&gt;
server1236&lt;BR /&gt;
server1237&lt;BR /&gt;
server1238&lt;BR /&gt;
server12347    &amp;lt;----- why am I getting this?&lt;BR /&gt;
server12348    &amp;lt;----- why am I getting this?&lt;BR /&gt;
server123890     &amp;lt;----- why am I getting this?&lt;/P&gt;

&lt;P&gt;How do I only get in return what I asked for? Thanks in advanced.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 13:43:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354500#M174630</guid>
      <dc:creator>jsven7</dc:creator>
      <dc:date>2017-06-15T13:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Search is returning unwanted data.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354501#M174631</link>
      <description>&lt;P&gt;those are open strings. try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex server="server1234" OR server="server1235" OR server="server1236" OR server="server1237" OR server="server1238" | stats count(_raw) by server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or if you have splunk 6.6:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex server IN ("server1234" ,"server1235","server1236", "server1237", "server1238") | stats count(_raw) by server
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Jun 2017 13:55:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354501#M174631</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-06-15T13:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search is returning unwanted data.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354502#M174632</link>
      <description>&lt;P&gt;I see. thank you sir.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 14:15:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354502#M174632</guid>
      <dc:creator>jsven7</dc:creator>
      <dc:date>2017-06-15T14:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search is returning unwanted data.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354503#M174633</link>
      <description>&lt;P&gt;@cmerriman - I believe you are missing a close paren in the splunk 6.6 example.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 14:27:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354503#M174633</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-06-15T14:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search is returning unwanted data.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354504#M174634</link>
      <description>&lt;P&gt;thanks @DalJeanis . i was missing a quote too...just have really hit backspace on accident a few times.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 14:37:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354504#M174634</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-06-15T14:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search is returning unwanted data.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354505#M174635</link>
      <description>&lt;P&gt;i don't see that.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 14:38:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354505#M174635</guid>
      <dc:creator>jsven7</dc:creator>
      <dc:date>2017-06-15T14:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Search is returning unwanted data.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354506#M174636</link>
      <description>&lt;P&gt;oh you must've edited it before I saw.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 14:41:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-is-returning-unwanted-data/m-p/354506#M174636</guid>
      <dc:creator>jsven7</dc:creator>
      <dc:date>2017-06-15T14:41:38Z</dc:date>
    </item>
  </channel>
</rss>

