How to check which user has stopped the dataflow pipeline in GCP

0 votes
0

I have a Data flow pipeline running on GCP which reads the messages from pub/sub and writes to GCS bucket.My dataflow pipeline status is cancelled by some user and I want to know who that user is ?
Mar 8, 2022 in GCP by Rahul
• 2,080 points
476 views

1 answer to this question.

0 votes

You can view all Step logs for a pipeline step in Stackdriver Logging by clicking the Stackdriver link on the right side of the logs pane.

Here is a summary of the types of log files available:

job-message - logs contain job level messages that various components of Cloud Dataflow generate. An example is the autoscaling configuration. Worker level errors originate from crashing user code and that are present in worker logs also propagate upto job message logs.

worker - Logs are produced by Cloud Dataflow workers. Workers do most of the pipeline work like applying ParDos to the data. Worker logs contain messages logged by your code and Dataflow.

 worker-startup - logs are present on most Cloud Dataflow jobs and can capture messages related to the startup process. It includes downloading the job's jar's from Cloud storage.

shuffler - logs contain messages from workers that consolidate the results of the parallel pipeline operations.

Other logs include docker and kubelet. They contain messages about these public technologies which are used on Cloud Dataflow workers

answered Mar 9, 2022 by Korak
• 5,820 points

Related Questions In GCP

0 votes
1 answer

What are the service accounts in GCP? How to create one?

The special accounts associated with a project are called the Service Accounts. The ...READ MORE

answered Oct 9, 2019 in GCP by Sirajul
• 59,230 points
657 views
0 votes
1 answer

How to check the status of logging in Google Cloud Storage?

Using gsutil, you can check logging by ...READ MORE

answered Nov 22, 2019 in GCP by Sirajul
• 59,230 points
1,234 views
+2 votes
1 answer

How to list down all the projects in GCP Cloud?

Hi@akhtar, GCP Shell has a command named gcloud. ...READ MORE

answered Aug 23, 2020 in GCP by MD
• 95,440 points
3,557 views
0 votes
1 answer

How to change the project in GCP using CLI command?

Hi@akhtar, If you configured GCP SDK in your ...READ MORE

answered Sep 13, 2020 in GCP by MD
• 95,440 points
2,241 views
0 votes
1 answer

How to authenticate with the correct account in GCP from Command Line?

Hi@akhtar, You can check your accounts from the ...READ MORE

answered Sep 24, 2020 in GCP by MD
• 95,440 points
408 views
0 votes
1 answer

How to create a new project in GCP using the command line?

Hi@akhtar, You need to configure GCP SDK in ...READ MORE

answered Nov 9, 2020 in GCP by MD
• 95,440 points
938 views
0 votes
1 answer

Google cloud: How to list all service-accounts from all Projects in GCP

Your code sample suggests you want the ...READ MORE

answered Mar 14, 2022 in GCP by Korak
• 5,820 points
3,522 views
0 votes
1 answer

How to connect Ec2 in AWS migrated from GCP?

Before migrating from AWS to Google Cloud ...READ MORE

answered Mar 31, 2022 in GCP by Korak
• 5,820 points
675 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP