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/computer-groups.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ The following table describes the properties that define a computer group.
44
44
45
45
| Property | Description |
46
46
|:---|:---|
47
-
|Name | Name of the query to display in the portal. |
48
-
|Function alias | A unique alias used to identify the computer group in a query. |
49
-
|Category | Category to organize the queries in the portal. |
47
+
|Function name | Name of the query to display in the portal. |
48
+
|Legacy category | Category to organize the queries in the portal. |
49
+
|Parameters | Add a parameter for each variable in the function that requires a value when it's used. For more information, see [Function parameters](functions.md#function-parameters). |
50
50
51
51
52
52
### Active Directory
@@ -65,15 +65,14 @@ You configure Azure Monitor to import WSUS groups from the **Legacy computer gro
65
65
### Configuration Manager
66
66
When you configure Azure Monitor to import Configuration Manager collection memberships, it creates a computer group for each collection. The collection membership information is retrieved every 3 hours to keep the computer groups current. Before you can import Configuration Manager collections, you must [connect Configuration Manager to Azure Monitor](collect-sccm.md).
67
67
68
-
You configure Azure Monitor to import WSUS groups from the **Legacy computer groups** menu item in your Log Analytics workspace in the Azure portal. Select the **System Center Configuration Manager** tab, and then **Import Configuration Manager collection memberships**. When collections have been imported, the menu lists the number of computers with group membership detected and the number of groups imported. You can click on either of these links to return the **ComputerGroup** records with this information.
68
+
You configure Azure Monitor to import Configuration Manager collections from the **Legacy computer groups** menu item in your Log Analytics workspace in the Azure portal. Select the **System Center Configuration Manager** tab, and then **Import Configuration Manager collection memberships**. When collections have been imported, the menu lists the number of computers with group membership detected and the number of groups imported. You can click on either of these links to return the **ComputerGroup** records with this information.
69
69
70
70
## Managing computer groups
71
71
You can view computer groups that were created from a log query from the **Legacy computer groups** menu item in your Log Analytics workspace in the Azure portal. Select the **Saved Groups** tab to view the list of groups.
72
72
73
-
Click the **x** in the **Remove** column to delete the computer group. Click the **View members** icon for a group to run the group's log search that returns its members. You can't modify a computer group but instead must delete and then recreate it with the modified settings.
Click the **Delete** icon to delete the computer group. Click the **Run query** icon for a group to run the group's log search that returns its members. You can't modify a computer group but instead must delete and then recreate it with the modified settings.
76
74
75
+
:::image type="content" source="media/computer-groups/configure-saved.png" alt-text="Screenshot of a Log Analytics resource in Azure with Legacy computer groups pane, Saved Groups tab, Run query icon, and Delete icon highlighted." border="false" lightbox="media/computer-groups/configure-saved.png":::
77
76
78
77
## Using a computer group in a log query
79
78
You use a Computer group created from a log query in a query by treating its alias as a function, typically with the following syntax:
0 commit comments