docs: pipeline: fix classic config key casing to Title_Case#2619
docs: pipeline: fix classic config key casing to Title_Case#2619eschabell wants to merge 1 commit into
Conversation
Classic config examples for plugins should use Title_Case keys, but several
were authored with lowercase keys copied from their YAML tabs. Fix plain keys
while leaving dotted/namespaced keys lowercase per convention.
- Input plugins updated: elasticsearch, fluentbit-metrics, kubernetes-events,
node-exporter-metrics, process-exporter-metrics, prometheus-remote-write,
prometheus-scrape-metrics, tail, windows-exporter-metrics
- Filter plugins updated: grep (parsers_file),
kubernetes (aws_use_pod_association, set_platform)
Signed-off-by: Eric D. Schabell <eric@schabell.org>
|
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 (11)
📝 WalkthroughWalkthroughFluent Bit documentation examples were reformatted to use capitalized, underscored configuration directives across filter, input, output, service, and metrics configuration snippets. Existing values, metric selections, and example structures remain unchanged. ChangesConfiguration example updates
Estimated code review effort: 2 (Simple) | ~10 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 |
|
@patrick-stephens bit of maintenance on all the plugins.... ready for review! |
Classic config examples for plugins should use Title_Case keys, but several were authored with lowercase keys copied from their YAML tabs. Fix plain keys while leaving dotted/namespaced keys lowercase per convention.
Summary by CodeRabbit