fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
578 stars 246 forks source link

bug: Facing error [error] [input:systemd:systemd.0] could not open/create database '/fluent-bit/tail/systemd.db' #1353

Open btalakola opened 1 week ago

btalakola commented 1 week ago

Describe the issue

HI Team, Deployed fluent-bit using fluent operator helm chart. Found few errors related to in fluent-bit pod. [error] [sqldb] cannot open database /fluent-bit/tail/systemd.db [error] [input:systemd:systemd.0] could not open/create database '/fluent-bit/tail/systemd.db'

Could you please help me in debugging this issue?

To Reproduce

Deployed fluent-bit using fluent operator helm chart. Found few errors related to in fluent-bit pod. [error] [sqldb] cannot open database /fluent-bit/tail/systemd.db [error] [input:systemd:systemd.0] could not open/create database '/fluent-bit/tail/systemd.db'

Expected behavior

There should not be any errors in fluent-bit logs.

Your Environment

Fluent Operator version: v3.1.0
- Container Runtime: containerd
- Operating system: Ubuntu 22.04.4 LTS

How did you install fluent operator?

Deployed fluent-bit using fluent operator helm chart.

Additional context

No response