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/operator-insights/monitor-operator-insights-data-reference.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ This section lists the types of resource logs you can collect for Azure Operator
30
30
31
31
The DataProducts logs include information about:
32
32
33
-
-`Digestion` (for processing the data available to a Data Product)
34
33
-`Ingestion` (for adding or changing data in the input storage account for a Data Product)
35
34
-`IngestionDelete` (for deleting data from the input storage account for a Data Product)
35
+
-`Digestion` (for processing the data available to a Data Product)
36
36
-`ReadStorage` (for read access to the output storage account for a Data Product)
37
37
-`DatabaseQuery` (for query operations performed on the database of a Data Product)
38
38
@@ -50,11 +50,11 @@ This section lists all of the Azure Monitor Logs Kusto tables relevant to Azure
50
50
51
51
### Diagnostics tables
52
52
53
-
Azure Operator Insights uses the tables listed in [Azure Monitor Logs tables](#azure-monitor-logs-tables) to store resource log information. It doesn't store resource log information in the Azure Diagnostics table.
53
+
Azure Operator Insights uses the tables listed in [Azure Monitor Logs tables](#azure-monitor-logs-tables) to store resource log information. It doesn't use the Azure Diagnostics table.
54
54
55
55
## Activity log
56
56
57
-
The following table lists the operations that Azure Operator Insights might record in the Activity log. This table is a subset of the possible entries you might find in the activity log.
57
+
The following table lists the operations that Azure Operator Insights can record in the Activity log. This table is a subset of the possible entries you might find in the activity log.
58
58
59
59
| Namespace | Description |
60
60
|:---|:---|
@@ -67,7 +67,7 @@ For more information on the schema of Activity Log entries, see [Activity Log s
67
67
68
68
## Schemas
69
69
70
-
Azure Operator Insights uses multiple schemas for logs.
70
+
Azure Operator Insights uses the following schemas for logs.
Copy file name to clipboardExpand all lines: articles/operator-insights/monitor-operator-insights.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ For Data Products:
36
36
37
37
See [Create diagnostic setting to collect platform logs and metrics in Azure](/azure/azure-monitor/platform/diagnostic-settings) for the detailed process for creating a diagnostic setting using the Azure portal, CLI, or PowerShell. When you create a diagnostic setting, you specify which categories of logs to collect. The categories for Azure Operator Insights are listed in [Azure Operator Insights monitoring data reference](monitor-operator-insights-data-reference.md#resource-logs).
38
38
39
-
The Azure Monitor metrics and logs that you can collect are discussed in the following sections.
39
+
The Azure Monitor metrics and logs for Data Products are discussed in the following sections.
40
40
41
-
Ingestion agents that we provide automatically collect metrics and logs for troubleshooting. Metrics and logs are stored them on the VM on which you have installed the agent, and aren't uploaded to Azure Monitor. For details, see the troubleshooting guidance for [MCC EDR Ingestion Agents](troubleshoot-mcc-edr-agent.md) or [SFTP Ingestion Agents](troubleshoot-sftp-agent.md).
41
+
Ingestion agents that we provide automatically collect metrics and logs for troubleshooting. Metrics and logs are stored on the VM on which you have installed the agent, and aren't uploaded to Azure Monitor. For details, see the troubleshooting guidance for [MCC EDR Ingestion Agents](troubleshoot-mcc-edr-agent.md) or [SFTP Ingestion Agents](troubleshoot-sftp-agent.md).
42
42
43
43
## Analyzing metrics
44
44
@@ -50,7 +50,7 @@ Data in Azure Monitor Logs is stored in tables where each table has its own set
50
50
51
51
All resource logs in Azure Monitor have the same fields followed by service-specific fields. The common schema is outlined in [Azure Monitor resource log schema](/azure/azure-monitor/essentials/resource-logs-schema) The schemas for Azure Operator Insights resource logs are found in the [Azure Operator Insights Data Reference: Schemas](monitor-operator-insights-data-reference.md#schemas).
52
52
53
-
The [Activity log](/azure/azure-monitor/essentials/activity-log) is a type of platform log in Azure that provides insight into subscription-level events. You can view it independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
53
+
The [Activity log](/azure/azure-monitor/essentials/activity-log) is a type of platform log in Azure that provides insight into subscription-level events. For Azure Operator Insights, the Activity log includes activities like creating a Data Product or changing its settings. You can view the Activity independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
54
54
55
55
For a list of the types of resource logs collected for Azure Operator Insights, see [Monitoring Azure Operator Insights data reference: Resource logs](monitor-operator-insights-data-reference.md#resource-logs).
56
56
@@ -116,5 +116,7 @@ For a list of common queries for Azure Operator Insights, see the [Log Analytics
116
116
117
117
## Next steps
118
118
119
-
- See [Monitoring Azure Operator Insights data reference](monitor-operator-insights-data-reference.md) for a reference of the monitoring data created by Azure Operator Insights.
120
-
- See [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for details on monitoring Azure resources.
119
+
- See [Monitoring Azure Operator Insights data reference](monitor-operator-insights-data-reference.md) for a reference of the Azure Monitor data created by Azure Operator Insights.
120
+
- See [Monitor and troubleshoot MCC EDR Ingestion Agents for Azure Operator Insights](troubleshoot-mcc-edr-agent.md) for more information about metrics and logs for MCC EDR ingestion agents.
121
+
- See [Monitor and troubleshoot SFTP Ingestion Agents for Azure Operator Insights](troubleshoot-sftp-agent.md) for more information about metrics and logs for SFTP ingestion agents.
122
+
- See [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for background on Azure Monitor.
0 commit comments