Skip to content

Commit 4c6262c

Browse files
author
Ken Lawson
committed
Updated per triage app customer feedback
1 parent f6ca94b commit 4c6262c

File tree

5 files changed

+17
-21
lines changed

5 files changed

+17
-21
lines changed

learn-pr/wwl-sci/connect-syslog-data-sources-to-azure-sentinel/2-plan-for-syslog-connector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Plan for syslog data collection
44
metadata:
55
title: Plan for syslog data collection
66
description: "Plan for syslog data collection"
7-
ms.date: 06/27/2022
7+
ms.date: 03/07/2025
88
author: wwlpublish
99
ms.author: kelawson
1010
ms.topic: unit

learn-pr/wwl-sci/connect-syslog-data-sources-to-azure-sentinel/includes/3-collect-data-from-linux-based-sources-using-syslog.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Configuring the Azure Monitor Agent for Syslog on Linux machines:
22

3-
## **For an Azure Linux VM:**
3+
## [Azure Linux VM](#tab/azure-linux-vm)
44

55
To install the agent on an Azure Linux virtual machine:
66

@@ -44,30 +44,28 @@ To install the agent on an Azure Linux virtual machine:
4444
:::image type="content" source="../media/03-azure-monitor-linux-agent-azure-vm.png" alt-text="Screenshot of the Azure Monitor Linux Agent on an Azure VM." lightbox="../media/03-azure-monitor-linux-agent-azure-vm.png":::
4545

4646
> [!NOTE]
47-
> If Microsoft Defender for Cloud Auto-provisioning is enabled, the Azure Monitor Linux Agent will be installed by default as an extension using Azure Policy assignment.
47+
> If Microsoft Defender for Cloud Auto-provisioning is enabled, the Azure Monitor Linux Agent is installed by default as an extension using Azure Policy assignment.
4848
49-
## **For any other Linux machine:**
49+
## [Non-Azure Linux machine](#tab/non-azure-linux-machine)
5050

5151
To install the agent on non-Azure Linux physical or virtual machines:
5252

5353
1. In the Azure portal, enter **Arc** in the `Search resources, services, and docs` search bar.
5454

55-
1. In **Azure Arc**, scroll down the left menu to the **Infrastructure** section and select **Servers**.
55+
1. In **Azure Arc**, scroll down the left navigation menu to the **Azure Arc resources** section and select **Machines**.
5656

57-
1. On the **Servers** page, select **+ Add**.
57+
1. On the **Machines** page, select **+ Add/Create** and **Add a machine**.
5858

59-
1. On the **Add servers with Azure Arc** page, locate the **Add a single server box** and select **Generate script**.
59+
1. On the **Add servers with Azure Arc** page, locate the **Add a single server box**, and select **Generate script**.
6060

61-
1. On the **Add servers with Azure Arc** page, **Prerequisites** tab, review the requirements and select **Next**.
62-
63-
1. On the **Add servers with Azure Arc** page, **Resource details** tab, select your **Subscription** and **Resource group** from the drop-down menus under **Project details**.
61+
1. On the **Add servers with Azure Arc** page, **Basics** tab, select your **Subscription** and **Resource group** from the drop-down menus under **Project details**.
6462

6563
> [!TIP]
66-
> Select an Azure region before creating a new Resource groups.
64+
> Select an Azure region in **Server details** before creating a new Resource groups.
6765
68-
1. On the **Add servers with Azure Arc** page, **Resource details** tab, select your **Region** and then select **Linux** from the **Operating system** drop-down menu under **Server details**.
66+
1. In the **Server details** section, select your **Region** and then select **Linux** from the **Operating system** drop-down menu under.
6967

70-
1. On the **Add servers with Azure Arc** page, **Resource details** tab, select the appropriate **Connectivity method** from the radio buttons under **Connectivity method**, and then select **Next**.
68+
1. Select the appropriate **Connectivity method** from the radio buttons under **Connectivity method**, and then select **Next**.
7169

7270
:::image type="content" source="../media/03-add-a-server-with-azure-arc.png" alt-text="Screenshot of Add a server Azure Arc page.":::
7371

@@ -76,7 +74,7 @@ To install the agent on non-Azure Linux physical or virtual machines:
7674
1. On the **Add servers with Azure Arc** page, **Download and run script** tab, either download or copy the script to the clipboard.
7775

7876
> [!TIP]
79-
> If you're using a Microsoft Windows system with Microsoft Azure, it is easy to copy and paste the script into notepad, then ssh into your Linux machine with PowerShell to run the script in a Bash console.
77+
> If you're using a Microsoft Windows system with Microsoft Azure, it's easy to copy and paste the script into notepad, then ssh into your Linux machine with PowerShell to run the script in a Bash console.
8078
8179
1. Open a `Bash console` as an administrative (root) user on your non-Azure Linux machine and run the script.
8280

@@ -87,7 +85,7 @@ To install the agent on non-Azure Linux physical or virtual machines:
8785
- Install the agent on the server.
8886
- Create the Azure Arc-enabled server resource and associate it with the agent.
8987

90-
1. When the script successfully completes you should see a message stating `Latest version of azcmagent is installed`.
88+
1. When the script successfully completes, you should see a message stating `Latest version of azcmagent is installed`.
9189

9290
1. On the **Add servers with Azure Arc** page, **Download and run script** tab, select **Close**.
9391

@@ -96,9 +94,7 @@ To install the agent on non-Azure Linux physical or virtual machines:
9694
1. Copy and edit the following Bash script to include the required parameters in double quotes:
9795

9896
```bash
99-
azcmagent connect --resource-group "resourceGroupName" --tenant-id "tenantID" --location "regionName" --subscription-id "subscriptionID" --cloud "cloudName"
100-
if [ $? = 0 ]; then echo "\033[33mTo view your onboarded server(s), navigate to https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.HybridCompute%2Fmachines\033[m"; fi
101-
97+
sudo azcmagent connect --resource-group "$resourceGroup" --tenant-id "$tenantID" --location "$location" --subscription-id "$subscriptionID" --cloud "$cloud" --correlation-id "$correlationId";
10298
```
10399

104100
> [!TIP]
@@ -120,10 +116,10 @@ To install the agent on non-Azure Linux physical or virtual machines:
120116

121117
1. In **Azure Arc**, scroll down the left menu to the **Infrastructure** section and select **Servers**. You should see your machine with a `Status` of **Connected**.
122118

123-
:::image type="content" source="../media/03-azure-arc-connected-server.png" alt-text="Screenshot of azure Arc connected Linux server":::
119+
:::image type="content" source="../media/03-azure-arc-connected-server.png" alt-text="Screenshot of azure Arc connected Linux servers":::
124120

125121
> [!NOTE]
126-
> Select Refresh if the Linux machine is not displayed.
122+
> Select Refresh if the Linux machine isn't displayed.
127123
128124
1. The next task is to add your newly connected Azure Arc Linux server to your previously created Data Collection Rule for Syslog.
129125

learn-pr/wwl-sci/connect-syslog-data-sources-to-azure-sentinel/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.connect-syslog-data-sources-to-azure-sentinel
33
metadata:
44
title: Connect syslog data sources to Microsoft Sentinel
55
description: "Connect syslog data sources to Microsoft Sentinel"
6-
ms.date: 06/27/2022
6+
ms.date: 03/07/2025
77
author: wwlpublish
88
ms.author: kelawson
99
ms.topic: module
38.6 KB
Loading
28.9 KB
Loading

0 commit comments

Comments
 (0)