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

add cloudId and cloudAuth parameters to elastic #1169

Closed fschlager closed 5 months ago

fschlager commented 6 months ago

What this PR does / why we need it:

Adds cloudId and cloudAuth parameters to fluentd's elasticsearch output plugin. This enables easier configuration of Elastic Cloud authentication.

Which issue(s) this PR fixes:

Fixes #1168

Does this PR introduced a user-facing change?

Add optional `cloudId` and `cloudAuth` parameters to fluentd's output plugin `elasticsearch`.

Additional documentation, usage docs, etc.:

fschlager commented 6 months ago

I changed the type from string to plugins.Secret, that was an oversight.

benjaminhuo commented 5 months ago

@fschlager Thank you!