Welcome to the Linux Foundation Forum!

08. Optimizing and Debugging ... -> Fluent Bit Multi-Worker Configuration -> a typo in the config.

Options
  1. Optimizing and Debugging Fluent Ecosystem Configurations

Fluent Bit Multi-Worker Configuration

A typo in the configuration file fluentbit-multiworker.conf

...
[Output]
ame file
path /tmp/destination
workers match *
n4

Comments

  • ChristianLacsina964
    Options

    Thank you for the report - I confirm that this is what I see on the slide you mentioned in the presentation.

    The file should read:

    $ cat fluentbit-multiworker.conf
    
    [Input]
        name http
        host 0.0.0.0
        port 24500
    
    [Output]
        match *
        name file
        path /tmp/destination
        workers 4
    
  • mstepien
    mstepien Posts: 422
    Options

    @akay, this has been corrected.

    Thank you,
    Magda

Categories

Upcoming Training