File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
virtual-machines/extensions Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,15 @@ The following tables list the operating systems that Azure Monitor Agent and the
264264
265265| Operating system | Azure Monitor agent <sup >1</sup > | Log Analytics agent <sup >1</sup > | Diagnostics extension <sup >2</sup >|
266266|:---|:---:|:---:|:---:|:---:
267- | AlmaLinux | X | X | |
267+ | AlmaLinux 8. * | X | X | |
268268| Amazon Linux 2017.09 | | X | |
269269| Amazon Linux 2 | | X | |
270270| CentOS Linux 8 | X <sup >3</sup > | X | |
271271| CentOS Linux 7 | X | X | X |
272272| CentOS Linux 6 | | X | |
273273| CentOS Linux 6.5+ | | X | X |
274274| Debian 11 <sup >1</sup > | X | | |
275- | Debian 10 <sup >1</sup > | X | | |
275+ | Debian 10 <sup >1</sup > | X | X | |
276276| Debian 9 | X | X | X |
277277| Debian 8 | | X | |
278278| Debian 7 | | | X |
@@ -286,7 +286,7 @@ The following tables list the operating systems that Azure Monitor Agent and the
286286| Red Hat Enterprise Linux Server 7 | X | X | X |
287287| Red Hat Enterprise Linux Server 6 | | X | |
288288| Red Hat Enterprise Linux Server 6.7+ | | X | X |
289- | Rocky Linux | X | X | |
289+ | Rocky Linux 8. * | X | X | |
290290| SUSE Linux Enterprise Server 15.2 | X <sup >3</sup > | | |
291291| SUSE Linux Enterprise Server 15.1 | X <sup >3</sup > | X | |
292292| SUSE Linux Enterprise Server 15 SP1 | X | X | |
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ The following table provides a mapping of the version of the Log Analytics VM ex
3131
3232| Log Analytics Linux VM extension version | Log Analytics Agent bundle version |
3333| --------------------------------| --------------------------|
34+ | 1.14.19 | [ 1.14.19] ( https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.19-0 ) |
3435| 1.14.16 | [ 1.14.16] ( https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.16-0 ) |
3536| 1.14.13 | [ 1.14.13] ( https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.13-0 ) |
3637| 1.14.11 | [ 1.14.11] ( https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.11-0 ) |
@@ -200,7 +201,7 @@ Set-AzVMExtension \
200201 -ExtensionName OmsAgentForLinux \
201202 -ExtensionType OmsAgentForLinux \
202203 -Publisher Microsoft.EnterpriseCloud.Monitoring \
203- -TypeHandlerVersion latestVersion
204+ -TypeHandlerVersion latestVersion \
204205 -ProtectedSettingString '{"workspaceKey":"myWorkspaceKey"}' \
205206 -SettingString '{"workspaceId":"myWorkspaceId","skipDockerProviderInstall": true}'
206207```
You can’t perform that action at this time.
0 commit comments