Log to Azure Log Analyticslink
Azure Log Analytics provides monitoring and diagnostic solution.
Using Fivetran's Azure Log Analytics Log service, you can connect and stream Fivetran log events to Log Analytics. You can manage the life cycle of the log events using Log Analytics's configuration. You can also search and filter the logs, and setup monitoring or alerting mechanisms based on log events.
How to view logslink
You can view the logs in Log Analytics.
To use filtering options in Log Analytics:
- Select the workspace you provided in Fivetran's setup form.
- The logs can be located under
Logs > Custom Logs
. - To see the logs for a specific connector, filter using an appropriate pattern. Log names have following naming pattern:
{ACCOUNT_NAME}_{GROUP_NAME}_{CONNECTOR_NAME}_{SCHEMA_NAME}_CL
. - To see the logs for the Dashboard activities, select
{ACCOUNT_NAME}_{GROUP_NAME}_dashboard_all_CL
pattern. - To see basic SQL transformation logs, select
{ACCOUNT_NAME}_{GROUP_NAME}_transformation_{TRANSFORMATION_NAME}_CL
pattern. - To see dbt transformation logs, select
{ACCOUNT_NAME}_{GROUP_NAME}_dbt_{DBT_JOB_NAME}_CL
pattern.
Note: All the non alphabetic characters in ACCOUNT_NAME
and GROUP_NAME
will be replaced by _
in log names as Azure Log Analytics does not support them.
Setup requirementslink
Please make sure you have Azure account with a Log Analytics workspace.
Setup guidelink
Please follow the instructions provided in Setup guide.