We're still working on this feature, but we'd love for you to try it out!
This feature is currently provided as part of a preview program pursuant to our pre-release policies.
This page provides a comprehensive reference for new relic ingest actions available in the workflow automation actions catalog. These actions enable you to send events and logs to new relic.
Prerequisites
Before using New Relic actions in workflow automation, ensure you have:
A New Relic account with appropriate permissions.
A New Relic license key (if sending data to a different account).
The necessary permissions for the specific New Relic services you plan to use.
See License Key for information on how to create and manage your New Relic Account License Key.
Data ingest actions
Reports a custom event to New Relic.
Input Field
Optionality
Type
Description
Example
attributes
Optional
Map
Common attributes which is part of all the events when provided.
Merging for each event item when needed event item overrides common definition.
"{\"page\": \"1\", \"limit\": \"10\"}"
events
Required
List
The list of event data.
Important
Events requires the use of an eventType field that represents the custom event type. The maximum events allowed per request is 100.
The New Relic Account License Key (required) specifies the
target account for your events. If not provided, the system uses the default license key from the account executing the workflow.
After successfully executing a workflow, you can retrieve the associated event by running a query under the account that executed the workflow:
SELECT*FROM HeartBeat
Send logs to New Relic
Input Field
Optionality
Type
Description
Example
attributes
Optional
Map
Common attributes are included in all logs when provided. These merge with each log item, with log-specific values overriding common attributes when conflicts occur.
"{\"page\": \"1\", \"limit\": \"10\"}"
logs
Required
List
List of logs. Each log requires a message field. Maximum of 100 logs per request.
The New Relic Account License Key (required) specifies the
target account for your events. If not provided, the system uses the default license key from the account executing the workflow.