Diverse input plugin docs are missing the http_server.workers parameter#2491
Conversation
Add the missing http_server.workers parameter (default: 1) from the shared HTTP server integration. Also note that buffer_chunk_size, buffer_max_size, and http2 are compatibility aliases for their http_server.* canonical names. Applies to fluent#2486 Signed-off-by: Eric D. Schabell <eric@schabell.org>
…names Add the missing http_server.workers parameter (default: 1) from the shared HTTP server integration. Also note that buffer_chunk_size, buffer_max_size, and http2 are compatibility aliases for their http_server.* canonical names. Applies to fluent#2486 Signed-off-by: Eric D. Schabell <eric@schabell.org>
…al key names Add the missing http_server.workers parameter (default: 1) from the shared HTTP server integration. Also note that buffer_chunk_size, buffer_max_size, and http2 are compatibility aliases for their http_server.* canonical names. Applies to fluent#2486 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 (4)
📝 WalkthroughWalkthroughThis PR updates documentation for four HTTP input plugins (Elasticsearch, HTTP, Prometheus Remote Write, Splunk) to document the new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
…te canonical key names Add the missing http_server.workers parameter (default: 1) from the shared HTTP server integration. Nnote that buffer_chunk_size, buffer_max_size, and http2 are compatibility aliases for their http_server.* canonical names. Applies to fluent#2486 Signed-off-by: Eric D. Schabell <eric@schabell.org>
447e085 to
269d27d
Compare
|
@patrick-stephens and @cosmo0920 ready for review! |
docs: inputs: http, splunk, prometheus-remote-write, elasticsearch:
Added the missing http_server.workers parameter (default: 1) from the shared HTTP server integration. Also note that buffer_chunk_size, buffer_max_size, and http2 are compatibility aliases for their http_server.* canonical names.
Fixes #2486
Summary by CodeRabbit
http_server.workersconfiguration parameter across HTTP-based inputs for controlling HTTP listener worker thread count (default: 1).