Skip to content

Commit c31bb00

Browse files
committed
Update data-collection-troubleshoot.md
1 parent 19fa6d2 commit c31bb00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/logs/data-collection-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article explains how to detect when data collection in Azure Monitor stops
1515

1616
The [daily cap](daily-cap.md) limits the amount of data that a Log Analytics workspace can collect in a day. When the daily cap is reached, data collection stops until the reset time. You can either wait for collection to automatically restart, or increase the daily data volume limit.
1717

18-
### Check Log Analytics workspace data collection status
18+
#### Check Log Analytics workspace data collection status
1919

2020
When data collection in a Log Analytics workspace stops, an event with a type of **Operation** is created in the workspace. Run the following query to check whether you're reaching the daily limit and missing data:
2121

@@ -27,15 +27,15 @@ When data collection stops, the **OperationStatus** is **Warning**. When data co
2727

2828
To be notified when data collection stops, use the steps described in the [Alert when daily cap is reached](daily-cap.md#alert-when-daily-cap-is-reached) section. To configure an e-mail, webhook, or runbook action for the alert rule, use the steps described in [create an action group](../alerts/action-groups.md).
2929

30-
## Daily ingestion limitation in the legacy free pricing tier
30+
## Daily ingestion limitation reached in the legacy free pricing tier
3131
If your Log Analytics workspace is in the [legacy Free pricing tier](cost-logs.md#legacy-pricing-tiers) and has collected more than 500 MB of data in a day, data collection stops for the rest of the day. Wait until the following day for collection to automatically restart, or change to a paid pricing tier.
3232

3333
## Workspace reached the data ingestion volume rate limit
3434
The [default ingestion volume rate limit](../service-limits.md#log-analytics-workspaces) for data sent from Azure resources using diagnostic settings is approximately 6 GB/min per workspace. This is an approximate value because the actual size can vary between data types, depending on the log length and its compression ratio. This limit doesn't apply to data that's sent from agents or the [Logs ingestion API](logs-ingestion-api-overview.md).
3535

3636
If you send data at a higher rate to a single workspace, some data is dropped, and an event is sent to the **Operation** table in your workspace every six hours while the threshold continues to be exceeded. If your ingestion volume continues to exceed the rate limit or you are expecting to reach it sometime soon, you can request an increase to your workspace by sending an email to [email protected] or by opening a support request.
3737

38-
### Check whether your workspace reached its data ingestion rate limit
38+
#### Check whether your workspace reached its data ingestion rate limit
3939

4040
Use this query to retrieve the record that indicates the data ingestion rate limit was reached.
4141

@@ -49,7 +49,7 @@ Operation
4949

5050
[Azure Monitor Agent](../agents/azure-monitor-agent-overview.md) collects data from virtual machines and sends the data to Azure Monitor. An agent might stop sending data to your Log Analytics workspace in various scenarios. For example, when [Azure Site Recovery](/azure/site-recovery/site-recovery-overview) recovers a virtual machine in a disaster recovery scenario, the resource ID of the machine changes, requiring reinstallation of Azure Monitor Agent on the machine.
5151

52-
### Check the health of agents sending data to your workspace
52+
#### Check the health of agents sending data to your workspace
5353

5454
Azure Monitor Agent instances installed on all virtual machines that send data to your Log Analytics workspace send a heartbeat to the [Heartbeat table](/azure/azure-monitor/reference/tables/heartbeat) every minute.
5555

0 commit comments

Comments
 (0)