<?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: Mask SSN on forwarder/Indexer? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358115#M105902</link>
    <description>&lt;P&gt;On thge Indexer&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2017 14:22:13 GMT</pubDate>
    <dc:creator>Giggs</dc:creator>
    <dc:date>2017-09-26T14:22:13Z</dc:date>
    <item>
      <title>Mask SSN on forwarder/Indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358111#M105898</link>
      <description>&lt;P&gt;Tried this on both the Forwarder &amp;amp; indexer without success, what am i missing ?&lt;/P&gt;

&lt;P&gt;Log output  SignUpState='3.30' SSN='555555555' &lt;BR /&gt;
desired output SSN='xxxxxxxxx'. &lt;BR /&gt;
Tried this on both the Forwarder &amp;amp; indexer without success, what am i missing ?&lt;/P&gt;

&lt;P&gt;Props.conf&lt;BR /&gt;
[source:://e:\trs\log\accountweb\aw*.log]&lt;BR /&gt;
SEDCMD-SSN = s/SSN=\d{9})/SSN=xxxxxxxxx\1/g&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Props.conf&lt;BR /&gt;
[source:://e:\trs\log\accountweb\aw*.log]&lt;BR /&gt;
TRANSFORMS-anonymize = ssn-anonymizer, ssnlookup-anonymizer&lt;/P&gt;

&lt;P&gt;Transforms.conf:&lt;BR /&gt;
[ssn-anonymizer]&lt;BR /&gt;
REGEX = (?m)(^|)SSN=($|['])[0-9]{9}($|['])&lt;BR /&gt;
FORMAT = $1SSN=#########'$2&lt;BR /&gt;
DEST_KEY = _raw&lt;BR /&gt;
[ssnlookup-anonymizer]&lt;BR /&gt;
REGEX = (?m)(^|)SSNLookup=($|['])[0-9]{9}($|['])&lt;BR /&gt;
FORMAT = $1SSNLookup=#########'$2&lt;BR /&gt;
DEST_KEY = _raw&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:56:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358111#M105898</guid>
      <dc:creator>Giggs</dc:creator>
      <dc:date>2020-09-29T15:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mask SSN on forwarder/Indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358112#M105899</link>
      <description>&lt;P&gt;This:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source:://e:\trs\log\accountweb\aw*.log]
SEDCMD-SSN = s/SSN=\d{9})/SSN=xxxxxxxxx\1/g
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Should be this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source:://e:\trs\log\accountweb\aw*.log]
SEDCMD-SSN = s/SSN=\d{9}/SSN=xxxxxxxxx/g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Sep 2017 11:24:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358112#M105899</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-09-26T11:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mask SSN on forwarder/Indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358113#M105900</link>
      <description>&lt;P&gt;Tried this , but still not masking&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 13:49:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358113#M105900</guid>
      <dc:creator>Giggs</dc:creator>
      <dc:date>2017-09-26T13:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mask SSN on forwarder/Indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358114#M105901</link>
      <description>&lt;P&gt;It needs to be on s heavy forwarder or the indexers.  Where did you put it?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 13:59:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358114#M105901</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-09-26T13:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mask SSN on forwarder/Indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358115#M105902</link>
      <description>&lt;P&gt;On thge Indexer&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 14:22:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358115#M105902</guid>
      <dc:creator>Giggs</dc:creator>
      <dc:date>2017-09-26T14:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mask SSN on forwarder/Indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358116#M105903</link>
      <description>&lt;P&gt;Did you reload your data?  Will only apply to new data.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 20:41:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Mask-SSN-on-forwarder-Indexer/m-p/358116#M105903</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-09-26T20:41:24Z</dc:date>
    </item>
  </channel>
</rss>

