Skip to content

Commit 0462ad3

Browse files
committed
Explain categories and tables better and add the Audit group
1 parent dc36ed8 commit 0462ad3

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

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

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,28 @@ This section lists the types of resource logs you can collect for Azure Operator
2828
|-------|-----|
2929
| DataProducts| [Microsoft.NetworkAnalytics/DataProducts](/azure/azure-monitor/reference/supported-logs/microsoft-networkanalytics-dataproducts-logs) |
3030

31-
The DataProducts logs have information about:
31+
The DataProducts logs have the following categories:
3232

33-
- `Ingestion` (for adding or changing data in the input storage account for a Data Product)
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-
- `ReadStorage` (for read access to the output storage account for a Data Product)
37-
- `DatabaseQuery` (for query operations performed on the database of a Data Product)
33+
- Ingestion (`Ingestion`): adding or changing data in the input storage account for a Data Product
34+
- Delete Ingested File (`IngestionDelete`): deleting data from the input storage account for a Data Product
35+
- Digestion (`Digestion`): processing the data available to a Data Product
36+
- Output Storage Read (`ReadStorage`): read access to the output storage account for a Data Product
37+
- Database Query (`DatabaseQuery`): query operations performed on the database of a Data Product
38+
39+
When you configure a diagnostic setting, you can select these categories individually, or select the Audit group. The Audit group contains all the categories except the Digestion category.
3840

3941
For reference, see a list of [all resource logs category types supported in Azure Monitor](/azure/azure-monitor/platform/resource-logs-schema).
4042

4143
## Azure Monitor Logs tables
4244

4345
This section lists all of the Azure Monitor Logs Kusto tables relevant to Azure Operator Insights and available for query by Log Analytics.
4446

45-
|Log type|Table name|
46-
|--------|----------|
47-
|Digestion logs|[AOIDigestion](/azure/azure-monitor/reference/tables/aoidigestion)|
48-
|Storage logs|[AOIStorage](/azure/azure-monitor/reference/tables/aoistorage)|
49-
|Database query logs|[AOIDatabaseQuery](/azure/azure-monitor/reference/tables/aoidatabasequery)|
47+
|Log type|Table name|Details|
48+
|--------|----------|-------|
49+
|Digestion|[AOIDigestion](/azure/azure-monitor/reference/tables/aoidigestion)| Contains `Digestion` logs|
50+
|Ingestion and storage |[AOIStorage](/azure/azure-monitor/reference/tables/aoistorage)| Contains `Ingestion`, `IngestionDelete` and `ReadStorage` |
51+
|Database queries|[AOIDatabaseQuery](/azure/azure-monitor/reference/tables/aoidatabasequery)| Contains `DatabaseQuery` |
52+
5053

5154
### Diagnostics tables
5255

0 commit comments

Comments
 (0)