<?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: Can case_sensitive_match be applied globally? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425502#M74568</link>
    <description>&lt;P&gt;A thought here.. You could create a macro which "normalizes"  all your data. You then pass that macro in your query like this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=.. sourcetype=..
| `normalize_macro`
| lookup .. 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 29 Apr 2019 12:34:43 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2019-04-29T12:34:43Z</dc:date>
    <item>
      <title>Can case_sensitive_match be applied globally?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425499#M74565</link>
      <description>&lt;P&gt;Is there a "one-shot" way to make all current lookups case-insensitive &lt;EM&gt;and&lt;/EM&gt; ensure future ones are, too?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
case_sensitive_match = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;... in a /local/transforms.conf seems like the easiest way to do that, but is case_sensitive_match a global variable?  If not, is there another way to accomplish this without modifying all lookups individually now &lt;EM&gt;and&lt;/EM&gt; at creation time?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:14:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425499#M74565</guid>
      <dc:creator>cdoebert</dc:creator>
      <dc:date>2020-09-30T00:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can case_sensitive_match be applied globally?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425500#M74566</link>
      <description>&lt;P&gt;The case_sensitive_match attribute is NOT a global attribute. I don't see any easy way to set it up for all existing lookup definitions but if you're on Splunk 6.5 and above, you get the checkbox to enable/disable this while creating the lookup transform from Splunk Web UI.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:16:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425500#M74566</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-30T00:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can case_sensitive_match be applied globally?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425501#M74567</link>
      <description>&lt;P&gt;That's what I was afraid of; no way to override the global default.  Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 20:23:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425501#M74567</guid>
      <dc:creator>cdoebert</dc:creator>
      <dc:date>2019-04-25T20:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can case_sensitive_match be applied globally?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425502#M74568</link>
      <description>&lt;P&gt;A thought here.. You could create a macro which "normalizes"  all your data. You then pass that macro in your query like this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=.. sourcetype=..
| `normalize_macro`
| lookup .. 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:34:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425502#M74568</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2019-04-29T12:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can case_sensitive_match be applied globally?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425503#M74569</link>
      <description>&lt;P&gt;If you set case_sensitive_match = false in the [default] stanza of $SPLUNK_HOME/etc/system/local/transforms.conf then yes, it will become global.&lt;/P&gt;

&lt;P&gt;The system local directory has the highest precedence and will override settings encountered elsewhere (app default, app local, etc).&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:18:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-case-sensitive-match-be-applied-globally/m-p/425503#M74569</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-09-30T00:18:59Z</dc:date>
    </item>
  </channel>
</rss>

