Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kusto.WebExplorer is a web application that can be used to send queries and control commands to a Kusto service. The application is hosted at https://dataexplorer.azure.cn/.
Kusto.WebExplorer can also be hosted by other web portals in an HTML IFRAME. (For example, this is done by the Azure portal.) See Monaco IDE for details on how to host it and the Monaco editor it uses.
Connect to multiple clusters
You can now connect multiple clusters and switch between databases and clusters. The tool is designed to easily identify the cluster and database to which you are connected.
Recall results
Often during analysis, we run multiple queries and may have to revisit the results of the previous queries. You can use this feature to recall your results without having to rerun the query. The data is served from local client-side cache.
Enhanced results grid control
The table grid allows you to select multiple rows, columns, and cells. Compute aggregates by selecting multiple cells (like Excel) and pivot the data.
Intellisense & Formatting
You can use pretty-print format by using the "Shift + Alt + F" shortcut key, code folding (outlining), and IntelliSense.
Deep linking
You can copy just the deep link or deep link and the query. You can also format the URL to include the cluster, database, and query by using the following template:
https://dataexplorer.azure.cn/
[clusters/
Cluster [/databases/
Database [?
Options]]]
The following options may be specified:
workspace=empty
: Indicates to create a new empty workspace (no recall of previous clusters, tabs, and queries will be done).
How to provide feedback
You can submit your feedback via the tool.