Google Stackdriver Log Integration
CloudAMQP ships broker logs to Google Cloud Logging (Stackdriver) via the log-forwarding service.
Available on RabbitMQ dedicated instances.
Link:
https://cloud.google.com/stackdriver
Setup
The integration uses a Google Cloud service account with log write permissions.
Follow these steps to create one and download the credentials file:
-
Sign in to
Google Cloud Console
-
Go to
IAM & Admin → Service Accounts
-
Click
+ Create Service Account
and give it a name (e.g.
cloudamqp-logs
)
-
On the
Grant access
step, add the role
Logs Writer
— no other roles are needed
-
Once created, open the service account, go to the
Keys
tab, click
Add Key → Create new key,
and select
JSON
-
Download the JSON credentials file to your computer
-
In the CloudAMQP console, upload the credentials file in the integration form and click
Save
Finding your logs
Once connected, go to
Google Cloud Console → Logging → Logs Explorer.
Use the
Log name
dropdown to select your CloudAMQP hostname and browse logs by node.
← Back to Log Integrations