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 -
-
There are two ways to configure the integrations:
-
In the env0 app
In the organization's integrations page, click on New Relic and fill the form's fields:
-
Using environment variables
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
orApi-Key
- Follow this guide to generate an API KeyYes
-
Updated 11 days ago