Skip to content

Commit 5daa091

Browse files
authored
Merge pull request #277581 from rvandenbedem/patch-7
Update configure-vmware-syslogs.md
2 parents 9571648 + 7f634f6 commit 5daa091

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

articles/azure-vmware/configure-vmware-syslogs.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure VMware syslogs for Azure VMware Solution
33
description: Learn how to configure diagnostic settings to collect VMware syslogs for your Azure VMware Solution private cloud.
44
ms.topic: how-to
55
ms.service: azure-vmware
6-
ms.date: 12/07/2023
6+
ms.date: 6/7/2024
77
ms.custom: engagement-fy23
88

99
#Customer intent: As an Azure service administrator, I want to collect VMware syslogs and store it in my storage account so that I can view the vCenter Server logs and analyze for any diagnostic purposes.
@@ -20,21 +20,20 @@ In this article, learn how to configure a diagnostic setting to collect VMware s
2020
>- vCenter Server logs
2121
>- ESXi logs
2222
>- vSAN logs
23-
>- NSX-T Manager logs
24-
>- NSX-T Data Center Distributed Firewall logs
25-
>- NSX-T Data Center Gateway Firewall logs
26-
>- NSX-T Data Center Edge Appliance logs
23+
>- NSX Manager logs
24+
>- NSX Distributed Firewall logs
25+
>- NSX Gateway Firewall logs
26+
>- NSX Edge Appliance logs
2727
2828
## Prerequisites
2929

30-
Make sure you have an Azure VMware Solution private cloud with access to the vCenter Server and NSX-T Manager interfaces.
30+
Make sure you have an Azure VMware Solution private cloud with access to the vCenter Server and NSX Manager interfaces.
3131

3232
## Configure diagnostic settings
3333

3434
1. From your Azure VMware Solution private cloud, select **Diagnostic settings**, then **Add diagnostic settings**.
3535

36-
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-1.png" alt-text="Screenshot showing where to configure VMware syslogs.":::
37-
36+
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-1.png" alt-text="Screenshot showing where to configure VMware syslogs." border="false" lightbox="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-1.png":::
3837

3938
1. Select the **vmwaresyslog**, **All metrics**, and select one of the following options presented.
4039

@@ -59,20 +58,20 @@ In this section, you’ll:
5958
1. In the Azure portal, go to **Create a resource**.
6059
2. Search for “Log Analytics Workspace” and select **Create** -> **Log Analytics Workspace**.
6160

62-
:::image type="content" source="media/send-logs-to-log-analytics/marketplace.png" alt-text="Screenshot of Create a resource.":::
61+
:::image type="content" source="media/send-logs-to-log-analytics/marketplace.png" alt-text="Screenshot of Create a resource." border="false" lightbox="media/send-logs-to-log-analytics/marketplace.png":::
6362

6463
#### Set up your workspace
6564

6665
1. Enter the Subscription you intend to use, the Resource Group chosen to house this workspace. Give it a name and select a region.
6766
2. Select **Review** + **Create**.
6867

69-
:::image type="content" source="media/send-logs-to-log-analytics/create-workspace.png" alt-text="Screenshot of Marketplace.":::
68+
:::image type="content" source="media/send-logs-to-log-analytics/create-workspace.png" alt-text="Screenshot of Marketplace." border="false" lightbox="media/send-logs-to-log-analytics/create-workspace.png":::
7069

7170
#### Add a diagnostic setting
7271

7372
Next, we add a diagnostic setting in your Azure VMware Solution private cloud, so it knows where to send your logs to.
7473

75-
:::image type="content" source="media/send-logs-to-log-analytics/private-cloud.png" alt-text="Screenshot of vh-private-cloud.":::
74+
:::image type="content" source="media/send-logs-to-log-analytics/private-cloud.png" alt-text="Screenshot of vh-private-cloud." border="false" lightbox="media/send-logs-to-log-analytics/private-cloud.png":::
7675

7776
1. Select your Azure VMware Solution private cloud.
7877
Go to Diagnostic settings on the left-hand menu under Monitoring.
@@ -84,7 +83,7 @@ Select the log categories you're interested in sending to your Log Analytics wor
8483
Select the Subscription your Log Analytics workspace lives in and the Log Analytics workspace.
8584
Select **Save** on the top left.
8685

87-
:::image type="content" source="media/send-logs-to-log-analytics/diagnostic-setting.png" alt-text="Screenshot of Diagnostics settings.":::
86+
:::image type="content" source="media/send-logs-to-log-analytics/diagnostic-setting.png" alt-text="Screenshot of Diagnostics settings." border="false" lightbox="media/send-logs-to-log-analytics/diagnostic-setting.png":::
8887

8988
At this point, your Log Analytics workspace is now successfully configured to receive logs from your Azure VMware Solution private cloud.
9089

@@ -100,20 +99,20 @@ For more information, see
10099

101100
1. In **Diagnostic setting**, select the storage account where you want to store the logs and select **Save**.
102101

103-
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-2.png" alt-text="Screenshot showing the options to select for storing the syslogs.":::
102+
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-2.png" alt-text="Screenshot showing the options to select for storing the syslogs." border="false" lightbox="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-2.png":::
104103

105104
2. Go to your **Storage accounts**, verify **Insight logs vmwarelog** was created, and select it.
106105

107-
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-3.png" alt-text="Screenshot showing the Insight logs vmwarelog option created and available.":::
106+
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-3.png" alt-text="Screenshot showing the Insight logs vmwarelog option created and available." border="false" lightbox="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-3.png":::
108107

109108

110109
3. Browse **Insight logs vmwarelog** to locate and download the json file to view the logs.
111110

112-
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-4.png" alt-text="Screenshot showing the drill-down path to the json file.":::
111+
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-4.png" alt-text="Screenshot showing the drill-down path to the json file." border="false" lightbox="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-4.png":::
113112

114113
### Stream to Microsoft Azure Event Hubs
115114

116115
1. In **Diagnostic setting**, under Destination details, select **Stream to an Event Hub**.
117116
2. From the **Event Hub namespace** drop-down menu, choose where you want to send the logs, select, and **Save**.
118117

119-
:::image type="content" source="media/diagnostic-settings/stream-event-hub.png" alt-text="Screenshot showing the drill-down path to send the logs.":::
118+
:::image type="content" source="media/diagnostic-settings/stream-event-hub.png" alt-text="Screenshot showing the drill-down path to send the logs." border="false" lightbox="media/diagnostic-settings/stream-event-hub.png":::
29.3 KB
Loading

0 commit comments

Comments
 (0)