Is it possible to log just part of the response body? #11360
Unanswered
ThiagoFigaro
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @ThiagoFigaro, I understand you are looking for something like Data Masking. If yes, here are two references: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im using loki-logger and need to generate statistics using some fields of my response body, but i cant save the whole content because of security/privacy reasons.
Is there any way of using the body-tranformer plugin olny for log purposes, just after the response is integrally delivered to the user?
Or even use regex to erase/replace the fields that i cannot save in loki?
Any ideas, apart of developing my own plugin? :-) tks!
Beta Was this translation helpful? Give feedback.
All reactions