Hi team! We’re exploring ways to mask sensitive da...
# support
x
Hi team! We’re exploring ways to mask sensitive data, we wonder if we should and could do it within signoz framework. Our issue is we need to mask certain data (e.g. password, account number), while we will also try to mask them before logging, we wonder: • if signoz can work as a centralized place to have such masking function to work. For example, right before ingesting a log, can we have a function to process the message first • is there a good way to deal with history data? Or we need to update the DB ourselves. Thanks!
h
Have you tried adding processors on your collectors before they forward to the signoz ingestion collector? https://signoz.io/docs/logs-management/guides/pii-scrubbing/
x
I’ll give it a try, thank you!