<?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 ignore case sensitive input in lookup files? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296764#M161597</link>
    <description>&lt;P&gt;Yes, in the transforms.conf where the lookup is defined, you can do this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[yourlookuptable]
case_sensitive_match = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;EDIT: This is no longer true: There is no way to set this from the Splunk user interface.&lt;BR /&gt;
In Splunk 7.0, the transforms.conf setting now appears in the user interface.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2017 00:58:53 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2017-03-29T00:58:53Z</dc:date>
    <item>
      <title>How to ignore case sensitive input in lookup files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296763#M161596</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have created a lookup file with the 10 rows in my splunk search. But while i'm using the lookup facing lot of challenges. I mentioned the inputs in CAPS. Though Inputs are not in CAPs always, Example:&lt;/P&gt;

&lt;P&gt;I have a lookup like below:&lt;/P&gt;

&lt;P&gt;flavor, color&lt;BR /&gt;
Chocolate, BROWN&lt;BR /&gt;
Vanila,WHITE&lt;BR /&gt;
Oreo,BLACK&lt;/P&gt;

&lt;P&gt;I defined the color in CAPS, Sometimes we are logging the color in Small letters as Brown,brown.&lt;/P&gt;

&lt;P&gt;Is there any way to ignore the case in lookupfile&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 21:40:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296763#M161596</guid>
      <dc:creator>greeshmak</dc:creator>
      <dc:date>2017-03-28T21:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore case sensitive input in lookup files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296764#M161597</link>
      <description>&lt;P&gt;Yes, in the transforms.conf where the lookup is defined, you can do this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[yourlookuptable]
case_sensitive_match = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;EDIT: This is no longer true: There is no way to set this from the Splunk user interface.&lt;BR /&gt;
In Splunk 7.0, the transforms.conf setting now appears in the user interface.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 00:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296764#M161597</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2017-03-29T00:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore case sensitive input in lookup files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296765#M161598</link>
      <description>&lt;P&gt;While its true you can't ignore case in a lookup as part of a search, you can use the eval command and set all the values of a given field to lower (or upper) case.&lt;BR /&gt;
I agree that the "right" way to do is to edit the transforms so that the lookup is case insensitive like 'normal' searches.&lt;/P&gt;

&lt;P&gt;Reference:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/SearchReference/Eval#3._Convert_values_to_lowercase"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/SearchReference/Eval#3._Convert_values_to_lowercase&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 04:01:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296765#M161598</guid>
      <dc:creator>mtranchita</dc:creator>
      <dc:date>2017-03-29T04:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore case sensitive input in lookup files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296766#M161599</link>
      <description>&lt;P&gt;Recent versions of Splunk allow the setting to be changed through the Web UI.  Click "Settings" &amp;gt; "Lookups" &amp;gt; "Lookup definitions" and  find the look up you would like to modify.  Check "advanced options" and either check or uncheck "Case sensitive match" depending on your preference. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 22:14:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296766#M161599</guid>
      <dc:creator>bschaap</dc:creator>
      <dc:date>2017-09-12T22:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore case sensitive input in lookup files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296767#M161600</link>
      <description>&lt;P&gt;Is this option still available?&lt;BR /&gt;
I am using 7.1.2. and there is no such GUI option&lt;BR /&gt;
This option needs to be set in the config file, which is not very optimal when someone opens and saves it and accidently removes it&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 09:42:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296767#M161600</guid>
      <dc:creator>mathiask</dc:creator>
      <dc:date>2018-08-30T09:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore case sensitive input in lookup files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296768#M161601</link>
      <description>&lt;P&gt;hi @mathiask&lt;/P&gt;

&lt;P&gt;am using &lt;STRONG&gt;splunk 7.1.1&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;It is available that option&lt;/P&gt;

&lt;P&gt;click on your lookup file than one check box will appear with name of &lt;CODE&gt;advanced options&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 09:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296768#M161601</guid>
      <dc:creator>harishalipaka</dc:creator>
      <dc:date>2018-08-30T09:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore case sensitive input in lookup files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296769#M161602</link>
      <description>&lt;P&gt;Thanks.&lt;BR /&gt;
- apparently it seems that this option is available for lookup files&lt;BR /&gt;
- but is not available for KV store lookups&lt;/P&gt;

&lt;P&gt;@lguinn&lt;BR /&gt;
is this working as intended or just a minor oversight?&lt;BR /&gt;
since it is possible to set this in the config file for KV store lookups.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 11:00:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296769#M161602</guid>
      <dc:creator>mathiask</dc:creator>
      <dc:date>2018-08-30T11:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore case sensitive input in lookup files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296770#M161603</link>
      <description>&lt;P&gt;i think it doesnt work. I still have to change the case to match the lookup field values.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 19:48:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-case-sensitive-input-in-lookup-files/m-p/296770#M161603</guid>
      <dc:creator>macadminrohit</dc:creator>
      <dc:date>2019-05-29T19:48:20Z</dc:date>
    </item>
  </channel>
</rss>

