Newrelic Fluentd Output
Description
A Fluentd output plugin that sends logs to New Relic
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://opensource.newrelic.com/oss-category/#community-plus)
fluent-plugin-newrelic
A [Fluentd](https://fluentd.org/) output plugin that sends logs to New Relic
This project is provided AS-IS WITHOUT WARRANTY OR SUPPORT, although you can report issues and contribute to the project here on GitHub.
Examples
Please see the [examples](examples/) directory for ways to build a Docker image with the New Relic output plugin and other configuration types that could be useful in your environment.
Prerequisites
Fluentd >= v1.0
Installation
Add the plugin to your fluentd agent:
`fluent-gem install fluent-plugin-newrelic`
If you are using td-agent:
`td-agent-gem install fluent-plugin-newrelic`
For more info, review [Fluentd's official documentation](https://docs.fluentd.org/deployment/plugin-management).
Configuration
Required plugin configuration
This plugin must be configured with either a New Relic API Insert key, or a New Relic License key. If both types of keys are specified, the API Insert key will take precedence.
To specify an API Insert key, either set the `api_key` property in the configuration, or set the `NEW_RELIC_API_KEY` environment variable. If both are specified, the configuration property will take precedence.
To specify a license key, either set the `license_key` property in the configuration, or set the `NEW_RELIC_LICENSE_KEY` environment variable. If both are specified, the configuration property will take precedence.
Optional plugin configuration
| Property | Description | Default value |
|---|---|---|
| base_uri | New Relic ingestion endpoint | https://log-api.newrelic.com/log/v1 |
EU plugin configuration
If you are running this plugin in the eu set the `base_uri` to `https://log-api.eu.newrelic.com/log/v1`.
Fields
- To make Kubernetes log forwarding easier, any
logfield i
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11