Edge Delta New Relic Destination
Send items to a New Relic destination.
less than a minute
Overview
The New Relic destination node sends items to a New Relic destination.
- incoming_data_types: cluster_pattern_and_sample, log, metric, custom
Example Configuration
nodes:
- name: my_newrelic
type: newrelic_output
api_key: <REDACTED>
Required Parameters
name
A descriptive name for the node. This is the name that will appear in Visual Pipelines and you can reference this node in the YAML using the name. It must be unique across all nodes. It is a YAML list element so it begins with a -
and a space followed by the string. It is a required parameter for all nodes.
nodes:
- name: <node name>
type: <node type>
type: newrelic_output
The type
parameter specifies the type of node being configured. It is specified as a string from a closed list of node types. It is a required parameter.
nodes:
- name: <node name>
type: <node type>
api_key
The api_key
parameter specifies the ingest
key provided by New Relic to send data to your New Relic account. It is required.
nodes:
- name: my_newrelic
type: newrelic_output
api_key: <REDACTED>