Skip to content

Commit 832d619

Browse files
Merge pull request #259380 from v-jbasden/v-jbasden-add-functions-info
logs/log-analytics-overview.md: Adding 'functions' row to Left sidebar table and updating some button descriptions
2 parents 6a90503 + 9c229f8 commit 832d619

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/azure-monitor/logs/log-analytics-overview.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,24 @@ The top bar has controls for working with a query in the query window.
4848
| 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). |
4949
| Run button | Run the selected query in the query window. You can also select **Shift+Enter** to run a query. |
5050
| 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. |
5454
| 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. |
5555
| Pin to button | Pin the results of the query to an Azure dashboard or add them to an Azure workbook. |
5656
| 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. |
57+
| Search job mode toggle | [Run search jobs](./search-jobs.md).
58+
| Queries button | Open **Query Explorer**, which provides access to saved queries in the workspace. |
5959

6060
### Left sidebar
6161

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

6464
| Tab | Description |
6565
|:---|:---|
6666
| 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. |
6767
| 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. |
6869
| 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. |
6970

7071
### Query window

0 commit comments

Comments
 (0)