You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/monitor-workspace.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Ingestion operations are issues that occurred during data ingestion including no
51
51
#### Operation: Data collection stopped
52
52
Data collection stopped due to reaching the daily limit.
53
53
54
-
In the past 7 Days, logs collection reached the 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.
54
+
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.
55
55
Note, after reaching the set limit, your data collection will automatically stop for the day and will resume only during the next collection day.
56
56
57
57
Recommended Actions:
@@ -105,7 +105,7 @@ Description: In some situations, like moving a subscription to a different tenan
105
105
Recommended Actions:
106
106
* If the subscription mentioned on the warning message no longer exists, navigate to the ‘Azure Activity log’ blade under ‘Workspace Data Sources’, select the relevant subscription, and finally select the ‘Disconnect’ button.
107
107
* If you no longer have access to the subscription mentioned on the warning message:
108
-
* Follow step 1 to disconnet the subscription.
108
+
* Follow step 1 to disconnect the subscription.
109
109
* To continue collecting logs from this subscription, contact the subscription owner to fix the permissions, re-enable activity log collection.
110
110
*[Create a diagnostic setting](../essentials/activity-log.md#send-to-log-analytics-workspace) to send the Activity log to a Log Analytics workspace.
111
111
@@ -120,7 +120,7 @@ Check _LogOperation table for agent event.</br>
120
120
121
121
`_LogOperation | where TimeGenerated >= ago(6h) | where Category == "Agent" | where Operation == "Linux Agent" | distinct _ResourceId`
122
122
123
-
The list will list the resource Ids where the Agent has the wrong configuration.
123
+
The list will list the resource IDs where the Agent has the wrong configuration.
124
124
To mitigate the issue, you will need to reinstall the Agents listed.
0 commit comments