This page explains how to enable Cloud Logging for your Cloud Data Fusion instance and how to view pipeline logs.
Before you begin
Create a Cloud Data Fusion instance. It takes up to 30 minutes for the instance creation process to complete.
Enable Cloud Logging
To use Cloud Logging with your Cloud Data Fusion pipeline, enable Cloud Logging when you create your Cloud Data Fusion instance.
- In the Google Cloud console open the Instances page.
- Click Create instance.
- Click Show advanced options.
Under Logging and monitoring, click Enable Stackdriver logging service.
After you create your instance, you cannot enable Cloud Logging in the Google Cloud console. Instead, run this gcloud CLI command:
gcloud beta data-fusion instances update INSTANCE_NAME \
--project=PROJECT_ID \
--location=LOCATION \
--enable_stackdriver_logging
View logs
Every Cloud Data Fusion pipeline run is assigned a unique RunID
. After
you deploy and run your pipeline, find its RunID
. Then, in
Logging, use the RunID
to view your pipeline
logs.
Get the pipeline's RunID
- Go to your instance:
In the Google Cloud console, go to the Cloud Data Fusion page.
To open the instance in the Cloud Data Fusion Studio, click Instances, and then click View instance.
- Click Summary > Table.
Click the
RunId
link to copy.
View the logs in Logs Explorer
Go to the Cloud Logging > Logs Explorer page in the Google Cloud console:
In the filter menus, select Cloud Dataproc Cluster >
cdap-PIPELINE_NAME-YOUR_RUNID
.
Optional: Filter the logs
Use the filter menus to filter your logs. You can filter by various log
severity levels
or by components such as datafusion-pipeline-logs
.
Optional: Download the logs
Click Download logs.
For more information, see the Cloud Logging documentation for downloading log entries.
What's next
- Learn how to view audit logs.
- Learn how to view pipeline logs from the Cloud Data Fusion Pipeline Studio.