<?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: Using multiple REGEX in a single search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174879#M50181</link>
    <description>&lt;P&gt;You should be able to just put this in a single regex using the regex OR operator:&lt;/P&gt;

&lt;P&gt;"VDL2PortPropSet.* : Failure|Vpxa.*Copied|opswitch.+ Failed to find netstack 'opswitch'"&lt;/P&gt;

&lt;P&gt;I'll test this when I get to a system, but in the meantime give this a shot&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2015 23:16:28 GMT</pubDate>
    <dc:creator>rkent</dc:creator>
    <dc:date>2015-06-24T23:16:28Z</dc:date>
    <item>
      <title>Using multiple REGEX in a single search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174878#M50180</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to use multiple REGEX in OR condition in a single search. For Ex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;REGEX 1: "VDL2PortPropSet.* : Failure" OR 
REGEX 2: "Vpxa.*Copied"  OR 
REGEX 3: "opswitch.+ Failed to find netstack 'opswitch'"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I achieve this? Sorry if my question is repeated.&lt;BR /&gt;
Please help.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:12:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174878#M50180</guid>
      <dc:creator>shrirangphadke</dc:creator>
      <dc:date>2015-06-24T23:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple REGEX in a single search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174879#M50181</link>
      <description>&lt;P&gt;You should be able to just put this in a single regex using the regex OR operator:&lt;/P&gt;

&lt;P&gt;"VDL2PortPropSet.* : Failure|Vpxa.*Copied|opswitch.+ Failed to find netstack 'opswitch'"&lt;/P&gt;

&lt;P&gt;I'll test this when I get to a system, but in the meantime give this a shot&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:16:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174879#M50181</guid>
      <dc:creator>rkent</dc:creator>
      <dc:date>2015-06-24T23:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple REGEX in a single search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174880#M50182</link>
      <description>&lt;P&gt;For these simple examples you might even be fine without &lt;CODE&gt;regex&lt;/CODE&gt; at all to speed up the search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo sourcetype=bar ("VDL2PortPropSet* : Failure" OR "Vpxa*Copied"  OR "opswitch* Failed to find netstack 'opswitch'") | rest of the search pipeline
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174880#M50182</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-06-24T23:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple REGEX in a single search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174881#M50183</link>
      <description>&lt;P&gt;Hi  martin_mueller,&lt;/P&gt;

&lt;P&gt;Thanks for your answer. This kind of search did not work for me. Is it supported from Splunk version 6.2.1? I am using 6.1.8&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:43:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174881#M50183</guid>
      <dc:creator>shrirangphadke</dc:creator>
      <dc:date>2015-06-24T23:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple REGEX in a single search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174882#M50184</link>
      <description>&lt;P&gt;It worked ! Thank you very much&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:49:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174882#M50184</guid>
      <dc:creator>shrirangphadke</dc:creator>
      <dc:date>2015-06-24T23:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple REGEX in a single search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174883#M50185</link>
      <description>&lt;P&gt;Wildcard searches have been part of Splunk since forever.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:59:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174883#M50185</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-06-24T23:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple REGEX in a single search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174884#M50186</link>
      <description>&lt;P&gt;Okey, that kind of search didn't work for me! Strange&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 00:02:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174884#M50186</guid>
      <dc:creator>shrirangphadke</dc:creator>
      <dc:date>2015-06-25T00:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple REGEX in a single search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174885#M50187</link>
      <description>&lt;P&gt;You're absolutely welcome&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 00:44:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-multiple-REGEX-in-a-single-search/m-p/174885#M50187</guid>
      <dc:creator>rkent</dc:creator>
      <dc:date>2015-06-25T00:44:20Z</dc:date>
    </item>
  </channel>
</rss>

