fluent / fluent-operator

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

Support additional elasticsearch and elasticsearchDataStream properties #1210

Closed applike-ss closed 4 days ago

applike-ss commented 2 weeks ago

Is your feature request related to a problem? Please describe.

There is now a basic elasticsearchDataStream implementation, however it lacks some properties:

The elasticsearch (common) implementation is missing these properties:

Describe the solution you'd like

Implement the missing properties on the CRD and controller to make them available to the user of the operator

Additional context

No response