atomita / fluent-plugin-aws-elasticsearch-service

This repository is extends of https://github.com/uken/fluent-plugin-elasticsearch/ which made connectable to Amazon Elassticsearch Service using Aws Signers V4. Please check the requirements to connect to Amazon Elassticsearch Service without using Aws Signers V4 for before starting use. (reference https://groups.google.com/forum/#!msg/fluentd/uW87VAOqxeE/cfhenicEBAAJ)
MIT License
122 stars 49 forks source link

mask aws_secret_access_key in config #55

Closed mightyguava closed 5 years ago

mightyguava commented 5 years ago

so that it doesn't get printed out by fluentd on startup.

mightyguava commented 5 years ago

I'm not entirely sure this is the correct syntax, just pattern matching from fluentd, e.g. https://github.com/fluent/fluentd/blob/351dda62a01215a49441f281b1a22783a25188a2/lib/fluent/plugin/out_forward.rb#L109

mightyguava commented 5 years ago

Would you mind making a new release?

cosmo0920 commented 5 years ago

I don't have release privileges. @atomita Could you release a new version that includes this change?