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: articles/virtual-machines/extensions/oms-linux.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.devlang: na
14
14
ms.topic: article
15
15
ms.tgt_pltfrm: vm-linux
16
16
ms.workload: infrastructure-services
17
-
ms.date: 03/12/2019
17
+
ms.date: 06/06/2019
18
18
ms.author: roiyz
19
19
20
20
---
@@ -49,11 +49,27 @@ The Log Analytics Agent extension can be run against these Linux distributions.
49
49
>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).
50
50
>
51
51
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
+
52
67
### Agent and VM Extension version
53
68
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.
54
69
55
70
| Azure Monitor Linux VM extension version | Log Analytics Agent bundle version |
0 commit comments