Edge Delta Google Pub/Sub Input
less than a minute
Overview
This input type allows you to specify a Pub/Sub project for Edge Delta to monitor. Specifically, EdgeDelta will consume messages from Pub/Sub subscriptions.
Example
pubsubs:
- labels: "google_pubsub_with_key"
project_id: "projectID1"
sub_id: "subID1"
key: "{\"pubsub_key\": \"key_123\"}"
- labels: "google_pubsub_with_key_path"
project_id: "projectID2"
sub_id: "subID2"
key_path: "pubsub_key_path"
Parameters
labels
Required
Enter a descriptive name for this input.
When you create a workflow, you will use this label to enter your input into the workflow.
labels: "google_pubsub_with_key"
project_id
Required
Enter the project ID of the corresponding topic / subscription.
project_id: "projectID1"
sub_id
Required
Enter the subscription ID.
sub_id: "subID1"
key
Optional
Enter your key so that the agent can authenticate calls to Pub/Sub
If you do not enter a key, then you must enter a Path To Key File.
key: "{\"pubsub_key\": \"key_123\"}"
key_path
Optional
Enter a path so that the agent can authenticate calls to Pub/Sub
If you do not enter a path, then you must enter a Service Account Key.
key_path: "pubsub_key_path"
filters
Optional
Enter an existing filter to add to this input.
To learn how to create a filter, see Filters.
filters:
- info