ektravel commented on code in PR #12593:
URL: https://github.com/apache/druid/pull/12593#discussion_r887193757


##########
docs/operations/druid-console.md:
##########
@@ -41,36 +39,50 @@ http://<ROUTER_IP>:<ROUTER_PORT>
 will show console users the files that the underlying user has permissions to. 
In general, avoid running Druid as 
 root user. Consider creating a dedicated user account for running Druid.
 
-Below is a description of the high-level features and functionality of the 
Druid Console
+This topic presents the high-level features and functionality of the Druid 
console.
 
 ## Home
 
-The home view provides a high level overview of the cluster.
+The home view provides a high-level overview of the cluster.
 Each card is clickable and links to the appropriate view.
-The legacy menu allows you to go to the [legacy coordinator and overlord 
consoles](./management-uis.md#legacy-consoles) should you need them.
+
+The home view displays the following cards:
+
+* __Status__. Click this card for information on the Druid version and any 
extensions loaded on the cluster.
+* [Datasources](#datasources)
+* [Segments](#segments)
+* [Supervisors](#supervisors-and-tasks)
+* [Tasks](#supervisors-and-tasks)
+* [Services](#services)
+* [Lookups](#lookups)
+
+You can access the [data loader](#data-loader) and [lookups view](#lookups) 
from the top-level navigation of the home view.
 
 ![home-view](../assets/web-console-01-home-view.png "home view")
 
 ## Data loader
 
-The data loader view allows you to load data by building an ingestion spec 
with a step-by-step wizard.
+The data loader allows you to load data by building an ingestion spec with a 
step-by-step wizard.
 
 ![data-loader-1](../assets/web-console-02-data-loader-1.png)
 
-After selecting the location of your data just follow the series for steps 
that will show you incremental previews of the data as it will be ingested.
-After filling in the required details on every step you can navigate to the 
next step by clicking the `Next` button.
+After selecting the location of your data, follow the series of steps 
displaying incremental previews of the data as it is ingested.
+After filling in the required details on every step you can navigate to the 
next step by clicking **Next**.
 You can also freely navigate between the steps from the top navigation.
 
-Navigating with the top navigation will leave the underlying spec unmodified 
while clicking the `Next` button will attempt to fill in the subsequent steps 
with appropriate defaults.
+Navigating with the top navigation leaves the underlying spec unmodified while 
clicking **Next** attempts to fill in the subsequent steps with appropriate 
defaults.
 
 ![data-loader-2](../assets/web-console-03-data-loader-2.png)
 
 ## Datasources
 
-The datasources view shows all the currently enabled datasources.
-From this view, you can see the sizes and availability of the different 
datasources.
-You can edit the retention rules, configure automatic compaction, and drop 
data.
-Like any view that is powered by a DruidSQL query you can click `View SQL 
query for table` from the `...` menu to run the underlying SQL query directly.
+The datasources view shows all the datasources currently loaded on the 
cluster, as well as their sizes and availability.
+From the datasources view, you can edit the retention rules, configure 
automatic compaction, and drop data in a datasource.

Review Comment:
   ```suggestion
   From the **Datasources** view, you can edit the retention rules, configure 
automatic compaction, and drop data in a datasource.
   ```



-- 
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