vtlim commented on code in PR #12593: URL: https://github.com/apache/druid/pull/12593#discussion_r890517219
########## docs/operations/druid-console.md: ########## @@ -102,27 +117,30 @@ Click on the magnifying glass for any task to see more detail about it.  -## Servers +## Services -The servers tab lets you see the current status of the nodes making up your cluster. +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.  ## Query -The query view lets you issue [DruidSQL](../querying/sql.md) queries and display the results as a table. -The view will attempt to infer your query and let you modify via contextual actions such as adding filters and changing the sort order when possible. +The **Query** view lets you issue [Druid SQL](../querying/sql.md) queries and display the results as a table. +The view will attempt to infer your query and let you modify the query via contextual actions such as adding filters and changing the sort order when possible. + +From the ellipsis menu beside **Run**, you can view your query history, see the native query translation for a given Druid SQL query, and set the [query context](../querying/query-context.md).  The query view can also issue queries in Druid's [native query format](../querying/querying.md), which is JSON over HTTP. Review Comment: ```suggestion You can also use the query editor to issue queries in Druid's [native query format](../querying/querying.md), which is JSON over HTTP. ``` -- 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]
