Skip to main content

NewRelic

Defines the configuration for NewRelic logs

Type: newrelic-logs-configuration

Properties

NameTypeDescriptionRequired
credentials
(API Credentials)
objectyes
configurations
(Custom configs)
objectno

Additional Properties: not allowed
Example

{
"credentials": {
"account": "efgh4567",
"api_key": "abcd1234"
},
"configurations": {
"site": "api.newrelic.com"
}
}

credentials: API Credentials

Properties

NameTypeDescriptionRequired
account
(Account id)
stringThe NewRelic account id
Minimal Length: 5
yes
api_keystringThe API key used to authenticate requests to NewRelic API. (It must be an Insight Api Key)
Minimal Length: 1
yes

Example

{
"account": "efgh4567",
"api_key": "abcd1234"
}

configurations: Custom configs

Properties

NameTypeDescriptionRequired
sitestringProvide site when your data is not on the default newrelic region
Minimal Length: 1
no

Example

{
"site": "api.newrelic.com"
}