21 Jun 2018 07:26 AM - last edited on 09 Dec 2021 12:39 PM by MaciejNeumann
Hi,
Could you tell me how we can disable getting all of the database statements?
Is it possible to do that?
Our customer wants to do that for security purpose.
We have already know that what personal data is captured.
https://www.dynatrace.com/support/help/data-priva...
But they need the information.
Best Regards,
Noah Kobayashi
Solved! Go to Solution.
21 Jun 2018 01:13 PM
No sensitive data is captured in database statements and there is no ability to capture them. They are just in form of "prepared statements" with all actual data stripped. You can just see table, column or procedure names.
With disabling database requests monitoring you will miss important parts of the application landscape.
If this is still considered sensitive, I believe Dynatrace support can turn off capturing requests (e.g. disabling instrumentation for code accessing database) for a particular process / process group.
Anyway, I would strongly recommend not to disable it. You can try to disable access to the entities with managed zones, but depending on your application it may be difficult as you can't use the NOT operator - so you define object users will have access to and not objects the user is not allowed.