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 google_cloud_pubsub
saver publishes bytes to a Google Cloud Pub/Sub topic.
project_id = str
The project to connect to. Note that this is the project_id, not the display name.
topic_id = str
The topic to publish to.
Examples
Publish suricata.alert
events as JSON to alerts-topic
.