Grafana Loki
Grafana Loki is a log aggregation service. Using Grafana Loki, you can store, query, and filter Fivetran logs.
How to view Fivetran logs
Fivetran sends event data to Grafana Loki in JSON format. You can view your Fivetran logs using the Grafana Explore dashboard. The Grafana Explore dashboard link automatically includes the filter {logger="Fivetran"} to show only Fivetran logs.
To filter Fivetran connection logs, use the following LogQL query:
{logger="Fivetran"}
Every log event has labels that can be used to filter logs for a specific connection. To view logs from a specific connection, use the following query:
{logger="Fivetran", account="{ACCOUNT_ID}", group="{GROUP_ID}", service="{CONNECTOR_TYPE}", schema="{SCHEMA_NAME}"}
To view Dashboard activity logs, use the following query:
{logger="Fivetran", account="{ACCOUNT_NAME}", group="{GROUP_NAME}", service="dashboard", schema="all"}
To view Transformations for dbt Core* logs, use the following query:
{logger="Fivetran", account="{ACCOUNT_ID}", group="{GROUP_ID}", service="dbt", schema="{DBT_JOB_NAME}"}
Setup guide
Follow our step-by-step Grafana Loki setup guide to manage Fivetran logs through Grafana Loki.
* dbt Core is a trademark of dbt Labs, Inc. All rights therein are reserved to dbt Labs, Inc. Fivetran Transformations is not a product or service of or endorsed by dbt Labs, Inc.