Google Cloud Pub/Sub is a low-latency, asynchronous communication service for streaming analytics and data integration pipelines. You can use Pub/Sub as messaging-oriented middleware between event producers (publishers) and consumers (subscribers), or as a queue to parallelize tasks.
How to get data flowing
This is a built-in integration between Cribl Stream and Pub/Sub topics.
Configure a Pub/Sub topic to receive events from LogStream. (Or create a new topic within LogStream’s UI.)
Configure Stream to send out events via Destinations > Google Cloud > Pub/Sub.
Specify (or create) the Pub/Sub Topic ID to send events to.
Specify the delivery order and region, backpressure behavior, authentication method and credentials, optional system fields to add to events, and optional batch, task, and concurrent-request limits.
Stream will start sending data as it becomes available.