<?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: Unwanted masking of user name in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249442#M189247</link>
    <description>&lt;P&gt;Thank you. Yes, that fooled me once but somesoni2 straightened me in one of his earlier replies.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2016 20:45:14 GMT</pubDate>
    <dc:creator>_smp_</dc:creator>
    <dc:date>2016-03-16T20:45:14Z</dc:date>
    <item>
      <title>Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249431#M189236</link>
      <description>&lt;P&gt;Hello, new Splunk user here. I have some syslog events that have a field automatically extracted named "user". In the top values of this field, one of the usernames is masked as &lt;CODE&gt;'*****'&lt;/CODE&gt;. But when I search for these events, the user name is clearly shown in the actual event data. It is also masked in the top 10. I have searched my config files for the string &lt;CODE&gt;'*****'&lt;/CODE&gt; looking for some anonymize logic, but I can't find any. Can someone help me figure out where to look?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 21:26:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249431#M189236</guid>
      <dc:creator>_smp_</dc:creator>
      <dc:date>2016-03-15T21:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249432#M189237</link>
      <description>&lt;P&gt;One potential source would be a calculated field, check Settings -&amp;gt; Fields -&amp;gt; Calculated Fields for one overwriting &lt;CODE&gt;user&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 21:56:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249432#M189237</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-15T21:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249433#M189238</link>
      <description>&lt;P&gt;When you say "when I search for these events, the user name is clearly shown in the actual event data.", what search you used? Can you try like this and see if they are actually masked.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search without user filter | regex user="\*\*\*\*\*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you see the masked values in raw data then the masking logic is implemented/configured on Indexers/Heavy forwarders.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 21:58:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249433#M189238</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-15T21:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249434#M189239</link>
      <description>&lt;P&gt;Thanks or the reply. I did not find any.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 12:19:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249434#M189239</guid>
      <dc:creator>_smp_</dc:creator>
      <dc:date>2016-03-16T12:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249435#M189240</link>
      <description>&lt;P&gt;Haha, joke's on me. I was just clicking on the "**&lt;STRONG&gt;&lt;EM&gt;" user in the Top 10 Values, which adds the filter `user="&lt;/EM&gt;&lt;/STRONG&gt;**"` to the search string. When I escape the asterisks, I get zero results.&lt;/P&gt;

&lt;P&gt;So I think that explains why I see other users in the search results - because I'm a newbie. But it's still not clear why a user with that name shows up in the Top 10 Values.&lt;/P&gt;

&lt;P&gt;Thanks for the response.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 12:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249435#M189240</guid>
      <dc:creator>_smp_</dc:creator>
      <dc:date>2016-03-16T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249436#M189241</link>
      <description>&lt;P&gt;The top list is based on occurrence of the field, so it could very well be that you've more user values masked then any other single user.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 14:12:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249436#M189241</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-16T14:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249437#M189242</link>
      <description>&lt;P&gt;I'm not quite sure what means. When I search for 'regex user="*****"', I get no results, so to me that means the mask is not in the actual event data. So how do I figure out where Splunk is masking it for me? Or maybe I misunderstood your point.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 14:27:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249437#M189242</guid>
      <dc:creator>_smp_</dc:creator>
      <dc:date>2016-03-16T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249438#M189243</link>
      <description>&lt;P&gt;Without further information you may have configured at search time for some data to be anonymize.  This section of the Splunk Documentation speaks to it:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.3/Data/Anonymizedata"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.3/Data/Anonymizedata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 16:25:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249438#M189243</guid>
      <dc:creator>dgrubb_splunk</dc:creator>
      <dc:date>2016-03-16T16:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249439#M189244</link>
      <description>&lt;P&gt;Can you try this as well, just to check if raw data has masking or not (check the number of asterisks)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search without user filter | where user="%*%"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;UPDATED&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search without user filter | where LIKE(user,"%*%")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Mar 2016 18:08:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249439#M189244</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-16T18:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249440#M189245</link>
      <description>&lt;P&gt;Keep in mind, there is no direct way to search for a literal asterisk. You'll need to work around this, for example with the &lt;CODE&gt;regex&lt;/CODE&gt; command to filter search results with regular expressions.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 19:46:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249440#M189245</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-16T19:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249441#M189246</link>
      <description>&lt;P&gt;This search returns a list of events where the user value &lt;CODE&gt;"*****"&lt;/CODE&gt; is in the top 10 values:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=idx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This search returns nothing:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=idx | where user="%*****%"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Mar 2016 20:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249441#M189246</guid>
      <dc:creator>_smp_</dc:creator>
      <dc:date>2016-03-16T20:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249442#M189247</link>
      <description>&lt;P&gt;Thank you. Yes, that fooled me once but somesoni2 straightened me in one of his earlier replies.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 20:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249442#M189247</guid>
      <dc:creator>_smp_</dc:creator>
      <dc:date>2016-03-16T20:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249443#M189248</link>
      <description>&lt;P&gt;The percent signs suggest you're trying to do an SQL-style LIKE? If so, that'd work like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | where LIKE(user, "%*%")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Mar 2016 20:55:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249443#M189248</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-16T20:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249444#M189249</link>
      <description>&lt;P&gt;Only because that's the string somesoni2 asked me to use. It seemed odd to me, but I'm a newbie. The value of user that I see in the top ten is a set of five asterisks.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 21:08:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249444#M189249</guid>
      <dc:creator>_smp_</dc:creator>
      <dc:date>2016-03-16T21:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249445#M189250</link>
      <description>&lt;P&gt;My bad, not sure where my mind was. Martin's syntax is what you should use. &lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 21:34:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249445#M189250</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-16T21:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted masking of user name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249446#M189251</link>
      <description>&lt;P&gt;No problem, I appreciate your willingness to try and help. I realize this thread has gone beyond where it should, so I opened a support case yesterday. I'll post an update when I have one.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unwanted-masking-of-user-name/m-p/249446#M189251</guid>
      <dc:creator>_smp_</dc:creator>
      <dc:date>2016-03-17T13:07:25Z</dc:date>
    </item>
  </channel>
</rss>

