You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A Dataflow Flex template that reads messages from Pub/Sub and sends them to Bett
7
7
1. Go to Google Cloud Console -> Dataflow -> [Create job from template](https://console.cloud.google.com/dataflow/createjob)
8
8
2. Choose the name and region for the Dataflow job
9
9
3. Select **Custom Template**
10
-
4. As Template path, use `better-stack-gcs-dataflow/pubsub-to-betterstack.json`
10
+
4. As Template path, use `betterstack/pubsub-to-betterstack.json`
11
11
5. Set parameters based on your Google Cloud Pub/Sub Subscription and [Better Stack Telemetry source](https://telemetry.betterstack.com/team/260195/sources)
@@ -41,6 +41,21 @@ The template supports the following optional parameters:
41
41
42
42
You can include these parameters in your Dataflow job by adding them to the run command, e.g. `gcloud dataflow flex-template run ... --parameters window_size=30`.
43
43
44
+
## Releasing new version
45
+
46
+
After making changes, rebuild the Docker image and the Dataflow template:
0 commit comments