You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-sci/connect-syslog-data-sources-to-azure-sentinel/includes/3-collect-data-from-linux-based-sources-using-syslog.md
+18-22Lines changed: 18 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Configuring the Azure Monitor Agent for Syslog on Linux machines:
2
2
3
-
## **For an Azure Linux VM:**
3
+
## [Azure Linux VM](#tab/azure-linux-vm)
4
4
5
5
To install the agent on an Azure Linux virtual machine:
6
6
@@ -44,30 +44,28 @@ To install the agent on an Azure Linux virtual machine:
44
44
:::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":::
45
45
46
46
> [!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.
48
48
49
-
## **For any other Linux machine:**
49
+
## [Non-Azure Linux machine](#tab/non-azure-linux-machine)
50
50
51
51
To install the agent on non-Azure Linux physical or virtual machines:
52
52
53
53
1. In the Azure portal, enter **Arc** in the `Search resources, services, and docs` search bar.
54
54
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**.
56
56
57
-
1. On the **Servers** page, select **+ Add**.
57
+
1. On the **Machines** page, select **+ Add/Create** and **Add a machine**.
58
58
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**.
60
60
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**.
64
62
65
63
> [!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.
67
65
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.
69
67
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**.
71
69
72
70
:::image type="content" source="../media/03-add-a-server-with-azure-arc.png" alt-text="Screenshot of Add a server Azure Arc page.":::
73
71
@@ -76,7 +74,7 @@ To install the agent on non-Azure Linux physical or virtual machines:
76
74
1. On the **Add servers with Azure Arc** page, **Download and run script** tab, either download or copy the script to the clipboard.
77
75
78
76
> [!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.
80
78
81
79
1. Open a `Bash console` as an administrative (root) user on your non-Azure Linux machine and run the script.
82
80
@@ -87,7 +85,7 @@ To install the agent on non-Azure Linux physical or virtual machines:
87
85
- Install the agent on the server.
88
86
- Create the Azure Arc-enabled server resource and associate it with the agent.
89
87
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`.
91
89
92
90
1. On the **Add servers with Azure Arc** page, **Download and run script** tab, select **Close**.
93
91
@@ -96,9 +94,7 @@ To install the agent on non-Azure Linux physical or virtual machines:
96
94
1. Copy and edit the following Bash script to include the required parameters in double quotes:
if [ $?= 0 ];thenecho"\033[33mTo view your onboarded server(s), navigate to https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.HybridCompute%2Fmachines\033[m";fi
@@ -112,18 +108,18 @@ To install the agent on non-Azure Linux physical or virtual machines:
112
108
113
109
1. Open a Web browser and navigate to the address as directed, and paste or enter the code into the form and select**Next** to sign in.
114
110
115
-
1. On the **Pick an account** page, selectyour`administrator account` and thenselect**Next**. Close browser tabs when complete.
111
+
1. On the **Pick an account** page, selectyour`administrator account`, and thenselect**Next**. Close browser tabs when complete.
116
112
117
-
1. In your `Bash console` you should see an `INFO Connected machine to Azure` message.
113
+
1. In your `Bash console`, you should see an `INFO Connected machine to Azure` message.
118
114
119
115
1. Verify your non-Azure machine is connected to **Azure Arc**in the Azure portal by entering **Arc**in the `Search resources, services, and docs` search bar.
120
116
121
-
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**.
117
+
1. In **Azure Arc**, scroll down the left navigation menu to the **Azure Arc resources** section and select**Machines**. You should see your machine with an `Arc agent Status` of **Connected**.
122
118
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":::
124
120
125
121
> [!NOTE]
126
-
> Select Refresh if the Linux machine is not displayed.
122
+
> Select Refresh if the Linux machine isn't displayed.
127
123
128
124
1. The next task is to add your newly connected Azure Arc Linux server to your previously created Data Collection Rule for Syslog.
0 commit comments