fluent-bit icon indicating copy to clipboard operation
fluent-bit copied to clipboard

RHEL9.2 compatibility issue

Open baizhenyu opened this issue 1 year ago • 0 comments

Bug Report

Describe the bug

fluent-bit stops processing systemd journal logs after a couple of seconds. No error logs in the debug level.

Expected behavior

fluent-bit continues processing and sending systemd logs to Google Cloud Logging

Your Environment

  • Version used: 1.9.8, 2.2.0, 2.2.2
  • Configuration:
[INPUT]
        # https://docs.fluentbit.io/manual/input/systemd
        Name            systemd
        Tag             container-runtime
        Path            /var/log/journal
        DB              /var/log/fluent-bit-k8s-node-journald-containerd.db
        Systemd_Filter  _SYSTEMD_UNIT=containerd.service
        Mem_Buf_Limit   20MB
        storage.type    filesystem
  • Environment name and version (e.g. Kubernetes? What version?): Kubernetes 1.28
  • Operating System and version: RHEL9.2

baizhenyu avatar Feb 21 '24 20:02 baizhenyu