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

Support additional elasticsearch and elasticsearchDataStream properties #1210

Closed applike-ss closed 4 months ago

applike-ss commented 5 months 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