Skip to content

Commit e4b567d

Browse files
authored
Merge pull request #120660 from cseelhoff-ms/patch-1
Added details about log location
2 parents 5250063 + 249646f commit e4b567d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/agents/azure-monitor-agent-troubleshoot-linux-vm-rsyslog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The next sections describe the issue.
4646
Azure Monitor Agent for Linux buffers events to `/var/opt/microsoft/azuremonitoragent/events` prior to ingestion. On a default Azure Monitor Agent for Linux installation, this directory takes ~650 MB of disk space at idle. The size on disk increases when it's under sustained logging load. It gets cleaned up about every 60 seconds and reduces back to ~650 MB when the load returns to idle.
4747

4848
#### Confirm the issue of a full disk
49-
The `df` command shows almost no space available on `/dev/sda1`, as shown here:
49+
The `df` command shows almost no space available on `/dev/sda1`, as shown in the following output. Note that you should examine the line item that correlates to the log directory (for example, `/var/log` or `/var` or `/`).
5050

5151
```bash
5252
df -h

0 commit comments

Comments
 (0)