Skip to content

Commit 1bc8689

Browse files
Merge pull request #233275 from limwainstein/syslog-clarification
Adding note with Syslog clarification
2 parents 3f2e8bf + ccbab1f commit 1bc8689

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/sentinel/forward-syslog-monitor-agent.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ If you're forwarding syslogs to an Azure VM, use the following steps to allow re
154154

155155
### Configure Linux syslog daemon
156156

157+
> [!NOTE]
158+
> 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.
159+
> Read more about [RSyslog](https://www.rsyslog.com/doc/master/configuration/actions.html) or [Syslog-ng](
160+
https://www.syslog-ng.com/technical-documents/doc/syslog-ng-open-source-edition/3.26/administration-guide/34#TOPIC-1431029).
161+
157162
Connect to your Linux VM and run the following command to configure the Linux syslog daemon:
158163

159164
```bash

0 commit comments

Comments
 (0)