<?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 configure Splunk to parse uppercase field values and make them lowercase? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235790#M99057</link>
    <description>&lt;P&gt;Oh yeah, I get it.&lt;BR /&gt;
I've tested it and it worked.&lt;BR /&gt;
Thank you very much!!&lt;/P&gt;

&lt;P&gt;Have a good day or night.. haha&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2016 18:37:21 GMT</pubDate>
    <dc:creator>renanprado96</dc:creator>
    <dc:date>2016-06-30T18:37:21Z</dc:date>
    <item>
      <title>How to configure Splunk to parse uppercase field values and make them lowercase?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235786#M99053</link>
      <description>&lt;P&gt;I have an index that has some data entering written in uppercase and other data in lowercase, but they are about the same thing.&lt;/P&gt;

&lt;P&gt;Here is an example:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1529i4E81CC08EE0D2712/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;HOTMAIL.COM It is the same as hotmail.com&lt;/P&gt;

&lt;P&gt;I know the lower() function, but how to deal with this data before inserting them?&lt;/P&gt;

&lt;P&gt;I tried using in the file .props this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SEDCMD-upper2lower = s/[aA]/a/g s/[bB]/b/g s/[cC]/c/g s/[dD]/d/g s/[eE]/e/g s/[fF]/f/g s/[gG]/g/g s/[hH]/h/g s/[iI]/i/g s/j/[jJ]/g s/[kK]/k/g s/[lL]/l/g s/[mM]/m/g s/[nN]/n/g s/[oO]/o/g s/[pP]/p/g s/[qQ]/q/g s/[rR]/r/g s/[sS]/s/g s/[tT]/t/g s/[uU]/u/g s/[vV]/v/g s/[wW]/w/g s/[xX]/x/g s/[yY]/y/g s/[zZ]/z/g
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but could not make it work&lt;/P&gt;

&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 13:58:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235786#M99053</guid>
      <dc:creator>renanprado96</dc:creator>
      <dc:date>2016-06-30T13:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk to parse uppercase field values and make them lowercase?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235787#M99054</link>
      <description>&lt;P&gt;You should have made an update to your original answer instead of opening a new one.  In any case, the solution does work so you need to share the details of how you implemented it.  What is the full path for your &lt;CODE&gt;props.conf&lt;/CODE&gt; file?  Where did you put this file (what servers)? &lt;/P&gt;

&lt;P&gt;You need to put this on your indexers (unless you are using &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt;) and you need to restart all splunk instances there.  After that, the changes will only apply to data that is indexed after the restart (older events will not be effected).&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235787#M99054</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-30T14:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk to parse uppercase field values and make them lowercase?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235788#M99055</link>
      <description>&lt;P&gt;props.conf:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1527iBC3D07AE5C24D0FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;/P&gt;

&lt;P&gt;input.conf:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1528i38DDA001636A395E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;/P&gt;

&lt;P&gt;directory files:&lt;BR /&gt;
D:\Splunk\SplunkIn\dd&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 17:43:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235788#M99055</guid>
      <dc:creator>renanprado96</dc:creator>
      <dc:date>2016-06-30T17:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk to parse uppercase field values and make them lowercase?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235789#M99056</link>
      <description>&lt;P&gt;Ah, you &lt;EM&gt;are&lt;/EM&gt; using &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt;.  In that case, I would switch to using &lt;CODE&gt;calculated fields&lt;/CODE&gt; which would effect post-indexed data.  It should allow everything to work as you would expect but it will not change the raw data.  Try this in props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[digital2_csv]
EVAL-Dominio=lower(Dominio)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:16:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235789#M99056</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-30T18:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk to parse uppercase field values and make them lowercase?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235790#M99057</link>
      <description>&lt;P&gt;Oh yeah, I get it.&lt;BR /&gt;
I've tested it and it worked.&lt;BR /&gt;
Thank you very much!!&lt;/P&gt;

&lt;P&gt;Have a good day or night.. haha&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:37:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-parse-uppercase-field-values-and-make/m-p/235790#M99057</guid>
      <dc:creator>renanprado96</dc:creator>
      <dc:date>2016-06-30T18:37:21Z</dc:date>
    </item>
  </channel>
</rss>

