Skip to content

Commit 1fe2e8e

Browse files
Merge pull request #265744 from NoamLandress/patch-9
Update connect-cef-syslog.md
2 parents a384bdc + ad73dd8 commit 1fe2e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/connect-cef-syslog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Before you begin, verify that you have:
3232
- The Microsoft Sentinel solution enabled.
3333
- A defined Microsoft Sentinel workspace.
3434
- A Linux machine to collect logs.
35-
- The Linux machine must have Python 2.7 or 3 installed on the Linux machine. Use the ``python --version`` or ``python3 --version`` command to check.
35+
- The Linux machine must have Python 2.7 or 3 installed on the Linux machine. Use the ``python --version`` or ``python3 --version`` command to check. If using Python 3 make sure it's set as the default command on the machine, or run the scripts below with the 'python3' command instead of 'python'.
3636
- For space requirements for your log forwarder, see the [Azure Monitor Agent Performance Benchmark](../azure-monitor/agents/azure-monitor-agent-performance.md). You can also review this blog post, which includes [designs for scalable ingestion](https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/designs-for-accomplishing-microsoft-sentinel-scalable-ingestion/ba-p/3741516).
3737
- Either the `syslog-ng` or `rsyslog` daemon enabled.
3838
- To collect events from any system that isn't an Azure virtual machine, ensure that [Azure Arc](../azure-monitor/agents/azure-monitor-agent-manage.md) is installed.

0 commit comments

Comments
 (0)