<?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: Regex help to mask data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614271#M106306</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I see now:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vishalduttauk_0-1663924492217.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21640iF137221B9389886B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vishalduttauk_0-1663924492217.png" alt="vishalduttauk_0-1663924492217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could something within the the props file that is causing issues?&lt;/P&gt;&lt;P&gt;This is what i have set up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[CRA_Consumer_Txt_data]&lt;BR /&gt;CHARSET = UTF-8&lt;BR /&gt;DATETIME_CONFIG = CURRENT&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;TRANSFORMS-anonymizer = session-anonymizer&lt;BR /&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;category = Custom&lt;BR /&gt;disabled = false&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;EXTRACT-close_date = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}(?&amp;lt;close_date&amp;gt;[0-9]{8})[0-9]{9}[0-9]{7}.{1}[0-9].{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-current_balance = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}(?&amp;lt;current_balance&amp;gt;[0-9]{7}).{1}[0-9].{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-status = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}[0-9]{7}.{1}(?&amp;lt;status&amp;gt;[0-9]).{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-flag = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}[0-9]{7}.{1}[0-9].{208}(?&amp;lt;flag&amp;gt;[ A-Z]).{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-dob = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}[0-9]{7}.{1}[0-9].{208}[ A-Z].{182}(?&amp;lt;dob&amp;gt;[0-9]{8}).{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-start_date = ^[0-9]{16}.{4}[0-9]{2}(?&amp;lt;start_date&amp;gt;[0-9]{8})[0-9]{8}[0-9]{9}[0-9]{7}.{1}[0-9].{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-payment_type = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}[0-9]{7}.{1}[0-9].{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}(?&amp;lt;payment_type&amp;gt;[0-9]{7}[A-Z])&lt;BR /&gt;EXTRACT-customer_information = ^[0-9]{16}.{249}(?&amp;lt;customer_information&amp;gt;.{174})&lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2022 09:16:55 GMT</pubDate>
    <dc:creator>vishalduttauk</dc:creator>
    <dc:date>2022-09-23T09:16:55Z</dc:date>
    <item>
      <title>Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/613908#M106252</link>
      <description>&lt;P&gt;I have to ingest some data so i've created a field called customer data and the regex works fine -&amp;nbsp;^[0-9]{16}.{249}(?&amp;lt;customer_information&amp;gt;.{174}).&lt;/P&gt;&lt;P&gt;As it contains PII data i need to mask it but keep the format of that event so the 174 characters within the customer_information field news to show as ####&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ive created this within the props.conf file but I can't get the data to be shown as ###. can you help?&lt;/P&gt;&lt;P&gt;[mask_customer_data]&lt;BR /&gt;DEST_KEY = _raw&lt;BR /&gt;REGEX = ^[0-9]{16}.{249}(?&amp;lt;customer_information&amp;gt;.{174})&lt;BR /&gt;FORMAT = $1CI##############################################################################################################################################################################&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 11:30:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/613908#M106252</guid>
      <dc:creator>vishalduttauk</dc:creator>
      <dc:date>2022-09-21T11:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/613911#M106255</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228513"&gt;@vishalduttauk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;your regex is to extract a field not to replace a part of an event with a masquerading string, you can find more information about data masking at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/Anonymizedata" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/Anonymizedata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;so please trysomething like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;props.conf:
[your_sourcetype]
TRANSFORMS-anonymizer = session-anonymizer


transforms.conf:
[session-anonymizer]
REGEX = ^[0-9]{16}.{249}(.{174})
FORMAT = ^[0-9]{16}.{249}(\*{174})
DEST_KEY = _raw&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 12:00:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/613911#M106255</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-21T12:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/613939#M106265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Giuseppe,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your reply. I updated the props.conf file and created the transforms.conf file as per your reply. I have tried uploading some sample data (csv) and this is what happens:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21589iA9AAD6204538B75E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 13:39:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/613939#M106265</guid>
      <dc:creator>vishalduttauk</dc:creator>
      <dc:date>2022-09-21T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/613950#M106266</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228513"&gt;@vishalduttauk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;REGEX = ^([0-9]{16}.{249})(.{174})
