Configuring multiple outputs by using Helm
You can set the additionalOutputs option to introduce additional Fluent Bit output plug-in definitions to the current pipeline. For example, you might need to send logs to multiple IBM Cloud Logs instances.
Additional outputs that you configure add entries to the pipeline.outputs section of the Fluent Bit yaml configuration.
For example, the logs-values.yaml file looks as follows when you add an output plugin:
additionalOutputs:
- name: logger-icl-output-plugin
id: logs-router-icl-output-plugin
match: '*'
# Connection
target_host: "replace with host"
target_port: 443
target_path: /logs/v1/singles
...
After you modify the logs-values.yaml file, you can Upgrade the agent or continue modifying the file before applying all the changes.