Skip to content

Commit e26ec1d

Browse files
authored
Merge pull request #176764 from bwren/freshness-logs
Freshness - Logs 02
2 parents 94b9175 + 8ac8e95 commit e26ec1d

13 files changed

+25
-502
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44283,6 +44283,16 @@
4428344283
"redirect_url": "/azure/azure-monitor/best-practices-analysis",
4428444284
"redirect_document_id": false
4428544285
},
44286+
{
44287+
"source_path_from_root": "/articles/azure-monitor/logs/powershell-sample-create-workspace.md",
44288+
"redirect_url": "/azure/azure-monitor/logs/powershell-workspace-configuration",
44289+
"redirect_document_id": false
44290+
},
44291+
{
44292+
"source_path_from_root": "/articles/azure-monitor/logs/examples.md",
44293+
"redirect_url": "/azure/data-explorer/kusto/query/samples?pivots=azuremonitor",
44294+
"redirect_document_id": false
44295+
},
4428644296
{
4428744297
"source_path_from_root": "/articles/load-balancer/tutorial-load-balancer-standard-manage-portal.md",
4428844298
"redirect_url": "/azure/load-balancer/quickstart-load-balancer-standard-public-portal",

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

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Computer groups in Azure Monitor allow you to scope log queries to
44
ms.topic: conceptual
55
author: bwren
66
ms.author: bwren
7-
ms.date: 02/05/2019
7+
ms.date: 10/20/2021
88

99
---
1010

@@ -56,32 +56,20 @@ When you configure Azure Monitor to import Active Directory group memberships, i
5656
> [!NOTE]
5757
> Imported Active Directory groups only contain Windows machines.
5858
59-
You configure Azure Monitor to import Active Directory security groups from **Advanced settings** in your Log Analytics workspace in the Azure portal. Select **Computer Groups**, **Active Directory**, and then **Import Active Directory group memberships from computers**. There is no further configuration required.
60-
61-
![Computer groups from Active Directory](media/computer-groups/configure-activedirectory.png)
62-
63-
When groups 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.
59+
You configure Azure Monitor to import Active Directory security groups from the **Computer Groups** menu item in your Log Analytics workspace in the Azure portal. Select the **Active Directory** tab, and then **Import Active Directory group memberships from computers**. When groups 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.
6460

6561
### Windows Server Update Service
6662
When you configure Azure Monitor to import WSUS group memberships, it analyzes the targeting group membership of any computers with the Log Analytics agent. If you are using client-side targeting, any computer that is connected to Azure Monitor and is part of any WSUS targeting groups has its group membership imported to Azure Monitor. If you are using server-side targeting, the Log Analytics agent should be installed on the WSUS server in order for the group membership information to be imported to Azure Monitor. This membership is continuously updated every 4 hours.
6763

68-
You configure Azure Monitor to import WSUS groups from **Advanced settings** in your Log Analytics workspace in the Azure portal. Select **Computer Groups**, **WSUS**, and then **Import WSUS group memberships**. There is no further configuration required.
69-
70-
![Computer groups from WSUS](media/computer-groups/configure-wsus.png)
71-
72-
When groups 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.
64+
You configure Azure Monitor to import WSUS groups from the **Computer Groups** menu item in your Log Analytics workspace in the Azure portal. Select the **Windows Server Update Service** tab, and then **Import WSUS group memberships**. When groups 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.
7365

7466
### Configuration Manager
75-
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.
76-
77-
Before you can import Configuration Manager collections, you must [connect Configuration Manager to Azure Monitor](collect-sccm.md).
78-
79-
![Computer groups from SCCM](media/computer-groups/configure-sccm.png)
67+
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).
8068

81-
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+
You configure Azure Monitor to import WSUS groups from the **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.
8270

8371
## Managing computer groups
84-
You can view computer groups that were created from a log query or the Log Search API from **Advanced settings** in your Log Analytics workspace in the Azure portal. Select **Computer Groups** and then **Saved Groups**.
72+
You can view computer groups that were created from a log query or the Log Search API from the **Computer Groups** menu item in your Log Analytics workspace in the Azure portal. Select the **Saved Groups** tab to view the list of groups.
8573

8674
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.
8775

articles/azure-monitor/logs/custom-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The Custom Fields feature of Azure Monitor allows you to create you
44
ms.topic: conceptual
55
author: bwren
66
ms.author: bwren
7-
ms.date: 08/23/2019
7+
ms.date: 10/20/2021
88

99
---
1010

articles/azure-monitor/logs/data-collector-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: You can use the Azure Monitor HTTP Data Collector API to add POST J
44
ms.topic: conceptual
55
author: bwren
66
ms.author: bwren
7-
ms.date: 07/14/2020
7+
ms.date: 10/20/2021
88

99
---
1010

0 commit comments

Comments
 (0)