Replies: 1 comment
-
|
You can implement And then specify either in the <decorator class="net.logstash.logback.mask.MaskingJsonGeneratorDecorator">
<fieldMasker class="your.custom.EncryptingFieldMasker"/>
<valueMasker class="your.custom.EncryptingValueMasker"/>
</decorator>https://github.com/logfellow/logstash-logback-encoder?tab=readme-ov-file#masking |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I was wondering if there was a simple way to be able to mask values using an encryption method as opposed to a plain text mask.
if not, how would i go about implementing such a feature?
Beta Was this translation helpful? Give feedback.
All reactions