Skip to content

Commit 1ed9e36

Browse files
Merge pull request #276397 from yelevin/patch-2
Added python3 clarification
2 parents a760fe0 + d63548f commit 1ed9e36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/sentinel/connect-cef-syslog-ama.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ If you're using a log forwarder, configure the Syslog daemon to listen for messa
343343
- Rsyslog: `/etc/rsyslog.conf`
344344
- Syslog-ng: `/etc/syslog-ng/syslog-ng.conf`
345345

346+
If you're using Python 3, and it's not set as the default command on the machine, substitute `python3` for `python` in the pasted command. See [Log forwarder prerequisites](#log-forwarder-prerequisites).
347+
346348
> [!NOTE]
347349
> To avoid [Full Disk scenarios](../azure-monitor/agents/azure-monitor-agent-troubleshoot-linux-vm-rsyslog.md) where the agent can't function, we recommend that you set the `syslog-ng` or `rsyslog` configuration not to store unneeded logs. A Full Disk scenario disrupts the function of the installed AMA.
348350
> For more information, see [RSyslog](https://www.rsyslog.com/doc/master/configuration/actions.html) or [Syslog-ng](https://www.syslog-ng.com/technical-documents/doc/syslog-ng-open-source-edition/3.26/administration-guide/34#TOPIC-1431029).
@@ -400,4 +402,4 @@ Verify that logs messages from your linux machine or security devices and applia
400402
## Related content
401403

402404
- [Syslog and Common Event Format (CEF) via AMA connectors for Microsoft Sentinel](cef-syslog-ama-overview.md)
403-
- [Data collection rules in Azure Monitor](../azure-monitor/essentials/data-collection-rule-overview.md)
405+
- [Data collection rules in Azure Monitor](../azure-monitor/essentials/data-collection-rule-overview.md)

0 commit comments

Comments
 (0)