317brian commented on code in PR #15265: URL: https://github.com/apache/druid/pull/15265#discussion_r1377993873
########## docs/configuration/index.md: ########## @@ -1197,79 +1162,15 @@ The `druid.supervisor.idleConfig.*` specified in the Overlord runtime properties #### Overlord dynamic configuration -The Overlord can be dynamically configured to specify how tasks are assigned to workers. - -The JSON object can be submitted to the Overlord via a POST request at: - -``` -http://<OVERLORD_IP>:<port>/druid/indexer/v1/worker -``` - -Optional header parameters for auditing the config change can also be specified. +The Overlord has dynamic configurations to tune how Druid assigns tasks to workers. +You can configure these parameters using the [web console](../operations/web-console.md) or through the [Overlord dynamic configuration API](../api-reference/dynamic-configuration-api.md#overlord-dynamic-configuration). -|Header Param Name|Description|Default| -|-----------------|-----------|-------| -|`X-Druid-Author`| author making the config change|""| -|`X-Druid-Comment`| comment describing the change being done|""| - -An example Overlord dynamic config is shown below: Review Comment: What's the reasoning behidn wanting to remove this example completely vs collapsing it in a details block? -- 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]
