docs: administration: document adaptive flush intervals and FIPS mode - #2636
docs: administration: document adaptive flush intervals and FIPS mode#2636eschabell 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 Plus Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthroughThe documentation adds adaptive flush settings and OpenSSL FIPS mode references for command-line, classic configuration, and YAML service configuration. ChangesAdaptive flush documentation
FIPS mode documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes 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 `@administration/configuring-fluent-bit/yaml/service-section.md`:
- Around line 69-81: Update the adaptive-flush example’s service configuration
so its documented behavior matches the multiplier of 2: adjust the baseline
flush value in the YAML under the “fluent-bit.yaml” tab, while preserving the
existing adaptive min/max interval and high-pressure settings.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: fe2c482f-64e2-49a3-8da5-4c52ae786852
📒 Files selected for processing (3)
administration/configuring-fluent-bit.mdadministration/configuring-fluent-bit/classic-mode/configuration-file.mdadministration/configuring-fluent-bit/yaml/service-section.md
Add the eight flush.adaptive service keys and security.fips_mode to the YAML and classic service configuration tables, with sections describing how the adaptive interval responds to chunk backpressure and what FIPS mode requires and changes. Document the matching --enable-fips command line flag. The adaptive flush example set flush to 1 while the surrounding text described an idle interval of three seconds. Because the idle pressure level multiplies flush by 2, that configuration produced a two second idle interval and never reached the configured max_interval of 3. Note: this update is from code merges without docs PR. Signed-off-by: Eric D. Schabell <eric@schabell.org>
8afdfc0 to
d83738f
Compare
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@patrick-stephens ready for review! |
Add the eight flush.adaptive service keys and security.fips_mode to the YAML and classic service configuration tables, with sections describing how the adaptive interval responds to chunk backpressure and what FIPS mode requires and changes. Document the matching --enable-fips command line flag.
Note: this update is from code merges without docs PR.
Summary by CodeRabbit
--enable-fipscommand-line option and FIPS requirements.