本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。
所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。

newrelic-fluentbit-output Docker 镜像下载 - 轩辕镜像

newrelic-fluentbit-output 镜像详细信息和使用指南

newrelic-fluentbit-output 镜像标签列表和版本信息

newrelic-fluentbit-output 镜像拉取命令和加速下载

newrelic-fluentbit-output 镜像使用说明和配置指南

Docker 镜像加速服务 - 轩辕镜像平台

国内开发者首选的 Docker 镜像加速平台

极速拉取 Docker 镜像服务

相关 Docker 镜像推荐

热门 Docker 镜像下载

newrelic-fluentbit-output
newrelic/newrelic-fluentbit-output

newrelic-fluentbit-output 镜像详细信息

newrelic-fluentbit-output 镜像标签列表

newrelic-fluentbit-output 镜像使用说明

newrelic-fluentbit-output 镜像拉取命令

Docker 镜像加速服务

轩辕镜像平台优势

镜像下载指南

相关 Docker 镜像推荐

包含New Relic输出插件的基础容器,适用于Kubernetes日志集成及自定义部署。
3 收藏0 次下载activenewrelic镜像

newrelic-fluentbit-output 镜像详细说明

newrelic-fluentbit-output 使用指南

newrelic-fluentbit-output 配置说明

newrelic-fluentbit-output 官方文档

简介

本容器包含Fluent Bit及New Relic日志输出插件。主要用作Kubernetes日志集成的基础镜像,也可作为基础镜像构建带有不同环境自定义配置的容器。

New Relic Kubernetes日志仓库及文档

[***]

Linux镜像与Fluent Bit版本映射

Linux镜像版本Fluent Bit版本
2.3.03.2.7
2.2.03.2.2
2.1.03.1.9
2.0.23.1.2
2.0.0 to 2.0.13.0.4
1.19.0 to 1.19.22.2.0
1.16.0 to 1.18.02.0.8
1.14.1 to 1.15.01.9.9
1.14.01.9.4
1.12.2 to 1.13.21.8.12
1.6.1 to 1.12.11.8.1
1.6.01.7.9
1.5.21.7.9
1.5.11.7.9
1.4.3 to 1.5.01.6.2
1.4.21.4.5
1.1.3 to 1.4.11.0.3

Fluent Bit***文档

[***]

示例配置

Systemd

[SERVICE]
    Flush        1
    Log_Level    info

[INPUT]
    Name            systemd
    Tag             host.*
    Systemd_Filter  _SYSTEMD_UNIT=docker.service

[OUTPUT]
    Name  newrelic
    Match *
    apiKey \"YOUR API KEY HERE\"

文件

[SERVICE]
    Flush        1
    Log_Level    info

[INPUT]
    Name          tail
    Path         /some/cool/mounted/path/*.log

[OUTPUT]
    Name  newrelic
    Match *
    apiKey \"YOUR API KEY HERE\"

TCP Syslog

[SERVICE]
    Flush        1
    Log_Level    info

[INPUT]
    Name     syslog
    Parser   syslog-rfc3164
    Listen   0.0.0.0
    Port     5140
    Mode     tcp

[OUTPUT]
    Name  newrelic
    Match *
    apiKey \"YOUR API KEY HERE\"

本地UDP套接字Syslog

[SERVICE]
    Flush        1
    Log_Level    info

[INPUT]
    Name     syslog
    Parser   syslog-rfc3164
    Path     /tmp/fluent-bit.sock
    Mode     unix_udp

[OUTPUT]
    Name  newrelic
    Match *
    apiKey \"YOUR API KEY HERE\"

Docker部署示例

使用以下命令运行容器,挂载自定义配置文件并设置New Relic API密钥:

bash
docker run -d \
  --name newrelic-fluent-bit \
  -v /path/to/your/config.conf:/fluent-bit/etc/fluent-bit.conf \
  -e NEW_RELIC_API_KEY=\"your_api_key\" \
  newrelic/kubernetes-logging:latest

说明

  • /path/to/your/config.conf:本地自定义Fluent Bit配置文件路径
  • NEW_RELIC_API_KEY:New Relic API密钥环境变量(也可在配置文件中通过apiKey参数指定)

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

oldzhang的头像

oldzhang

运维工程师

Linux服务器

5

"Docker加速体验非常流畅,大镜像也能快速完成下载。"