You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/log-analytics-overview.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,23 +48,24 @@ The top bar has controls for working with a query in the query window.
48
48
| Scope | Specifies the scope of data used for the query. This could be all the data in a Log Analytics workspace or data for a particular resource across multiple workspaces. See [Query scope](./scope.md). |
49
49
| Run button | Run the selected query in the query window. You can also select **Shift+Enter** to run a query. |
50
50
| Time picker | Select the time range for the data available to the query. This action is overridden if you include a time filter in the query. See [Log query scope and time range in Azure Monitor Log Analytics](./scope.md). |
51
-
| Save button | Save the query to **Query Explorer** for the workspace.|
52
-
Copy button | Copy a link to the query, the query text, or the query results to the clipboard. |
53
-
| New alert rule button | Create a new tab with an empty query. |
51
+
| Save button | Save the query to a [query pack](./query-packs.md). Saved queries are available from: <ul><li> The **Other** section in the **Query Explorer** for the workspace</li><li>The **Other** section in the **Queries** tab in the [left sidebar](#left-sidebar) for the workspace</ul>|
52
+
Share button | Copy a link to the query, the query text, or the query results to the clipboard. |
53
+
| New alert rule button |Open the Create an alert rule page. Use this page to [create an alert rule](../alerts/alerts-create-new-alert-rule.md?tabs=log)with an alert type of [log alert](../alerts/alerts-types.md#log-alerts). The page opens with the [Conditions tab](../alerts/alerts-create-new-alert-rule.md?tabs=log#set-the-alert-rule-conditions) selected, and your query is added to the **Search query** field. |
54
54
| Export button | Export the results of the query to a CSV file or the query to Power Query Formula Language format for use with Power BI. |
55
55
| Pin to button | Pin the results of the query to an Azure dashboard or add them to an Azure workbook. |
56
56
| Format query button | Arrange the selected text for readability. |
57
-
|Example queries button | Open the example queries dialog that appears when you first open Log Analytics. |
58
-
|Query Explorer button | Open **Query Explorer**, which provides access to saved queries in the workspace. |
|Queries button | Open **Query Explorer**, which provides access to saved queries in the workspace. |
59
59
60
60
### Left sidebar
61
61
62
-
The sidebar on the left lists tables in the workspace, sample queries, and filter options for the current query.
62
+
The sidebar on the left lists tables in the workspace, sample queries, functions, and filter options for the current query.
63
63
64
64
| Tab | Description |
65
65
|:---|:---|
66
66
| Tables | Lists the tables that are part of the selected scope. Select **Group by** to change the grouping of the tables. Hover over a table name to display a dialog with a description of the table and options to view its documentation and preview its data. Expand a table to view its columns. Double-click a table or column name to add it to the query. |
67
67
| Queries | List of example queries that you can open in the query window. This list is the same one that appears when you open Log Analytics. Select **Group by** to change the grouping of the queries. Double-click a query to add it to the query window or hover over it for other options. |
68
+
| Functions | Lists the [functions](./functions.md) in the workspace. |
68
69
| Filter | Creates filter options based on the results of a query. After you run a query, columns appear with different values from the results. Select one or more values, and then select **Apply & Run** to add a **where** command to the query and run it again. |
0 commit comments