docs: outputs: azure_logs_ingestion: fix defaults, sort table, update key casing#2413
Conversation
… key casing - Fix `compress` default: `true` -> `false` (source-verified) - Fix `time_generated` default: `true` -> `false` (source-verified) - Sort configuration parameters table alphabetically - Fix missing space: `Data Collection Endpoint(DCE)` -> `Data Collection Endpoint (DCE)` - Add missing trailing period to `table_name` description - Classic config: use Title_Case for all plugin-specific keys Applies to fluent#2412 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 (1)
📝 WalkthroughWalkthroughThis pull request updates documentation for the Azure Logs Ingestion output plugin, introducing new configuration parameters (compress and time_generated) and standardizing parameter naming conventions from snake_case to CamelCase format throughout configuration tables and code examples. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
@cosmo0920 and @patrick-stephens ready for review! |
compressdefault:true->false(source-verified)time_generateddefault:true->false(source-verified)Data Collection Endpoint(DCE)->Data Collection Endpoint (DCE)table_namedescriptionApplies to #2412
Summary by CodeRabbit
compressandtime_generated.