Skip to content

add possibility for addtional config parameter #1587

@zychonatic

Description

@zychonatic

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

for elasticsearch output i would need to add a "pipeline" parameter to the config.
this is currently not possible, i guess it's because the pipeline parameter doesn't have a default

Describe the solution you'd like

my idea would be to include into the fluentd.conf file under

<match **>
   @type elasticsearch
   ....
an
  @include ./extra_params.conf 

line. with this we could add an additional configmap with all parameters we need, without extracting the whole config into a config map. This would be similar to the "tail_container_parse.conf" which is already included.

Describe alternatives you've considered

alternative only option would be to extract the whole fluentd.conf into a configmap and mount it back, which could break future updates.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions