Skip to content

Commit 29e9b19

Browse files
committed
Make straightforward markups
1 parent 3d30392 commit 29e9b19

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

articles/azure-monitor/essentials/resource-logs-schema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The schema for resource logs varies depending on the resource and log category.
8585
| Azure Machine Learning | [Diagnostic logging in Azure Machine Learning](../../machine-learning/monitor-resource-reference.md) |
8686
| Azure Media Services | [Media Services monitoring schemas](/azure/media-services/latest/monitoring/monitor-media-services#schemas) |
8787
| Network security groups |[Log Analytics for network security groups (NSGs)](../../virtual-network/virtual-network-nsg-manage-log.md) |
88+
| Azure Operator Insights | [Monitoring Azure Operator Insights data reference](../../operator-insights/monitor-operator-insights-data-reference.md#schemas) |
8889
| Azure Power BI Embedded | [Logging for Power BI Embedded in Azure](/power-bi/developer/azure-pbie-diag-logs) |
8990
| Recovery Services | [Data model for Azure Backup](../../backup/backup-azure-reports-data-model.md)|
9091
| Azure Service Bus |[Azure Service Bus logs](../../service-bus-messaging/service-bus-diagnostic-logs.md) |

articles/operator-insights/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
href: troubleshoot-sftp-agent.md
6161
- name: SFTP Ingestion Agent configuration reference
6262
href: sftp-agent-configuration.md
63-
- name: MCC EDR Ingestion Agent Configuration Reference
64-
href: mcc-edr-agent-configuration.md
6563
- name: Monitor Azure Operator Insights
6664
href: monitor-operator-insights.md
6765
- name: Reference

articles/operator-insights/monitor-operator-insights-data-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ This section lists the types of resource logs you can collect for Azure Operator
3030

3131
The DataProducts logs include information about:
3232

33-
- `Digestion` (for processing the data available to a Data Product)
3433
- `Ingestion` (for adding or changing data in the input storage account for a Data Product)
3534
- `IngestionDelete` (for deleting data from the input storage account for a Data Product)
35+
- `Digestion` (for processing the data available to a Data Product)
3636
- `ReadStorage` (for read access to the output storage account for a Data Product)
3737
- `DatabaseQuery` (for query operations performed on the database of a Data Product)
3838

@@ -50,11 +50,11 @@ This section lists all of the Azure Monitor Logs Kusto tables relevant to Azure
5050

5151
### Diagnostics tables
5252

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.
5454

5555
## Activity log
5656

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.
5858

5959
| Namespace | Description |
6060
|:---|:---|
@@ -67,7 +67,7 @@ For more information on the schema of Activity Log entries, see [Activity Log s
6767

6868
## Schemas
6969

70-
Azure Operator Insights uses multiple schemas for logs.
70+
Azure Operator Insights uses the following schemas for logs.
7171

7272
|Log type|Relates to|Schema link|
7373
|--------|----------|-----------|

articles/operator-insights/monitor-operator-insights.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ For Data Products:
3636

3737
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).
3838

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.
4040

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).
4242

4343
## Analyzing metrics
4444

@@ -50,7 +50,7 @@ Data in Azure Monitor Logs is stored in tables where each table has its own set
5050

5151
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).
5252

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.
5454

5555
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).
5656

@@ -116,5 +116,7 @@ For a list of common queries for Azure Operator Insights, see the [Log Analytics
116116
117117
## Next steps
118118
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

Comments
 (0)