giraffi / fluent-plugin-amqp

Use AMQP broker to send or receive messages via FluentD
MIT License
15 stars 31 forks source link

Support secret parameters #6

Closed cosmo0920 closed 9 years ago

cosmo0920 commented 9 years ago

Fluentd 0.12.13 or later supports secret parameters feature. :secret => true specified parameters will be replaced with xxxxxx in log.

If you use older fluentd, :secret => true specified parameters will be simply ignored.