LogExporter
Ship logs to New Relic
This task is designed to send logs from kestra to an New Relic instance.
yaml
type: "io.kestra.plugin.ee.newrelic.LogExporter"
Ship logs to Elasticsearch
yaml
id: log_shipper
namespace: company.team
triggers:
- id: daily
type: io.kestra.plugin.core.trigger.Schedule
cron: "@daily"
tasks:
- id: log_export
type: io.kestra.plugin.ee.core.log.LogShipper
logLevelFilter: INFO
batchSize: 1000
lookbackPeriod: P1D
logExporters:
- id: NewRelicLogExporter
type: io.kestra.plugin.ee.newrelic.LogExporter
Dynamic
YES
Authentication key
Api key or License key used to log to the New Relic instance
Dynamic
YES
New Relic base path
Base path of the new relic instance to send logs to
Dynamic
NO
Validation RegExp
^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length
1
Dynamic
YES
Default
1000