Option to filter(replace) sensitive SQL from alerts displayed/recorded
Similar regex functionality to how processes/queries can be excluded from an alert but to hide or better yet not record sensitive SQL/SQL fragments
10
votes
Nils
shared this idea
Daniel Rothig
responded
Good idea – thanks!
-
Alex Thomas commented
Queries can often contain specific user data (eg SELECT..WHERE name = 'Mr Me'). Tokenise the queries so that the user data is anonymised (for security) and then group by the tokenised SQL so that the same query but with different user data is correctly grouped. BTW Hope this isn't done already.