ektravel commented on code in PR #14397: URL: https://github.com/apache/druid/pull/14397#discussion_r1256401188
########## docs/operations/web-console.md: ########## @@ -127,50 +127,54 @@ To display a timeline of segments, toggle the option for **Show segment timeline Like any view that is powered by a Druid SQL query, you can click **View SQL query for table** from the ellipsis menu to run the underlying SQL query directly. - + You can view and edit retention rules to determine the general availability of a datasource. - + ## Segments The **Segments** view shows all the [segments](../design/segments.md) in the cluster. Each segment has a detail view that provides more information. The Segment ID is also conveniently broken down into Datasource, Start, End, Version, and Partition columns for ease of filtering and sorting. - + -## Supervisors and tasks +## Supervisors From this view, you can check the status of existing supervisors as well as suspend, resume, and reset them. -The supervisor oversees the state of the indexing tasks to coordinate handoffs, manage failures, and ensure that the scalability and replication requirements are maintained. +The supervisor oversees the state of the indexing tasks to coordinate handoffs, manage failures, and ensure that the scalability and replication requirements are maintained. Submit a supervisor manually by clicking the ellipsis icon and selecting **Submit JSON supervisor**. + + + +Click on the magnifying glass for any supervisor to see detailed reports of its progress. + + + +## Tasks The tasks table allows you to see the currently running and recently completed tasks. To navigate your tasks more easily, you can group them by their **Type**, **Datasource**, or **Status**. Submit a task manually by clicking the ellipsis icon and selecting **Submit JSON task**. - - -Click on the magnifying glass for any supervisor to see detailed reports of its progress. - - + Click on the magnifying glass for any task to see more detail about it. - + ## Services The **Services** view lets you see the current status of the nodes making up your cluster. -You can group the nodes by type or by tier to get meaningful summary statistics. +You can group the nodes by **Type** or by **Tier** to get meaningful summary statistics. - + ## Lookups -Access the **Lookups** view from the **Lookups** card in the home view or by clicking on the gear icon in the upper right corner. +Access the **Lookups** view from the **Lookups** card in the home view or by clicking on the ellipsis icon in the top-level navigation. Review Comment: ```suggestion Access the **Lookups** view from the **Lookups** card in the home view or by clicking the ellipsis icon in the top-level navigation. ``` -- 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]
