Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 865 Bytes

newrelic.md

File metadata and controls

23 lines (21 loc) · 865 Bytes

New Relic Logs plugin for Fluentd

Overview

newrelic output plugin send log data to New Relic Logs

Example: New Relic Output Deployment

Example output configurations

spec:
  newrelic:
    license_key:
      valueFrom:
        secretKeyRef:
          name: logging-newrelic
          key: licenseKey

Configuration

Output Config

Variable Name Type Required Default Description
api_key *secret.Secret No - New Relic API Insert key
Secret
license_key *secret.Secret No - New Relic License Key (recommended)
[Secret](./secret.md"
LicenseKey *secret.Secret json:"license_key)
base_uri string No https://log-api.newrelic.com/log/v1 New Relic ingestion endpoint
Secret