<?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 Search only for full match letter case in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242454#M72129</link>
    <description>&lt;P&gt;Hello all, &lt;BR /&gt;
I have a next case.&lt;BR /&gt;
In one of my index i have a data on Russian language, and if i want start search something i must know accurate name. &lt;BR /&gt;
Search is case-sensitive letters.&lt;BR /&gt;
For example if in log we have a word Сессия and in search request we write index="index_name" "сессия" - we haven't anything in result. &lt;/P&gt;

&lt;P&gt;Maybe anybody know  solution to this problem.&lt;BR /&gt;
Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2016 11:34:05 GMT</pubDate>
    <dc:creator>templier</dc:creator>
    <dc:date>2016-07-01T11:34:05Z</dc:date>
    <item>
      <title>Search only for full match letter case</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242454#M72129</link>
      <description>&lt;P&gt;Hello all, &lt;BR /&gt;
I have a next case.&lt;BR /&gt;
In one of my index i have a data on Russian language, and if i want start search something i must know accurate name. &lt;BR /&gt;
Search is case-sensitive letters.&lt;BR /&gt;
For example if in log we have a word Сессия and in search request we write index="index_name" "сессия" - we haven't anything in result. &lt;/P&gt;

&lt;P&gt;Maybe anybody know  solution to this problem.&lt;BR /&gt;
Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 11:34:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242454#M72129</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2016-07-01T11:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search only for full match letter case</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242455#M72130</link>
      <description>&lt;P&gt;The base search in splunk is always case-insensitive.  To make it case-sensitive, use the &lt;CODE&gt;CASE&lt;/CODE&gt; operator like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="index_name" CASE(сессия)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Search"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Search&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This search should be case-insensitive:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="index_name" сессия
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If it is not matching, it is because of the extra double-quotes you used.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 12:36:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242455#M72130</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-01T12:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Search only for full match letter case</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242456#M72131</link>
      <description>&lt;P&gt;With information on the link is not yet time to read, but test what you write me,&lt;/P&gt;

&lt;P&gt;index="index_name" *ессия - i have a 40 strings in result.&lt;BR /&gt;
index="index_name" cессия - i have a 7 strings in result.&lt;BR /&gt;
index="index_name" Cессия - i have a 33 strings in result.&lt;/P&gt;

&lt;P&gt;If i try index="index_name" CASE(сессия) - i have 7 string in result.&lt;/P&gt;

&lt;P&gt;And i want have all 40 string when i use something like index="index_name" cессия&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:07:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242456#M72131</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2020-09-29T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search only for full match letter case</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242457#M72132</link>
      <description>&lt;P&gt;Your problem is &lt;CODE&gt;segmenting&lt;/CODE&gt; and the non-segmenting characters that are surrounding your string.  The bottom line is that you need to use the asterisk wildcard (probably on both ends).  Read more about it here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Segmentersconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Segmentersconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 13:24:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242457#M72132</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-01T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search only for full match letter case</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242458#M72133</link>
      <description>&lt;P&gt;Ok, i understand.&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 10:33:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242458#M72133</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2016-07-04T10:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Search only for full match letter case</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242459#M72134</link>
      <description>&lt;P&gt;Thank you.  I've been searching all morning for case related to upper and lower case letters, not the case statement.&lt;/P&gt;

&lt;P&gt;I'm looking for a generic account named 'devops' and I get results for the directory named 'DevOps'.  This weeded out the unwanted results.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:21:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-only-for-full-match-letter-case/m-p/242459#M72134</guid>
      <dc:creator>StillJeff</dc:creator>
      <dc:date>2017-10-27T14:21:43Z</dc:date>
    </item>
  </channel>
</rss>