FORMAT = ^$1(\*{174})&lt;/LI-CODE&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 14:53:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/613950#M106266</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-21T14:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614041#M106276</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help so far but its not working yet. I have attached a sample record if that helps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vishalduttauk_0-1663832050748.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21598iC96DEEC8BC5A1568/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vishalduttauk_0-1663832050748.png" alt="vishalduttauk_0-1663832050748.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 07:34:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614041#M106276</guid>
      <dc:creator>vishalduttauk</dc:creator>
      <dc:date>2022-09-22T07:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614053#M106277</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228513"&gt;@vishalduttauk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you share a sample of your logs to mask (obviously renamed!).&lt;/P&gt;&lt;P&gt;ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 08:11:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614053#M106277</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-22T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614089#M106282</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I used the html editor to paste in an example and keep the format of the text:&lt;/P&gt;&lt;P&gt;0000440987654321 &amp;nbsp; &amp;nbsp;2901012001000000000002650380000767 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 000000 000000 00000000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VMr Vishal S Dutta &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;001 Street Road &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Town &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AA11AA &amp;nbsp;000000001011999 &amp;nbsp; 000000000 00000000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0000000M&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 10:47:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614089#M106282</guid>
      <dc:creator>vishalduttauk</dc:creator>
      <dc:date>2022-09-22T10:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614093#M106283</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228513"&gt;@vishalduttauk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand, you want as output:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;0000440987654321    2901012001000000000002650380000767 2                                                                                                                                                       000000 000000 00000000                                   ***********************************************************************************************************************************************************************&lt;/LI-CODE&gt;&lt;P&gt;is it correct?&lt;/P&gt;&lt;P&gt;In this case, please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;REGEX = ^((\d+\s+){6})(.*)
FORMAT = ^($1)(\*{174})&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 11:02:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614093#M106283</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-22T11:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614095#M106285</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the format:&lt;/P&gt;&lt;P&gt;0000440987654321 &amp;nbsp; &amp;nbsp;2901012001000000000002650380000767 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 000000 000000 00000000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M############################################################################################################################################################################# &amp;nbsp;000000001011999 &amp;nbsp; 000000000 00000000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0000000M&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 11:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614095#M106285</guid>
      <dc:creator>vishalduttauk</dc:creator>
      <dc:date>2022-09-22T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614109#M106286</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228513"&gt;@vishalduttauk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;REGEX = ^((\d+\s+){6})(.*)(\s+\d+\s+\d+\s+\d+\s+\w+)
FORMAT = ^($1)(\#{174})($3)&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 12:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614109#M106286</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-22T12:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614271#M106306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I see now:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vishalduttauk_0-1663924492217.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21640iF137221B9389886B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vishalduttauk_0-1663924492217.png" alt="vishalduttauk_0-1663924492217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could something within the the props file that is causing issues?&lt;/P&gt;&lt;P&gt;This is what i have set up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[CRA_Consumer_Txt_data]&lt;BR /&gt;CHARSET = UTF-8&lt;BR /&gt;DATETIME_CONFIG = CURRENT&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;TRANSFORMS-anonymizer = session-anonymizer&lt;BR /&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;category = Custom&lt;BR /&gt;disabled = false&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;EXTRACT-close_date = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}(?&amp;lt;close_date&amp;gt;[0-9]{8})[0-9]{9}[0-9]{7}.{1}[0-9].{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-current_balance = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}(?&amp;lt;current_balance&amp;gt;[0-9]{7}).{1}[0-9].{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-status = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}[0-9]{7}.{1}(?&amp;lt;status&amp;gt;[0-9]).{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-flag = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}[0-9]{7}.{1}[0-9].{208}(?&amp;lt;flag&amp;gt;[ A-Z]).{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-dob = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}[0-9]{7}.{1}[0-9].{208}[ A-Z].{182}(?&amp;lt;dob&amp;gt;[0-9]{8}).{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-start_date = ^[0-9]{16}.{4}[0-9]{2}(?&amp;lt;start_date&amp;gt;[0-9]{8})[0-9]{8}[0-9]{9}[0-9]{7}.{1}[0-9].{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}[0-9]{7}[A-Z]&lt;BR /&gt;EXTRACT-payment_type = ^[0-9]{16}.{4}[0-9]{2}[0-9]{8}[0-9]{8}[0-9]{9}[0-9]{7}.{1}[0-9].{208}[ A-Z].{182}[0-9]{8}.{13}[0-9]{8}.{26}(?&amp;lt;payment_type&amp;gt;[0-9]{7}[A-Z])&lt;BR /&gt;EXTRACT-customer_information = ^[0-9]{16}.{249}(?&amp;lt;customer_information&amp;gt;.{174})&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 09:16:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614271#M106306</guid>
      <dc:creator>vishalduttauk</dc:creator>
      <dc:date>2022-09-23T09:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help to mask data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614997#M106378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a solution which is the regex below. Thanks for your help though !&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;REGEX = (^[0-9]{16}.{249}).{174}(.+)&lt;/P&gt;&lt;P&gt;FORMAT = $1##############################################################################################################################################################################$2&lt;/P&gt;&lt;P&gt;DEST_KEY = _raw&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:47:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-help-to-mask-data/m-p/614997#M106378</guid>
      <dc:creator>vishalduttauk</dc:creator>
      <dc:date>2022-09-28T12:47:32Z</dc:date>
    </item>
  </channel>
</rss>

