Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
12-09-2019 07:29 AM - last edited on 12-09-2019 09:36 AM by Ryan.Paredez
We want to mask sensitive data that comes with URLs or Params to our services.
The Sensitive Data can be Found with regex.
This can come at any part of a url
for example:
http://server.com/endpoint/sensitiv/get
http://server.com/endpoint/get/sensitiv/
We want to add a rule that masks all the URLs with *
http://server.com/endpoint/sensitiv123/get --> BT /endpoint/***/get
http://server.com/endpoint/get/sensitiv456/ --> BT /endpoint/get/***
I found the documentation:
https://docs.appdynamics.com/display/PRO45/Filter+Sensitive+Data
But it is not working. Can you give an example of how it will work for the given examples?
Solved! Go to Solution.
12-11-2019 03:40 AM
It was told by Appd Support that this is not possible:
"If that is the case, then the sensitive data filter will not solve your purpose. Rather, you'll need to define custom Servlet BT detection rules based on the URI matching with a regular expression. Please refer to https://docs.appdynamics.com/display/PRO45/URI+Based+Entry+Points for more information on this."
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form