Skip to content

Commit 22b2950

Browse files
committed
Update data-collection-troubleshoot.md
1 parent 1cdb87e commit 22b2950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If your Log Analytics workspace is in the [legacy Free pricing tier](cost-logs.m
3333
## Workspace reached 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

36-
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.
36+
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're 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

3838
#### Check whether your workspace reached its data ingestion rate limit
3939

@@ -53,7 +53,7 @@ Operation
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

56-
Run this query to list VMs that have not reported a heartbeat in the last five minutes:
56+
Run this query to list VMs that haven't reported a heartbeat in the last five minutes:
5757

5858
```kusto
5959
Heartbeat

0 commit comments

Comments
 (0)