Google Pub/Sub
Google Pub/Sub is the GCP managed service for real-time stream processing
Apica's LogFlow can be used to push data to a PubSub topic with just a few clicks. You can forward data as is, morph the data by stripping down attributes or pick and choose the fields that you want to be sent to the Google PubSub topic
Pre-requisites
You will need the following before you can configure forwarding to Google PubSub
Name of the Google PubSub topic
Project id ( full name not an integer ) for your GCP account project where you created the topic
Service account access JSON
The service account must have pubsub.topics.publish permissions
You can check your service account json permissions with gcloud cli
Creating the forwarder
We are now ready to create the forwarder
Enter forwarder configuration
Testing the Google PubSub forwarding
You can now test a data replay with a test stream to see if data went through
Last updated