Skip to content

Commit f5a7272

Browse files
authored
Merge pull request #134738 from Lukeout/patch-1
Update agent-linux.md
2 parents 88454ea + cc6fba3 commit f5a7272

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/azure-monitor/platform/agent-linux.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ Starting with versions released after August 2018, we are making the following c
3939
>[!NOTE]
4040
>If you are using a distro or version that is not currently supported and doesn't align to our support model, we recommend that you fork this repo, acknowledging that Microsoft support will not provide assistance with forked agent versions.
4141
42-
### Python 2 requirement
42+
### Python requirement
4343

44-
The Log Analytics agent requires Python 2. If your virtual machine is using a distro that doesn't include Python 2 by default then you must install it. The following sample commands will install Python 2 on different distros.
44+
Starting from Agent version 1.13.27, the Linux Agent will support both Python 2 and 3. We always recommend using the latest agent.
45+
46+
If you are using an older version of the agent, you must have the Virtual Machine use python 2 by default. If your virtual machine is using a distro that doesn't include Python 2 by default then you must install it. The following sample commands will install Python 2 on different distros.
4547

4648
- Red Hat, CentOS, Oracle: `yum install -y python2`
4749
- Ubuntu, Debian: `apt-get install -y python2`
@@ -67,7 +69,7 @@ The OMS Agent has limited customization support for Linux.
6769
The following are currently supported:
6870
- FIPs
6971
70-
The following are planned but not yet supported:
72+
The following are in consideration but not yet supported:
7173
- CIS
7274
- SELINUX
7375

0 commit comments

Comments
 (0)