vtlim commented on code in PR #12593: URL: https://github.com/apache/druid/pull/12593#discussion_r890502790
########## docs/operations/druid-console.md: ########## @@ -22,17 +22,15 @@ title: "Web console" ~ under the License. --> -Druid includes a console for managing datasources, segments, tasks, data processes (Historicals and MiddleManagers), and coordinator dynamic configuration. You can also run SQL and native Druid queries in the console. +Druid includes a web console for loading data, managing datasources and tasks, and viewing server status and segment information. +You can also run SQL and native Druid queries in the console. -The Druid Console is hosted by the [Router](../design/router.md) process. - -The following cluster settings must be enabled, as they are by default: - -- the Router's [management proxy](../design/router.md#enabling-the-management-proxy) must be enabled. -- the Broker processes in the cluster must have [Druid SQL](../querying/sql.md) enabled. - -You can access the Druid console at: +The following cluster settings must be enabled to use the Druid console. Note that these settings are enabled by default. Review Comment: taking suggestion with fixed typo ```suggestion Enable the following cluster settings to use the Druid console. Note that these settings are enabled by default. ``` -- 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]
