07 Feb 2020 03:49 PM - last edited on 15 Jul 2022 10:23 AM by MaciejNeumann
Hi,
Is it possible to mask sensitive data from PurePath URIs? So in the below example, let's pretend "ConfigurationService" is sensitive data and I don't want to see it, at all. Can I:
1. Mark it somehow as sensitive data, so that it requires the "view sensitive request data" rights to view?
2. Not capture the data at all?
Solved! Go to Solution.
07 Feb 2020 10:11 PM
In general there are privacy settings in dynatrace that can mask some stuff in uris, but not like that. This is related for example to card numbers and other sensitive data that can be matched via RegEx.
In this example you will not be able to remove this information from uris, you can only disable catching those transactions at all which is not good idea. I have some problems in this area as well, because build in mechanism for uris masking are not enough for me and my clients. For now I think you can only start product idea or find existing one.
Sebastian
10 Feb 2020 07:25 AM
Thanks Sebastian. This is what I expected, since I couldn't find any way to mask that data, but always good to double-check over here at the forums.
08 Apr 2021 01:56 PM
Hi,
The link is for RUM data i.e. user actions coming from the end-user's browser. The question was about PurePaths, which are monitored by OneAgent on the server side.