<?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: How to make a search case-sensitive? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21921#M3664</link>
    <description>&lt;P&gt;Hmm, I don't think you can turn case sensitivity on in the general search, but you should be able to hack it with rex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;foo | rex "(?&amp;lt;uppercase&amp;gt;FOO)" | search uppercase=*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Jul 2010 21:15:42 GMT</pubDate>
    <dc:creator>ftk</dc:creator>
    <dc:date>2010-07-28T21:15:42Z</dc:date>
    <item>
      <title>How to make a search case-sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21920#M3663</link>
      <description>&lt;P&gt;How can I make a search case-sensitive?  That is to say, I search for the general term "FOO" and want to only match "FOO" in results, and not "foo"&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2010 21:05:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21920#M3663</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2010-07-28T21:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a search case-sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21921#M3664</link>
      <description>&lt;P&gt;Hmm, I don't think you can turn case sensitivity on in the general search, but you should be able to hack it with rex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;foo | rex "(?&amp;lt;uppercase&amp;gt;FOO)" | search uppercase=*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jul 2010 21:15:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21921#M3664</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-07-28T21:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a search case-sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21922#M3665</link>
      <description>&lt;P&gt;If the field is extracted:
&lt;A href="http://answers.splunk.com/questions/3485/can-i-make-field-values-case-sensitive" rel="nofollow"&gt;http://answers.splunk.com/questions/3485/can-i-make-field-values-case-sensitive&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;That thread also contains another technique if the field is not extracted.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2010 21:52:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21922#M3665</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2010-07-28T21:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a search case-sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21923#M3666</link>
      <description>&lt;P&gt;&lt;CODE&gt;CASE(foo)&lt;/CODE&gt; will only return events with "foo", but not "FOO" or "Foo".&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 02:19:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21923#M3666</guid>
      <dc:creator>cyue_splunk</dc:creator>
      <dc:date>2012-12-28T02:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a search case-sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21924#M3667</link>
      <description>&lt;P&gt;What Splunk's version are you using? Try it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| where field="FOO"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Jul 2014 12:08:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21924#M3667</guid>
      <dc:creator>Nikita_Danilov</dc:creator>
      <dc:date>2014-07-02T12:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a search case-sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21925#M3668</link>
      <description>&lt;P&gt;I want to perform a simple substring match that is case sensitive; for example find all occurrences of Test in a text file and ignore strings like test or test*.  If you try CASE(Test) it fails?  Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2014 18:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21925#M3668</guid>
      <dc:creator>jburman123</dc:creator>
      <dc:date>2014-07-29T18:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a search case-sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21926#M3669</link>
      <description>&lt;P&gt;I am using SPLUNK Enterprise 6.1, your suggestion of using | where field="FOO" fails&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2014 18:12:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21926#M3669</guid>
      <dc:creator>jburman123</dc:creator>
      <dc:date>2014-07-31T18:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a search case-sensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21927#M3670</link>
      <description>&lt;P&gt;and in a strange irony, the CASE command is case-sensitive&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 18:32:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-search-case-sensitive/m-p/21927#M3670</guid>
      <dc:creator>northben</dc:creator>
      <dc:date>2016-05-19T18:32:04Z</dc:date>
    </item>
  </channel>
</rss>

