jon-wei commented on a change in pull request #7123: Add web consoles doc page
URL: https://github.com/apache/incubator-druid/pull/7123#discussion_r260516383
 
 

 ##########
 File path: docs/content/operations/web-consoles.md
 ##########
 @@ -0,0 +1,76 @@
+---
+layout: doc_page
+title: "Web Consoles"
+---
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+# Web Consoles
+
+Druid has a few console UIs that provide cluster management functionality, 
described below.
+
+## Druid Console
+
+Druid provides a console for managing datasources, segments, tasks, data 
processes (Historicals and MiddleManagers), and coordinator dynamic 
configuration. The user can also run SQL and native Druid queries within the 
console.
+
+To use this console, it is necessary to run a 
[Router](../development/router.html) process.
+
+In addition, the following cluster settings must be enabled:
+
+- the Router's [management 
proxy](../development/router.html#enabling-the-management-proxy) must be 
enabled.
+- the Broker processes in the cluster must have [Druid 
SQL](../querying/sql.html) enabled.
+
+After enabling Druid SQL on the Brokers and deploying a Router with the 
managment proxy enabled, the Druid console can be accessed at:
+
+```
+http://<ROUTER_IP>:<ROUTER_PORT>
+```
+
+This console subsumes the functionality provided by the older consoles 
described below, which are still available if needed.
+
+## Coordinator Consoles
 
 Review comment:
   Added note about possible removal

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to