<?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 Masking email in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Masking-email/m-p/674282#M112858</link>
    <description>&lt;P&gt;i need to masking email on my data, i'm tring using transforms.com but&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[emailaddr-anonymizer]
REGEX = ([A-z0-9._%+-]+@[A-z0-9.-]+\.[A-z]{2,63})
FORMAT = ********@*********
DEST_KEY = _raw&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;if I do this the entire log is masked, however I want only the email to be masked,&lt;/P&gt;
&lt;P&gt;please can someone help me&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jan 2024 15:10:00 GMT</pubDate>
    <dc:creator>toporagno</dc:creator>
    <dc:date>2024-01-15T15:10:00Z</dc:date>
    <item>
      <title>Masking email</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Masking-email/m-p/674282#M112858</link>
      <description>&lt;P&gt;i need to masking email on my data, i'm tring using transforms.com but&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[emailaddr-anonymizer]
REGEX = ([A-z0-9._%+-]+@[A-z0-9.-]+\.[A-z]{2,63})
FORMAT = ********@*********
DEST_KEY = _raw&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;if I do this the entire log is masked, however I want only the email to be masked,&lt;/P&gt;
&lt;P&gt;please can someone help me&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 15:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Masking-email/m-p/674282#M112858</guid>
      <dc:creator>toporagno</dc:creator>
      <dc:date>2024-01-15T15:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Masking email</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Masking-email/m-p/674284#M112859</link>
      <description>&lt;P&gt;The easier way to mask data is with &lt;FONT face="courier new,courier"&gt;SEDCMD&lt;/FONT&gt; in props.conf.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SEDCMD-emailaddr-anonymizer = s/([A-z0-9\._%+-]+@[A-z0-9\.-]+\.[A-z]{2,63})/********@*********/g&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 15:49:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Masking-email/m-p/674284#M112859</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-01-15T15:49:15Z</dc:date>
    </item>
  </channel>
</rss>

