Reputation: 14226
I noticed that the fluentd
engine uses the out_forward
output to send logs. Meaning all logs are sent in the clear. Is there a way to specify the output type? I'd like to be able to have Docker send logs with out_secure_forward
instead.
Are there plans to enable more configuration? Should I use a different logging driver if I want security? Perhaps use the JSON file engine and then use fluentd
to ship those securely?
Upvotes: 0
Views: 329
Reputation: 126
IMO the best option to do what you want is:
Upvotes: 2