-
Notifications
You must be signed in to change notification settings - Fork 544
Updated syslog input plugin doc for new octet counting support. Fixes #2211. #2232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…#2211. Signed-off-by: Eric D. Schabell <[email protected]>
|
Warning Rate limit exceeded@eschabell has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 25 minutes and 9 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
WalkthroughThe syslog input plugin documentation is updated to standardize configuration parameter names from CamelCase to snake_case. Eleven existing parameters are renamed, and two new options ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
pipeline/inputs/syslog.md(2 hunks)
🧰 Additional context used
🪛 GitHub Check: runner / vale
pipeline/inputs/syslog.md
[warning] 13-13:
[vale] reported by reviewdog 🐶
[FluentBit.Acronyms] Spell out 'RFC', if it's unfamiliar to the audience.
Raw Output:
{"message": "[FluentBit.Acronyms] Spell out 'RFC', if it's unfamiliar to the audience.", "location": {"path": "pipeline/inputs/syslog.md", "range": {"start": {"line": 13, "column": 87}}}, "severity": "INFO"}
🪛 LanguageTool
pipeline/inputs/syslog.md
[grammar] ~13-~13: Use a hyphen to join words.
Context: ...at. Set to octet_counting for RFC 6587 compliant octet-counting framing, or `ne...
(QB_NEW_EN_HYPHEN)
🔇 Additional comments (1)
pipeline/inputs/syslog.md (1)
11-24: Parameter naming and new options look good.The systematic conversion from CamelCase to snake_case across all configuration parameters is consistent and comprehensive. The two new options (
formatandraw_message_key) are clearly documented with appropriate descriptions and defaults. All example configurations have been correctly updated to use the new naming convention.
Signed-off-by: Eric D. Schabell <[email protected]>
|
AI review passed, merging. |
Updated syslog input plugin doc for new octet counting support. Fixes #2211.
Summary by CodeRabbit
formatandraw_message_key.✏️ Tip: You can customize this high-level summary in your review settings.