How to mask data on Graylog?

Hi Team

Actually, we have some sensitive data in logs and want to mask it.
Using Graylog appender, we are sending log data to graylog.
Can you please let me know how to mask sensitive log data on Graylog without putting a load on my application server.

Thanks
Srumith.

You can use Streams to restrict access to certain log messages to specific users or groups:
http://docs.graylog.org/en/2.3/pages/streams.html

Can I use extractors, which generally parse the log-data and modify the data in the required format?

Sure. Or use the processing pipelines.

ok fine, Thank you :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.