Skip to content

Commit bc3a67d

Browse files
committed
Updating for freshness
1 parent 451ddd2 commit bc3a67d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/azure-monitor/logs/computer-groups.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ The following table describes the properties that define a computer group.
4444

4545
| Property | Description |
4646
|:---|:---|
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). |
5050

5151

5252
### Active Directory
@@ -65,15 +65,14 @@ You configure Azure Monitor to import WSUS groups from the **Legacy computer gro
6565
### Configuration Manager
6666
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).
6767

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

7070
## Managing computer groups
7171
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.
7272

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.
74-
75-
![Saved computer groups](media/computer-groups/configure-saved.png)
73+
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.
7674

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":::
7776

7877
## Using a computer group in a log query
7978
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:
-7.27 KB
Loading

0 commit comments

Comments
 (0)