Skip to content

Commit 90a9a9f

Browse files
committed
Update data-collection-troubleshoot.md
1 parent baa3bfb commit 90a9a9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ 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 limit reached in legacy free pricing tier
31-
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.
32-
3330
## Ingestion volume rate limit reached
3431
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).
3532

@@ -44,6 +41,8 @@ Operation
4441
| where OperationCategory == "Ingestion"
4542
| where Detail startswith "The rate of data crossed the threshold"
4643
```
44+
## Legacy free pricing tier daily ingestion limit reached
45+
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.
4746

4847
## Azure Monitor Agent not sending data
4948

0 commit comments

Comments
 (0)