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/queries.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,9 @@ The filter and group by functionalities are designed to work in tandem. They pro
58
58
---
59
59
60
60
## 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:
62
64
63
65
| Query property | Description |
64
66
| :--- | :--- |
@@ -70,6 +72,12 @@ Each query has multiple properties that help you group and find them. These prop
70
72
| Labels | Custom labels that you can define and assign when you [save your own query](save-query.md). |
71
73
| 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. |
72
74
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 Example queries screen group by dropdown list.":::
80
+
73
81
## Favorites
74
82
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.
0 commit comments