petermarshallio commented on a change in pull request #11481:
URL: https://github.com/apache/druid/pull/11481#discussion_r697392436



##########
File path: docs/configuration/index.md
##########
@@ -397,10 +408,9 @@ The Druid servers [emit various 
metrics](../operations/metrics.md) and alerts vi
 |`druid.emitter.http.minHttpTimeoutMillis`|If the speed of filling batches 
imposes timeout smaller than that, not even trying to send batch to endpoint, 
because it will likely fail, not being able to send the data that fast. 
Configure this depending based on emitter/successfulSending/minTimeMs metric. 
Reasonable values are 10ms..100ms.|0|
 |`druid.emitter.http.recipientBaseUrl`|The base URL to emit messages to. Druid 
will POST JSON to be consumed at the HTTP endpoint specified by this 
property.|none, required config|
 
-#### Http Emitter Module TLS Overrides
+##### Http Emitter Module TLS Overrides
 
-When emitting events to a TLS-enabled receiver, the Http Emitter will by 
default use an SSLContext obtained via the
-process described at [Druid's internal communication over 
TLS](../operations/tls-support.md), i.e., the same
+When emitting events to a TLS-enabled receiver, the Http Emitter will by 
default use an SSLContext obtained via the process described at [Druid's 
internal communication over TLS](../operations/tls-support.md), i.e., the same

Review comment:
       You are permanently correct 😆   I have done a find/replace and corrected 
`Http` to `HTTP` across all my changes.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to