SumoLogic/tailing-sidecar

Expose fluent-bit configurations

Closed this issue · 3 comments

There may be needs to fine tune the fluent-bit configuration and it should be possible to do so (eg multiline processing)

Exposing Fluent Bit conf seems reasonable but using it for multiline processing does not provide much value as those lines will be spit again when written to STDOUT.

@SumoLogic/open-source-collection-team What do you think is better solution for this issue?

  1. Expose only inputs configuration (handling specific file from configMap)
  2. expose full configuration (mounting configMap as directory)

As this is advanced feature I would go with the second option