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
The DataProducts logs have the following categories:
32
32
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.
38
40
39
41
For reference, see a list of [all resource logs category types supported in Azure Monitor](/azure/azure-monitor/platform/resource-logs-schema).
40
42
41
43
## Azure Monitor Logs tables
42
44
43
45
This section lists all of the Azure Monitor Logs Kusto tables relevant to Azure Operator Insights and available for query by Log Analytics.
0 commit comments