<?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: Masking sensitive information from event in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519678#M87863</link>
    <description>Recall that btool shows the configuration on disk. Did you restart Splunk after changing the config files?</description>
    <pubDate>Tue, 15 Sep 2020 12:48:07 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-09-15T12:48:07Z</dc:date>
    <item>
      <title>Masking sensitive information from event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519664#M87857</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Hi,&lt;/SPAN&gt;I am trying to remove some of the sensitive information to be indexed by Splunk.&lt;/P&gt;&lt;P&gt;But these configurations are not working ,even after getting the configuration reflected over btool and validating the regex over SPL.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyone can assist?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;[o365:management:activity]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;TRANSFORMS-anonymize = info-anonymizer&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;KV_MODE = json&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;TRUNCATE = 10485760&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;[info-anonymizer]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;DEST_KEY = _raw&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FORMAT = $1$2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;REGEX = (.*\"SensitiveInformationDetections\"\:\s\{)\"DetectedValues\"\:\s\[.*\]\,\s(\"ResultsTruncated\"\:.*)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have already Validated regex over SPL, It is working fine.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;|regex _raw="(.*\"SensitiveInformationDetections\"\:\s\{)\"DetectedValues\"\:\s\[.*\]\,\s(\"ResultsTruncated\"\:.*)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;|rex field=_raw "(?&amp;lt;before&amp;gt;.*\"SensitiveInformationDetections\"\:\s\{)\"DetectedValues\"\:\s\[.*\]\,\s(?&amp;lt;after&amp;gt;\"ResultsTruncated\"\:.*)"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;|eval _raw=before+""+after&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 11:36:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519664#M87857</guid>
      <dc:creator>payal4296</dc:creator>
      <dc:date>2020-09-15T11:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Masking sensitive information from event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519678#M87863</link>
      <description>Recall that btool shows the configuration on disk. Did you restart Splunk after changing the config files?</description>
      <pubDate>Tue, 15 Sep 2020 12:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519678#M87863</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-15T12:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Masking sensitive information from event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519711#M87873</link>
      <description>&lt;P&gt;Yes have restarted the splunk service after applying changes to the conf files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually it did worked on Friday ,the day changes were applied but it is not working after that .&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519711#M87873</guid>
      <dc:creator>payal4296</dc:creator>
      <dc:date>2020-09-15T14:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Masking sensitive information from event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519728#M87877</link>
      <description>&lt;P&gt;So the key is to find out what changed since Friday.&amp;nbsp; Use btool to verify the configuration is still in place on your indexers/heavy forwarders.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:47:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519728#M87877</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-15T14:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Masking sensitive information from event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519742#M87880</link>
      <description>&lt;P&gt;But nothing have changed, the configurations are same in btool.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 15:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519742#M87880</guid>
      <dc:creator>payal4296</dc:creator>
      <dc:date>2020-09-15T15:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Masking sensitive information from event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519755#M87884</link>
      <description>&lt;P&gt;Something must be different.&amp;nbsp; If not the configuration then something else.&amp;nbsp; Could the format of the data have changed since Friday?&amp;nbsp; Perhaps a change was made on the source over the weekend.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 16:40:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Masking-sensitive-information-from-event/m-p/519755#M87884</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-15T16:40:05Z</dc:date>
    </item>
  </channel>
</rss>

