New Relic
New Relic is an observability platform that helps you build better software.
Using our logging service, you can send Fivetran log events to and manage them from New Relic.
Integrate Fivetran with New Relic to:
- Manage the life cycle of the log events
- Search and filter the logs based on selected criteria
- Set up alerts and additional monitoring mechanisms based on the log events
How to view Fivetran logs
Fivetran's logging service sends event data to New Relic in the JSON format. Then New Relic parses it to individual attributes, except the column
attribute/field. You can view your Fivetran logs using the New Relic's log dashboard.
To filter Fivetran connector logs, use the following query:
"logger":"Fivetran"
To query Fivetran connector logs, use the following query:
SELECT count(*) from Log where logger = 'Fivetran' since 1 days ago
Setup guide
Follow our step-by-step New Relic setup guide to manage Fivetran logs through New Relic.