fluent / fluent-bit

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
https://fluentbit.io
Apache License 2.0
5.7k stars 1.55k forks source link

the latest release 3.0.7 for red head enterprise 8.* crashes when Daemon is On #9050

Open minghuiliu2008 opened 2 months ago

minghuiliu2008 commented 2 months ago

Bug Report

Describe the bug

To Reproduce

Expected behavior

Screenshots

Your Environment

Additional context

minghuiliu2008 commented 2 months ago

It is very easy to reproduce.. With the following sample configuration: It will crash at time of start up. If you switch Daemon Off, there seems to be no issues.

[SERVICE]
    Flush        1
    Daemon   On
    Log_Level    info
    Parsers_File parsers.conf
    Log_File     /var/log/fluent-bit.log
[INPUT]
    Name   dummy
    Tag    dummy.local
    Dummy  {"key": "value"}
[OUTPUT]
    Name                s3
    Match               *
    bucket              [some-test-backet]
    region              ap-southeast-2
    total_file_size     5M
    upload_timeout      1m
    use_put_object      On
    store_dir           /etc/fluent-bit/s3