save_google_cloud_pubsub
Publishes to a Google Cloud Pub/Sub topic.
Authentication
The connector tries to retrieve the appropriate credentials using Google's Application Default Credentials.
Description
The operator publishes bytes to a Google Cloud Pub/Sub topic.
project_id = string
The project to connect to. Note that this is the project_id, not the display name.
topic_id = string
The topic to publish to.
URI support & integration with from
The save_google_cloud_pubsub
operator can also be used from the to
operator. For this, the gcps://
scheme can be used. The URI is then translated:
Examples
Publish alerts to a given topic
Publish suricata.alert
events as JSON to alerts-topic
: