Skip to content

Commit 4c76d53

Browse files
committed
updated extension article ver table
1 parent 2c91509 commit 4c76d53

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/virtual-machines/extensions/oms-linux.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-linux
1616
ms.workload: infrastructure-services
17-
ms.date: 03/12/2019
17+
ms.date: 06/06/2019
1818
ms.author: roiyz
1919

2020
---
@@ -49,11 +49,27 @@ The Log Analytics Agent extension can be run against these Linux distributions.
4949
>OpenSSL lower than version 1.x is not supported on any platform, and version 1.10 is only supported on x86_64 platforms (64-bit).
5050
>
5151
52+
### Agent prerequisites
53+
54+
The following table highlights the packages required for supported Linux distros that the agent will be installed on.
55+
56+
|Required package |Description |Minimum version |
57+
|-----------------|------------|----------------|
58+
|Glibc | GNU C Library | 2.5-12
59+
|Openssl | OpenSSL Libraries | 1.0.x or 1.1.x |
60+
|Curl | cURL web client | 7.15.5 |
61+
|Python-ctypes | |
62+
|PAM | Pluggable Authentication Modules | |
63+
64+
>[!NOTE]
65+
>Either rsyslog or syslog-ng are required to collect syslog messages. The default syslog daemon on version 5 of Red Hat Enterprise Linux, CentOS, and Oracle Linux version (sysklog) is not supported for syslog event collection. To collect syslog data from this version of these distributions, the rsyslog daemon should be installed and configured to replace sysklog.
66+
5267
### Agent and VM Extension version
5368
The following table provides a mapping of the version of the Azure Monitor VM extension and Log Analytics agent bundle for each release. A link to the release notes for the Log Analytics agent bundle version is included. Release notes include details on bug fixes and new features available for a given agent release.
5469

5570
| Azure Monitor Linux VM extension version | Log Analytics Agent bundle version |
5671
|--------------------------------|--------------------------|
72+
|1.10.0 | [1.10.0-1](https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.10.0-1) |
5773
| 1.9.1 | [1.9.0-0](https://github.com/Microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.9.0-0) |
5874
| 1.8.11 | [1.8.1-256](https://github.com/Microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.8.1.256)|
5975
| 1.8.0 | [1.8.0-256](https://github.com/Microsoft/OMS-Agent-for-Linux/releases/tag/1.8.0-256)|

0 commit comments

Comments
 (0)