<?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: Data masking in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613591#M106175</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried both options , but nothing change in log.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2022 11:36:24 GMT</pubDate>
    <dc:creator>egcp</dc:creator>
    <dc:date>2022-09-19T11:36:24Z</dc:date>
    <item>
      <title>Could someone help me with Data Masking?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613560#M106168</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to mask dataat index time, can you please help ?&lt;/P&gt;
&lt;P&gt;First line is a result and second is what i would like to be.&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"authenticationValue":"AAcBBGJxFAAAAZZANIJZdQAAAAA=" Result&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"authenticationValue":"****************************"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 15:41:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613560#M106168</guid>
      <dc:creator>egcp</dc:creator>
      <dc:date>2022-09-19T15:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data masking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613564#M106169</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/69043"&gt;@egcp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can follow the instructions at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/Anonymizedata" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/Anonymizedata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You have two methods:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;using SEDCMD&lt;/LI&gt;&lt;LI&gt;using props.conf and transfroms.conf&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Using SEDCMD, you have to put in your props.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[your_sourcetype]
SEDCMD-xxx = s/"authenticationValue":"\w+"/"authenticationValue":"****************************"/g&lt;/LI-CODE&gt;&lt;P&gt;Using props.conf and transforms.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;props.conf:
[your_sourcetype]
TRANSFORMS-anonym,izer = session-anonymizer


transforms.conf:
[session-anonymizer]
REGEX = \"authenticationValue\":\"(\w+\)\"
FORMAT = \"authenticationValue\":\"(**********)\"
DEST_KEY = _raw&lt;/LI-CODE&gt;&lt;P&gt;there also some videos to teach about this topic in YouTube Splunk channel.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 08:00:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613564#M106169</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-19T08:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data masking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613591#M106175</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried both options , but nothing change in log.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 11:36:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613591#M106175</guid>
      <dc:creator>egcp</dc:creator>
      <dc:date>2022-09-19T11:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data masking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613594#M106176</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/69043"&gt;@egcp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the first check to perform is on the regex: use the "regex" command to check if the regex is correct&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_search&amp;gt;
| rex mode=sed "SEDCMD-xxx = s/"authenticationValue":"\w+"/"authenticationValue":"****************************"/g"&lt;/LI-CODE&gt;&lt;P&gt;then, where is this props.conf?&lt;/P&gt;&lt;P&gt;it must be located on the indexers or (if present) on Heavy Forwarders.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 12:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613594#M106176</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-19T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Could someone help me with Data Masking?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613751#M106213</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;props are properly placed.&lt;/P&gt;&lt;P&gt;In search also nothing is changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your&amp;nbsp; effort .&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 10:31:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-with-Data-Masking/m-p/613751#M106213</guid>
      <dc:creator>egcp</dc:creator>
      <dc:date>2022-09-20T10:31:57Z</dc:date>
    </item>
  </channel>
</rss>

