Skip to content

fix: change fluent-bit paths#3575

Open
rakesh-garimella wants to merge 2 commits into
kyma-project:mainfrom
rakesh-garimella:fix-fb-paths
Open

fix: change fluent-bit paths#3575
rakesh-garimella wants to merge 2 commits into
kyma-project:mainfrom
rakesh-garimella:fix-fb-paths

Conversation

@rakesh-garimella
Copy link
Copy Markdown
Collaborator

@rakesh-garimella rakesh-garimella commented May 28, 2026

Description

Changes proposed in this pull request (what was done and why):

  • Fluent bit reads the files using symlinks. Sometimes the inodes pointing to actual files are not updated when the file is rotated hence fluent-bit is not able read the file and leads to loss of logs. In this fix we switch from symlink based log file reading to reading actual file like we do in otel case.
    Changes refer to particular issues, PRs or documents:

#3565

Traceability

  • The PR is linked to a GitHub issue.
  • The follow-up issues (if any) are linked in the Related Issues section.
  • If the change is user-facing, the documentation has been adjusted.
  • If a CRD is changed, the corresponding Busola ConfigMap has been adjusted.
  • The feature is unit-tested.
  • The feature is e2e-tested.

@rakesh-garimella rakesh-garimella requested a review from a team as a code owner May 28, 2026 06:48
@hyperspace-insights
Copy link
Copy Markdown
Contributor

Control Panel

Hi, I'm an AI-powered Review Bot that helps you with summarizing and reviewing pull requests.
To interact with me, just use the following actions:

  • 📝 Summarize PR
  • 🔍 Review
  • 🗑️ Delete all bot comments and reviews

@github-actions github-actions Bot added this to the 1.65.0 milestone May 28, 2026
@github-actions github-actions Bot added the kind/bug Categorizes issue or PR as related to a bug. label May 28, 2026
@rakesh-garimella rakesh-garimella added the area/logs LogPipeline label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/logs LogPipeline kind/bug Categorizes issue or PR as related to a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant