Google Cloud Logging (formerly known as Google Stackdriver) is a monitoring, logging and diagnostic tool on Google Cloud Platform (GCP).
Using Fivetran’s Google Cloud Logging log service, you can connect and stream Fivetran log events to Google Cloud Logging. You can manage the life cycle of the log events using Cloud Logging’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 Google Cloud Logging.
To use filtering options in Cloud Logging:
- Select Fivetran’s service account e-mail in Service Account section to filter only Fivetran connector logs.
- The logs are grouped by the following pattern:
{ACCOUNT_NAME}-{GROUP_NAME}-{CONNECTOR_NAME}-{SCHEMA_NAME}
. To see the logs for a specific connector, filter using an appropriate pattern. - To see the logs for the Dashboard activities, select
{ACCOUNT_NAME}-{GROUP_NAME}-dashboard-all
pattern. - To see basic SQL transformation logs, select
{ACCOUNT_NAME}-{GROUP_NAME}-transformation-{TRANSFORMATION_NAME}
pattern. - To see dbt transformation logs, select
{ACCOUNT_NAME}-{GROUP_NAME}-dbt-{DBT_JOB_NAME}
pattern.
Setup requirementslink
Please make sure you have the permissions and ability to configure the followings before going through the setup process.
- GCP Account
- Permission to create service account for Fivetran with required role
Setup instructionslink
Please follow the instructions provided in Setup guide.