<?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: Case Sensitive? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Case-Sensitive/m-p/108997#M28427</link>
    <description>&lt;P&gt;though, fwiw, you simply prefix a PCRE regular expression with &lt;CODE&gt;(?i)&lt;/CODE&gt; to make it case-insensitive.&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2011 00:13:51 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2011-05-27T00:13:51Z</dc:date>
    <item>
      <title>Case Sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Case-Sensitive/m-p/108995#M28425</link>
      <description>&lt;P&gt;Have a tested Regex I am trying to use to keep events. I ran it through some online regex checkers. When I run it through Splunk I am not getting my events. I think it is a case issue, how do I make this entire expression case insensitive?&lt;/P&gt;

&lt;P&gt;Props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[vippapp]
TRANSFORMS-vipp1=setnull,setparsingvipp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnull]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;[setparsingvipp]&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;REGEX = updating status for request \d* to \d|jvm appears hung: timed out waiting for signal from jvm
DEST_KEY = queue
FORMAT = vipp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2011 19:51:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Case-Sensitive/m-p/108995#M28425</guid>
      <dc:creator>dchodur</dc:creator>
      <dc:date>2011-05-26T19:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Case Sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Case-Sensitive/m-p/108996#M28426</link>
      <description>&lt;P&gt;dchodur,&lt;/P&gt;

&lt;P&gt;I think the main issue here is with your "setparsingvipp" transforms.conf stanza.  You are sending data to the "vipp" queue, which is not a valid Splunk queue.  Do you want this to go to the "parsingQueue" instead?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2011 22:19:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Case-Sensitive/m-p/108996#M28426</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2011-05-26T22:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Case Sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Case-Sensitive/m-p/108997#M28427</link>
      <description>&lt;P&gt;though, fwiw, you simply prefix a PCRE regular expression with &lt;CODE&gt;(?i)&lt;/CODE&gt; to make it case-insensitive.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2011 00:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Case-Sensitive/m-p/108997#M28427</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-05-27T00:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Case Sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Case-Sensitive/m-p/108998#M28428</link>
      <description>&lt;P&gt;hazekamp you were correct, need to send to the indexQueue and not the index name, Thanks! I misread how that was to be setup in the documenation. &lt;/P&gt;

&lt;P&gt;Here is what is working for me now. &lt;BR /&gt;
Props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mcvippapp]
TRANSFORMS-mcvipp1=setnull,setmcvipp

[pcvippapp]
TRANSFORMS-pcvipp1=setnull,setpcvipp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnull]
REGEX=.
DEST_KEY=queue
FORMAT=nullQueue

[setmcvipp]
REGEX=(?m)Updating status for request \d* to (3|4|5)$|JVM appears hung
DEST_KEY=queue
FORMAT=indexQueue

[setpcvipp]
REGEX=(?m)Updating status for the request id = \d* from (5|7) to (6|8)$|JVM appears hung
DEST_KEY=queue
FORMAT=indexQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Looks like I needed to use (?m) as well. Have not tried the (?i) yet. Thanks for the help. Hope this helps someone else. &lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2011 20:13:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Case-Sensitive/m-p/108998#M28428</guid>
      <dc:creator>dchodur</dc:creator>
      <dc:date>2011-05-31T20:13:34Z</dc:date>
    </item>
  </channel>
</rss>

