fluent / fluentd-kubernetes-daemonset

Fluentd daemonset for Kubernetes and it Docker image
Apache License 2.0
1.26k stars 978 forks source link

fluent-plugin-elasticsearch config options are missing #1330

Closed domruf closed 2 years ago

domruf commented 2 years ago

There are quite a few configuration options from https://github.com/uken/fluent-plugin-elasticsearch#configuration missing at https://docs.fluentd.org/output/elasticsearch#parameters The particular settings I need are ca_file, client_cert and client_key.

AFAIS the only way to use them, is to mount my own fluent.conf. But this seems wrong to me.

kenhys commented 2 years ago

@domruf

Thank you for the feedback. But in that section, it is not intended to explain the fully supported parameters.

That is why a further reading section is put on.

image

If you want to include the above parameters, we are welcome to your PR.