Skip to content

Commit 0c0a6f0

Browse files
authored
Merge pull request #261306 from v-jbasden/v-jbasden-update-query-properties
Adding how to use and view query properties
2 parents 50f58f6 + 55b8baf commit 0c0a6f0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
57.4 KB
Loading

articles/azure-monitor/logs/queries.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ The filter and group by functionalities are designed to work in tandem. They pro
5858
---
5959

6060
## Query properties
61-
Each query has multiple properties that help you group and find them. These properties are available for sorting and filtering. You can define several of them when you [save your own query](save-query.md). The types of properties are:
61+
Each query has multiple properties that help you group and find them. These properties are available for sorting and filtering. For more information, see [Find and filter queries](#find-and-filter-queries).
62+
63+
You can define several of them when you [save your own query](save-query.md). The types of properties are:
6264

6365
| Query property | Description |
6466
| :--- | :--- |
@@ -70,6 +72,12 @@ Each query has multiple properties that help you group and find them. These prop
7072
| Labels | Custom labels that you can define and assign when you [save your own query](save-query.md). |
7173
| Tags | Custom properties that you can define when you [create a query pack](query-packs.md). You can use tags to create your own taxonomies for organizing queries. |
7274

75+
### View query properties
76+
77+
From the **Queries** pane on the left sidebar of Log Analytics, hover over a query name to see its properties.
78+
79+
:::image type="content" source="media/queries/query-properties.png" lightbox="media/queries/query-properties.png" alt-text="Screenshot that shows the query properties for a query.":::
80+
7381
## Favorites
7482
You can identify frequently used queries as favorites to give you quicker access. Select the star next to the query to add it to **Favorites**. View your favorite queries from the **Favorites** option in the query interface.
7583

0 commit comments

Comments
 (0)