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
264
264
265
265
| Operating system | Azure Monitor agent <sup >1</sup > | Log Analytics agent <sup >1</sup > | Diagnostics extension <sup >2</sup >|
266
266
|:---|:---:|:---:|:---:|:---:
267
- | AlmaLinux | X | X | |
267
+ | AlmaLinux 8. * | X | X | |
268
268
| Amazon Linux 2017.09 | | X | |
269
269
| Amazon Linux 2 | | X | |
270
270
| CentOS Linux 8 | X <sup >3</sup > | X | |
271
271
| CentOS Linux 7 | X | X | X |
272
272
| CentOS Linux 6 | | X | |
273
273
| CentOS Linux 6.5+ | | X | X |
274
274
| Debian 11 <sup >1</sup > | X | | |
275
- | Debian 10 <sup >1</sup > | X | | |
275
+ | Debian 10 <sup >1</sup > | X | X | |
276
276
| Debian 9 | X | X | X |
277
277
| Debian 8 | | X | |
278
278
| Debian 7 | | | X |
@@ -286,7 +286,7 @@ The following tables list the operating systems that Azure Monitor Agent and the
286
286
| Red Hat Enterprise Linux Server 7 | X | X | X |
287
287
| Red Hat Enterprise Linux Server 6 | | X | |
288
288
| Red Hat Enterprise Linux Server 6.7+ | | X | X |
289
- | Rocky Linux | X | X | |
289
+ | Rocky Linux 8. * | X | X | |
290
290
| SUSE Linux Enterprise Server 15.2 | X <sup >3</sup > | | |
291
291
| SUSE Linux Enterprise Server 15.1 | X <sup >3</sup > | X | |
292
292
| 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
31
31
32
32
| Log Analytics Linux VM extension version | Log Analytics Agent bundle version |
33
33
| --------------------------------| --------------------------|
34
+ | 1.14.19 | [ 1.14.19] ( https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.19-0 ) |
34
35
| 1.14.16 | [ 1.14.16] ( https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.16-0 ) |
35
36
| 1.14.13 | [ 1.14.13] ( https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.13-0 ) |
36
37
| 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 \
200
201
-ExtensionName OmsAgentForLinux \
201
202
-ExtensionType OmsAgentForLinux \
202
203
-Publisher Microsoft.EnterpriseCloud.Monitoring \
203
- -TypeHandlerVersion latestVersion
204
+ -TypeHandlerVersion latestVersion \
204
205
-ProtectedSettingString '{"workspaceKey":"myWorkspaceKey"}' \
205
206
-SettingString '{"workspaceId":"myWorkspaceId","skipDockerProviderInstall": true}'
206
207
```
You can’t perform that action at this time.
0 commit comments