Add config option documentation for new in_tail option 'ignore_unavailable' #2626
Add config option documentation for new in_tail option 'ignore_unavailable' #2626ner216 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe Tail input plugin configuration table now documents the ChangesTail input documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@pipeline/inputs/tail.md`:
- Line 34: Update the ignore_unavailable option description in tail.md to state
that enabling it ignores nonexistent file paths and suppresses the related
errors and warnings during scanning.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
1d60210 to
644e825
Compare
…documentation for the in_tail plugin.
- Expand the ignore_unavailable description to state that enabling it ignores
nonexistent file paths and suppresses the related errors and warnings during
scanning
Signed-off-by: ner216 <provencher.nolan@gmail.com>
Signed-off-by: Eric D. Schabell <eric@schabell.org>
644e825 to
4b52d49
Compare
Thank you, I really appreciate it |
Config documentation for the new 'ignore_unavailable' config option for the in_tail plugin.
Companion code: fluent/fluent-bit#12097
This option makes in_tail ignore paths that do not exist while scanning. When active, errors/warnings regarding missing files/paths will be omitted.
Summary by CodeRabbit
ignore_unavailableoption for the Tail input plugin.false).