<?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: Add multiple device types to search string in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Add-multiple-device-types-to-search-string/m-p/197277#M56977</link>
    <description>&lt;P&gt;By default all filters (separated by space here) are using AND boolean expression. you can just add your devicetype string (if its not an extracted field) OR devicetype="valuehere" (if its an extracted field).&lt;/P&gt;</description>
    <pubDate>Wed, 27 Aug 2014 20:52:36 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-08-27T20:52:36Z</dc:date>
    <item>
      <title>Add multiple device types to search string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-multiple-device-types-to-search-string/m-p/197275#M56975</link>
      <description>&lt;P&gt;I want to add cer device type to the following string to search for both. Boolean expression?&lt;/P&gt;

&lt;P&gt;index=cisco cdnt* partial service&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2014 19:21:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-multiple-device-types-to-search-string/m-p/197275#M56975</guid>
      <dc:creator>fschiavo</dc:creator>
      <dc:date>2014-08-27T19:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple device types to search string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-multiple-device-types-to-search-string/m-p/197276#M56976</link>
      <description>&lt;P&gt;Yes, with implicit AND between all search terms. Examples;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=alice host=bob
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;will return no events. host cannot be both 'alice' and 'bob' at the same time.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(host=alice user=david) OR user=cecilia
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;will return all events from host 'alice' where user=david, and all events where user=cecilia, regardless of originiating host.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=sales price!=55
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;will return all events from the host 'sales', if the events contain the field 'price' and the value is not '55'.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=sales NOT price=55
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;will return all events from the host 'sales', that don't contain price=55, even events that do not have 'price' in them at all.&lt;/P&gt;

&lt;P&gt;and so on. See more in the docs.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/SearchTutorial/Aboutthesearchapp"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/SearchTutorial/Aboutthesearchapp&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2014 20:51:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-multiple-device-types-to-search-string/m-p/197276#M56976</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2014-08-27T20:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple device types to search string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-multiple-device-types-to-search-string/m-p/197277#M56977</link>
      <description>&lt;P&gt;By default all filters (separated by space here) are using AND boolean expression. you can just add your devicetype string (if its not an extracted field) OR devicetype="valuehere" (if its an extracted field).&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2014 20:52:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-multiple-device-types-to-search-string/m-p/197277#M56977</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-08-27T20:52:36Z</dc:date>
    </item>
  </channel>
</rss>

