Skip to content

Commit 17509b1

Browse files
authored
Merge pull request #249703 from andreamichaelmsft/patch-9
Update how-to-configure-event-logs.md
2 parents d538c1b + db0c4f3 commit 17509b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-network-manager/how-to-configure-event-logs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ In this article, you learn how to monitor Azure Virtual Network Manager for virt
2424
Depending on how you consume event logs, you need to set up a Log Analytics workspace or a storage account for storing your log events. These are as storage targets when configuring diagnostic settings for Azure Virtual Network Manager. Once you have configured your diagnostic settings, you can view the event logs in the Log Analytics workspace or storage account.
2525

2626
> [!NOTE]
27-
> At least one virtual network must be added or removed from a network group in order to generate logs. A log will generate for this event a couple minutes after network group membership change occurs.
27+
> At least one virtual network must be added or removed from a network group in order to generate logs for the Network Group Membership Change schema. A log will generate for this event a couple minutes after network group membership change occurs.
2828
### Configure event logs with Log Analytics
2929

3030
Log analytics is one option for storing event logs. In this task, you configure your Azure Virtual Network Manager Instance to use a Log Analytics workspace. This task assumes you have already deployed a Log Analytics workspace. If you haven't, see [Create a Log Analytics workspace](../azure-monitor/essentials/tutorial-resource-logs.md#create-a-log-analytics-workspace).
3131

3232
1. Navigate to the network manager you want to obtain the logs of.
3333
1. Under the **Monitoring** in the left pane, select the **Diagnostic settings**.
3434
1. Select **+ Add diagnostic setting** and enter a diagnostic setting name.
35-
1. Under **Logs**, select **Network Group Membership Change**.
35+
1. Under **Logs**, select **Network Group Membership Change** or **Rule Collection Change**.
3636
1. Under **Destination details**, select **Send to Log Analytics** and choose your subscription and Log Analytics workspace from the dropdown menus.
3737

3838
:::image type="content" source="media/how-to-configure-event-logging/log-analytics-diagnostic-settings.png" alt-text="Screenshot of Diagnostic settings page for setting up Log Analytics workspace.":::
@@ -47,7 +47,7 @@ A storage account is another option for storing event logs. In this task, you co
4747
1. Under the **Monitoring** in the left pane, select the **Diagnostic settings**.
4848
1. Select **+ Add diagnostic setting** and enter a diagnostic setting name.
4949
1. Under **Destination details**, select **Send to storage account** and choose your subscription and storage account from the dropdown menus.
50-
1. Under **Logs**, select **Network Group Membership Change** and enter a retention period.
50+
1. Under **Logs**, select **Network Group Membership Change** or **Rule Collection Change** and enter a retention period.
5151

5252
:::image type="content" source="media/how-to-configure-event-logging/storage-account-diagnostic-settings.png" alt-text="Screenshot of Diagnostic settings for storage account.":::
5353

@@ -58,7 +58,7 @@ A storage account is another option for storing event logs. In this task, you co
5858
In this task, you access the event logs for your Azure Virtual Network Manager instance.
5959

6060
1. Under the **Monitoring** in the left pane, select the **Logs**.
61-
1. In the **Diagnostics** window, select **Run** or **Load to editor** under **Get recent Network Group Membership Changes**.
61+
1. In the **Diagnostics** window, select **Run** or **Load to editor** under **Get recent Network Group Membership Changes** or any other preloaded query available from your selected schema(s).
6262

6363
:::image type="content" source="media/how-to-configure-event-logging/run-query.png" alt-text="Screenshot of Run and Load to editor buttons in the diagnostics window.":::
6464

@@ -80,4 +80,4 @@ In this task, you access the event logs for your Azure Virtual Network Manager i
8080

8181
- Learn about [Security admin rules](concept-security-admins.md)
8282
- Learn how to [Use queries in Azure Monitor Log Analytics](../azure-monitor/logs/queries.md)
83-
- Learn how to block network traffic with a [SecurityAdmin configuration](how-to-block-network-traffic-portal.md).
83+
- Learn how to block network traffic with a [SecurityAdmin configuration](how-to-block-network-traffic-portal.md).

0 commit comments

Comments
 (0)