-
Notifications
You must be signed in to change notification settings - Fork 977
Open
Labels
Description
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
Labels
Type
Projects
Status
No status