Skip to content

Commit 2c203fa

Browse files
committed
updated based on symantics and syntax check tool report
1 parent 3f945ad commit 2c203fa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/azure-monitor/agents/agents-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Azure Monitor Agent uses [data collection rules](../essentials/data-collection-r
7373
|:---|:---|:---|
7474
| Performance | Azure Monitor Metrics (Public preview)<sup>1</sup> - Insights.virtualmachine namespace<br>Log Analytics workspace - [Perf](/azure/azure-monitor/reference/tables/perf) table | Numerical values measuring performance of different aspects of operating system and workloads |
7575
| Windows event logs (including sysmon events) | Log Analytics workspace - [Event](/azure/azure-monitor/reference/tables/Event) table | Information sent to the Windows event logging system |
76-
| Syslog | Log Analytics workspace - [Syslog](/azure/azure-monitor/reference/tables/syslog)<sup>2</sup> table | Information sent to the Linux event logging system. [Colllect syslog with Azure Monitor Agent](data-collection-syslog.md) |
76+
| Syslog | Log Analytics workspace - [Syslog](/azure/azure-monitor/reference/tables/syslog)<sup>2</sup> table | Information sent to the Linux event logging system. [Collect syslog with Azure Monitor Agent](data-collection-syslog.md) |
7777
| Text logs and Windows IIS logs | Log Analytics workspace - custom table(s) created manually | [Collect text logs with Azure Monitor Agent](data-collection-text-log.md) |
7878

7979

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Here's how AMA collects syslog events:
1919
> [!NOTE]
2020
> AMA uses local persistency by default, all events received from `rsyslog` / `syslog-ng` are queued in `/var/opt/microsoft/azuremonitoragent/events` if they fail to be uploaded.
2121

22-
## Rsyslog data not uploaded due to Full Disk space issue on AMA Linux Agent
22+
## Rsyslog data not uploaded due to full disk space issue on Azure Monitor Linux Agent
2323

2424
### Symptom
2525
**Syslog data is not uploading**: When inspecting the error logs at `/var/opt/microsoft/azuremonitoragent/log/mdsd.err`, you'll see entries about *Error while inserting item to Local persistent store…No space left on device* similar to the following snippet:
@@ -31,7 +31,7 @@ Here's how AMA collects syslog events:
3131
### Cause
3232
Linux AMA buffers events to `/var/opt/microsoft/azuremonitoragent/events` prior to ingestion. On a default Linux AMA install, this directory will take ~650MB of disk space at idle. The size on disk will increase when under sustained logging load. It will get cleaned up about every 60 seconds and will reduce back to ~650 MB when the load returns to idle.
3333

34-
### Confirming the issue of Full Disk
34+
### Confirming the issue of full disk
3535
The `df` command shows almost no space available on `/dev/sda1`, as shown below:
3636

3737
```
@@ -85,7 +85,7 @@ If you're sending a high log volume through rsyslog, consider modifying the defa
8585
```
8686
2. `sudo systemctl restart rsyslog`
8787

88-
## Issue: AMA Event Buffer is Filling Disk
88+
## Issue: Azure Monitor Linux Agent Event Buffer is Filling Disk
8989
If you observe the `/var/opt/microsoft/azuremonitor/events` directory growing unbounded (10 GB or higher) and not reducing in size, [file a ticket](#file-a-ticket) with **Summary** as 'AMA Event Buffer is filling disk' and **Problem type** as 'I need help configuring data collection from a VM'.
9090

9191
[!INCLUDE [azure-monitor-agent-file-a-ticket](../../../includes/azure-monitor-agent/azure-monitor-agent-file-a-ticket.md)]

articles/azure-monitor/agents/data-collection-syslog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Syslog is an event logging protocol that's common to Linux. You can use the Sysl
1414

1515
![Diagram that shows Syslog collection.](media/data-sources-syslog/overview.png)
1616

17-
![Diagram that shows Syslog daemon and Azure Monitor Agent communication.](media/azure-monitor-agent/linux_agent_syslog_communication.png)
17+
![Diagram that shows Syslog daemon and Azure Monitor Agent communication.](media/azure-monitor-agent/linux-agent-syslog-communication.png)
1818

1919
The following facilities are supported with the Syslog collector:
2020
* auth
@@ -71,7 +71,7 @@ A data collection rule is an Azure resource that allows you to define the way d
7171

7272
1. Select **Add data source**.
7373
1. For **Data source type**, select **Linux syslog**.
74-
:::image type="content" source="../../sentinel/media/forward-syslog-monitor-agent/create-rule-data-source.png" alt-text="Screenshot of page to select data source type and minimum log level":::
74+
:::image type="content" source="../../sentinel/media/forward-syslog-monitor-agent/create-rule-data-source.png" alt-text="Screenshot of page to select data source type and minimum log level.":::
7575
1. For **Minimum log level**, leave the default values **LOG_DEBUG**.
7676
1. Select **Next: Destination**.
7777

0 commit comments

Comments
 (0)