New Relic
New Relic logs enable you to easily deploy log management with simplified log forwarding to search and correlate logs from on-prem or in-cloud sources.
Setup
The integration with New Relic uses the Log API. Here are the steps to configure it:
- Follow the New Relic guide to generate an
License-Key
which also refers to asApi-Key
- Choose the correct URL you would like to use:
- US -
https://log-api.newrelic.com
- EU -
https://log-api.eu.newrelic.com
- FedRamp -
https://gov-log-api.newrelic.com
- US -
- In the env0 platform you will need to configure the following environment variables in any scope you would like to have them:
Environment variable name | Comment | Mandatory |
---|---|---|
ENV0_NEW_RELIC_API_URL | The URL you would like to get logs to. You can choose between US, EU, and Fedramp. Follow this guide to determine it, but make sure you only take the base URL (without the log/v1 suffix) | Yes |
ENV0_NEW_RELIC_API_KEY | License-Key or Api-Key - Follow this guide to generate an API Key | Yes |
Updated over 1 year ago