Skip to content

Commit

Permalink
add eu endpoint to heroku log forwarding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danybmx committed Mar 31, 2022
1 parent 5e69d17 commit e737e5b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/content/docs/logs/forward-logs/heroku-log-forwarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ redirects:
- /docs/logs/enable-log-management-new-relic/enable-log-monitoring-new-relic/heroku-log-forwarding/
---

If your log data is already being monitored by Heroku's built-in [Logplex](https://devcenter.heroku.com/articles/logplex) router, you can use our integration to forward and enrich your log data in New Relic. This integration uses [Heroku Syslog drains](https://devcenter.heroku.com/articles/log-drains#syslog-drains).
If your log data is already being monitored by Heroku's built-in [Logplex](https://devcenter.heroku.com/articles/logplex) router, you can use our integration to forward and enrich your log data in New Relic. This integration uses [Heroku Syslog drains](https://devcenter.heroku.com/articles/log-drains#syslog-drains).

Forwarding your Heroku logs to New Relic will give you enhanced log management capabilities to collect, process, explore, query, and alert on your log data.

Expand All @@ -25,11 +25,16 @@ To enable our log management capabilities, start by creating a Heroku Syslog dra
$ heroku drains:add syslog+tls://newrelic.syslog.nr-data.net:6515 -a <var>YOUR_APP_NAME</var>
```

<Callout variant="important" title="EU Customers should use this instead">
```
$ heroku drains:add syslog+tls://newrelic.syslog.eu.nr-data.net:6515 -a <var>YOUR_APP_NAME</var>
```
</Callout>

4. Run the following command and copy the Heroku Syslog [drain token](https://devcenter.heroku.com/articles/log-drains#drain-tokens) from the `token` attribute:

```
$ heroku drains -a <var>YOUR_APP_NAME</var> --json
```

```
Expand Down

0 comments on commit e737e5b

Please sign in to comment.