fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
587 stars 250 forks source link

feat: add 'sslVerify' to opensearch output #1226

Closed zmw85 closed 4 months ago

zmw85 commented 4 months ago

What this PR does / why we need it:

This is to allow fluentd opensearch output plugin to use https without verify ssl, just like es output plugin.

Which issue(s) this PR fixes:

Fixes #568

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:

No additional documentation, I have update the existing opensearch output documentation

benjaminhuo commented 4 months ago

@zmw85 you'll need to sign your commit by :

git commit -s --amend
git push -f
zmw85 commented 4 months ago

Hi @benjaminhuo ,

Are my changes causing the docker image build failure? When could this PR get released?