how can I get ETL logs in ADF without logic apps ?

Mustafa Ispir 46 Reputation points
2023-01-22T20:28:23.8466667+00:00

Hi all,

I need to get ETL logs (rowsWritten,durations,pipeline names,target names etc) without using logic apps.I need to write them into a database table.

I could not found any utilized source on Internet.

Can anyone experienced about sth like that ?

Thanks a lot.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,345 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dimple Rane 921 Reputation points MVP
    2023-01-22T20:43:45.6+00:00

    You can use Azure Monitor to collect ETW logs from the ADF runtime and pipeline activities. Once the logs are collected, you can use Azure Log Analytics to query and analyze them.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.