I'd like to run some secondary processing on my worker logs from Cloud Dataflow. Is there an easy way to do that?
Asked
Active
Viewed 188 times
1 Answers
3
This can be done by configuring logs export from Cloud Logging.
First, navigate to the Exports table in the Cloud Logging UI:
On the Exports page, follow these steps:
- Select the Dataflow service.
- Deselect All sources.
- Click Add item and select dataflow.googleapis.com/worker.
- Select a Pubsub topic to publish to.

Sam McVeety
- 3,194
- 1
- 15
- 38