Skip to content

Commit ccbab1f

Browse files
committed
Moving note
1 parent a754e3d commit ccbab1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ In this article, we'll describe how to configure a Linux virtual machine (VM) to
1616

1717
Configure your linux-based device to send data to a Linux VM. The Azure Monitor agent on the VM forwards the syslog data to the Log Analytics workspace. Then use Microsoft Sentinel or Azure Monitor to monitor the device from the data stored in the Log Analytics workspace.
1818

19-
> [!NOTE]
20-
> 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.
21-
> Read more about [RSyslog](https://www.rsyslog.com/doc/master/configuration/actions.html) or [Syslog-ng](
22-
https://www.syslog-ng.com/technical-documents/doc/syslog-ng-open-source-edition/3.26/administration-guide/34#TOPIC-1431029).
23-
2419
In this article, you learn how to:
2520

2621
> [!div class="checklist"]
@@ -159,6 +154,11 @@ If you're forwarding syslogs to an Azure VM, use the following steps to allow re
159154

160155
### Configure Linux syslog daemon
161156

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+
162162
Connect to your Linux VM and run the following command to configure the Linux syslog daemon:
163163

164164
```bash

0 commit comments

Comments
 (0)