Back to Signoz

Heroku AddHttpDrain

frontend/src/container/OnboardingContainer/Modules/LogsManagement/Heroku/md-docs/heroku-addHttpDrain.md

0.121.1862 B
Original Source

You can stream logs from Heroku to SigNoz using httpsdrain.

 

Use the Heroku CLI to add a https drain

bash
heroku drains:add https://<TENANT_NAME>:{{SIGNOZ_INGESTION_KEY}}@ingest.{{REGION}}.signoz.cloud:443/logs/heroku -a <YOUR_APP_NAME>

 

<TENANT_NAME> should be raplaced with the name of your SigNoz instance.

For example, if your SigNoz instance URL is https://cpvo-test.us.signoz.cloud the TENANT_NAME is cpvo-test.

Note: You can find your instance URL in your browser's current tab address bar or in the invite email sent to you.

 

<YOUR_APP_NAME> is the name of the Heroku application where you want to add the drain.

 

Once you have successfully added the drain, click on the Done button below to see your logs in the SigNoz UI.