Fluentd filter plugin to mask sql literals.
This plugin allows to masking sql literals which may be contain sensitive data.
$ gem install fluent-plugin-sql-mask
Add following line to your Gemfile:
gem "fluent-plugin-sql-mask"And then execute:
$ bundle
You can generate configuration template:
$ fluent-plugin-config-format filter sql-mask
You can copy and paste generated documents here.
- Copyright(c) 2019- Kazuki Sawada
- License
- Apache License, Version 2.0