Skip to content

Commit fa1f7fc

Browse files
committed
Fixes GitHub issue 331287.
1 parent 6b83250 commit fa1f7fc

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed
-3.05 KB
Loading
2.32 KB
Loading

articles/data-factory/monitor-configure-diagnostics.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: jburchel
77
ms.service: data-factory
88
ms.subservice: monitoring
99
ms.topic: conceptual
10-
ms.date: 05/15/2024
10+
ms.date: 06/21/2024
1111
---
1212

1313
# Configure diagnostic settings and a workspace
@@ -16,22 +16,31 @@ Create or add diagnostic settings for your data factory.
1616

1717
1. In the Azure portal, navigate to your data factory and select **Diagnostics** on the left navigation pane to see the diagnostics settings. If there are existing settings on the data factory, you see a list of settings already configured. Select **Add diagnostic setting**.
1818

19-
:::image type="content" source="media/data-factory-monitor-oms/add-diagnostic-setting.png" alt-text="Screenshot that shows adding a diagnostic setting if settings exist.":::
19+
:::image type="content" source="media/data-factory-monitor-oms/add-diagnostic-setting.png" lightbox="media/data-factory-monitor-oms/add-diagnostic-setting.png" alt-text="Screenshot that shows adding a diagnostic setting if settings exist.":::
2020

2121
1. Give your setting a name, select **Send to Log Analytics**, and then select a workspace from **Log Analytics workspace**.
2222

23-
* In _Azure-Diagnostics_ mode, diagnostic logs flow into the [AzureDiagnostics](/azure/azure-monitor/reference/tables/AzureDiagnostics) table.
24-
* In _Resource-Specific_ mode, diagnostic logs from Azure Data Factory flow into the tables listed in [Supported resource logs for Microsoft.DataFactory/factories](monitor-data-factory-reference.md#supported-resource-logs-for-microsoftdatafactoryfactories).
25-
26-
You can select various logs relevant to your workloads to send to Log Analytics tables. For example:
27-
- If you don't use SQL Server Integration Services (SSIS) at all, you don't need to select any SSIS logs.
28-
- If you want to log SSIS integration runtime (IR) start, stop, or maintenance operations, select SSIS IR logs.
29-
- If you invoke SSIS package executions via T-SQL on SQL Server Management Studio, SQL Server Agent, or other designated tools, select SSIS package logs.
30-
- If you invoke SSIS package executions via Execute SSIS Package activities in Data Factory pipelines, select all logs.
31-
32-
* If you select _AllMetrics_, various Data Factory metrics are made available for you to monitor or raise alerts on. These metrics include the metrics for Data Factory activity, pipeline, and trigger runs, and for SSIS IR operations and SSIS package executions.
33-
34-
:::image type="content" source="media/data-factory-monitor-oms/monitor-oms-image2.png" alt-text="Screenshot that shows naming your settings and selecting a Log Analytics workspace.":::
23+
- In _Azure-Diagnostics_ mode, diagnostic logs flow into the _AzureDiagnostics_ table.
24+
- In _Resource-Specific_ mode, diagnostic logs from Azure Data Factory flow into the following tables:
25+
- _ADFActivityRun_
26+
- _ADFPipelineRun_
27+
- _ADFTriggerRun_
28+
- _ADFSSISIntegrationRuntimeLogs_
29+
- _ADFSSISPackageEventMessageContext_
30+
- _ADFSSISPackageEventMessages_
31+
- _ADFSSISPackageExecutableStatistics_
32+
- _ADFSSISPackageExecutionComponentPhases_
33+
- _ADFSSISPackageExecutionDataStatistics_
34+
35+
You can select various logs relevant to your workloads to send to Log Analytics tables. For example:
36+
- If you don't use SQL Server Integration Services (SSIS) at all, you don't need to select any SSIS logs.
37+
- If you want to log SSIS integration runtime (IR) start, stop, or maintenance operations, select SSIS IR logs.
38+
- If you invoke SSIS package executions via T-SQL on SQL Server Management Studio, SQL Server Agent, or other designated tools, select SSIS package logs.
39+
- If you invoke SSIS package executions via Execute SSIS Package activities in Data Factory pipelines, select all logs.
40+
41+
- If you select _AllMetrics_, various Data Factory metrics are made available for you to monitor or raise alerts on. These metrics include the metrics for Data Factory activity, pipeline, and trigger runs, and for SSIS IR operations and SSIS package executions.
42+
43+
:::image type="content" source="media/data-factory-monitor-oms/monitor-oms-image2.png" lightbox="media/data-factory-monitor-oms/monitor-oms-image2.png" alt-text="Screenshot that shows naming your settings and selecting a Log Analytics workspace.":::
3544

3645
> [!NOTE]
3746
> Because an Azure log table can't have more than 500 columns, we *highly recommend* that you select _Resource-Specific mode_. For more information, see [Azure diagnostics logs reference](/azure/azure-monitor/reference/tables/azurediagnostics).

0 commit comments

Comments
 (0)