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
| Azure VM | Log Analytics agent VM extension for Windows/Linux | The agent is automatically upgraded [after the VM model changes](../../virtual-machines/extensions/features-linux.md#how-agents-and-extensions-are-updated), unless you configured your Azure Resource Manager template to opt out by setting the property `autoUpgradeMinorVersion` to **false**. Once deployed, however, the extension won't upgrade minor versions unless redeployed, even with this property set to **true**. Only Linux agent supports automatic update post deployment with `enableAutomaticUpgrade` property. (See [Enable Auto-update for the Linux Agent](#enable-auto-update-for-the-linux-agent)). Major version upgrade is always manual. (See [VirtualMachineExtensionInner.AutoUpgradeMinorVersion Property](https://docs.azure.cn/dotnet/api/microsoft.azure.management.compute.fluent.models.virtualmachineextensioninner.autoupgrademinorversion?view=azure-dotnet)). |
23
+
| Azure VM | Log Analytics agent VM extension for Windows/Linux | The agent is automatically upgraded [after the VM model changes](../../virtual-machines/extensions/features-linux.md#how-agents-and-extensions-are-updated), unless you configured your Azure Resource Manager template to opt out by setting the property `autoUpgradeMinorVersion` to **false**. Once deployed, however, the extension won't upgrade minor versions unless redeployed, even with this property set to **true**. Only the Linux agent supports automatic update post deployment with `enableAutomaticUpgrade` property. (See [Enable Auto-update for the Linux agent](#enable-auto-update-for-the-linux-agent)). Major version upgrade is always manual. (See [VirtualMachineExtensionInner.AutoUpgradeMinorVersion Property](https://docs.azure.cn/dotnet/api/microsoft.azure.management.compute.fluent.models.virtualmachineextensioninner.autoupgrademinorversion?view=azure-dotnet)). |
24
24
| Custom Azure VM images | Manual installation of Log Analytics agent for Windows/Linux | Updating VMs to the newest version of the agent must be performed from the command line running the Windows installer package or Linux self-extracting and installable shell script bundle.|
25
25
| Non-Azure VMs | Manual installation of Log Analytics agent for Windows/Linux | Updating VMs to the newest version of the agent must be performed from the command line running the Windows installer package or Linux self-extracting and installable shell script bundle. |
26
26
27
27
### Upgrade the Windows agent
28
28
29
-
To update the agent on a Windows VM to the latest version not installed by using the Log Analytics VM extension, you either run from the command prompt, script, or other automation solution or use the MMASetup-\<platform\>.msi Setup Wizard.
29
+
To update the agent on a Windows VM to the latest version not installed by using the Log Analytics VM extension, you either run from the command prompt, script, or other automation solution or use the **MMASetup-\<platform\>.msi Setup Wizard**.
30
30
31
31
To download the latest version of the Windows agent from your Log Analytics workspace:
32
32
@@ -48,9 +48,9 @@ To download the latest version of the Windows agent from your Log Analytics work
48
48
49
49
1. Sign on to the computer with an account that has administrative rights.
50
50
51
-
1. Execute **MMASetup-\<platform\>.exe** to start the Setup Wizard.
51
+
1. Execute **MMASetup-\<platform\>.exe** to start the **Setup Wizard**.
52
52
53
-
1. On the first page of the Setup Wizard, select **Next**.
53
+
1. On the first page of the **Setup Wizard**, select **Next**.
54
54
55
55
1. In the **Microsoft Monitoring Agent Setup** dialog, select **I agree** to accept the license agreement.
56
56
@@ -78,7 +78,7 @@ Run the following command to upgrade the agent:
78
78
79
79
`sudo sh ./omsagent-*.universal.x64.sh --upgrade`
80
80
81
-
### Enable auto-update for the Linux Agent
81
+
### Enable auto-update for the Linux agent
82
82
83
83
We recommend that you enable [Automatic Extension Upgrade](../../virtual-machines/automatic-extension-upgrade.md) by using these commands to update the agent automatically.
84
84
@@ -276,7 +276,7 @@ Perform the following steps if your Linux computers need to communicate through
276
276
277
277
## Uninstall agent
278
278
279
-
Use one of the following procedures to uninstall the Windows or Linux agent by using the command line or Setup Wizard.
279
+
Use one of the following procedures to uninstall the Windows or Linux agent by using the command line or **Setup Wizard**.
280
280
281
281
### Windows agent
282
282
@@ -291,7 +291,7 @@ Use the Windows agent.
291
291
1. In **Programs and Features**, select **Microsoft Monitoring Agent** > **Uninstall** > **Yes**.
292
292
293
293
>[!NOTE]
294
-
>The Agent Setup Wizard can also be run by double-clicking `MMASetup-\<platform\>.exe`, which is available for download from a workspace in the Azure portal.
294
+
>The **Agent Setup Wizard** can also be run by double-clicking `MMASetup-\<platform\>.exe`, which is available for download from a workspace in the Azure portal.
295
295
296
296
#### Uninstall from the command line
297
297
@@ -309,7 +309,7 @@ To remove the agent, run the following command on the Linux computer. The `--pur
309
309
310
310
`wget https://raw.githubusercontent.com/Microsoft/OMS-Agent-for-Linux/master/installer/scripts/onboard_agent.sh && sh onboard_agent.sh --purge`
311
311
312
-
## Configure the agent to report to an Operations Manager management group
312
+
## Configure agent to report to an Operations Manager management group
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/data-collection-rule-azure-monitor-agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To send data to Log Analytics, create the data collection rule in the *same regi
31
31
32
32
[](media/data-collection-rule-azure-monitor-agent/data-collection-rules-updated.png#lightbox)
33
33
34
-
1. Enter a **Rule name** and specify a **Subscription**, **Resource Group**, **Region**, and **Platform Type**.
34
+
1. Enter a **Rule name** and specify a **Subscription**, **Resource Group**, **Region**, and **Platform Type**:
35
35
36
36
-**Region** specifies where the DCR will be created. The virtual machines and their associations can be in any subscription or resource group in the tenant.
0 commit comments