Skip to content

Commit 58bd03b

Browse files
authored
Update monitor-workspace.md
1 parent 22985b4 commit 58bd03b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/azure-monitor/logs/monitor-workspace.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Ingestion operations are issues that occurred during data ingestion including no
4949

5050

5151
#### Operation: Data collection stopped
52-
Data collection stopped due to reaching the daily limit.
52+
"Data collection stopped due to daily limit of free data reached. Ingestion status = OverQuota"
5353

5454
In the past 7 days, logs collection reached the daily set limit. The limit is set either as the workspace is set to "free tier", or daily collection limit was configured for this workspace.
5555
Note, after reaching the set limit, your data collection will automatically stop for the day and will resume only during the next collection day.
@@ -63,9 +63,7 @@ Or, you can decide to ([Manage your maximum daily data volume](./manage-cost-sto
6363
* Data collection rate is calculated per day, and will reset at the start of the next day, you can also monitor collection resume event by [Create an alert](./manage-cost-storage.md#alert-when-daily-cap-reached) on "Data collection resumed" Operation event.
6464

6565
#### Operation: Ingestion rate
66-
Ingestion rate limit approaching\passed the limit.
67-
68-
Your ingestion rate has passed the 80%; at this point there is not issue. Note, data collected exceeding the threshold will be dropped. </br>
66+
"The data ingestion volume rate crossed the threshold in your workspace: {0:0.00} MB per one minute and data has been dropped."
6967

7068
Recommended Actions:
7169
* Check _LogOperation table for ingestion rate event
@@ -81,15 +79,15 @@ For further information: </br>
8179

8280

8381
#### Operation: Maximum table column count
84-
Custom fields count have reached the limit.
82+
"Data of type \<**table name**\> was dropped because number of fields \<**new fields count**\> is above the limit of \<**current field count limit**\> custom fields per data type."
8583

8684
Recommended Actions:
8785
For custom tables, you can move to [Parsing the data](./parse-text.md) in queries.
8886

8987
#### Operation: Field content validation
90-
One of the fields of the data being ingested had more than 32 Kb in size, so it got truncated.
88+
"The following fields' values \<**field name**\> of type \<**table name**\> have been trimmed to the max allowed size, \<**field size limit**\> bytes. Please adjust your input accordingly."
9189

92-
Log Analytics limits ingested fields size to 32 Kb, larger size fields will be trimmed to 32 Kb. We don’t recommend sending fields larger than 32 Kb as the trim process might remove important information.
90+
Field larger then the limit size was proccessed by Azure logs, the field was trimed to the allowed field limit. We don’t recommend sending fields larger than the allowed limit as this will resualt in data loss.
9391

9492
Recommended Actions:
9593
Check the source of the affected data type:
@@ -100,6 +98,8 @@ Check the source of the affected data type:
10098

10199
### Data collection
102100
#### Operation: Azure Activity Log collection
101+
"Access to the subscription was lost. Ensure that the \<**subscription id**\> subscription is in the \<**tenant id**\> Azure Active Directory tenant. If the subscription is transferred to another tenant, there is no impact to the services, but information for the tenant could take up to an hour to propagate. '"
102+
103103
Description: In some situations, like moving a subscription to a different tenant, the Azure Activity logs might stop flowing in into the workspace. In those situations, we need to reconnect the subscription following the process described in this article.
104104

105105
Recommended Actions:
@@ -111,6 +111,8 @@ Recommended Actions:
111111

112112
### Agent
113113
#### Operation: Linux Agent
114+
"Two successive configuration applications from OMS Settings failed"
115+
114116
Config settings on the portal have changed.
115117

116118
Recommended Action

0 commit comments

Comments
 (0)