newrelic/newrelic-fluentbit-output
Base container with new relic output plugin for use with our k8 integration and custom deployments.
1B+
This container includes fluent bit and our logging output plugin. It is primarily intended to be used as a base image for use with our kubernetes logs integration. This container can also be used as a base image upon which one could build their own container with custom configurations for different environments.
https://github.com/newrelic/kubernetes-logging
Linux image Version | Fluent Bit Version |
---|---|
2.1.0 | 3.1.9 |
2.0.2 | 3.1.2 |
2.0.0 to 2.0.1 | 3.0.4 |
1.19.0 to 1.19.2 | 2.2.0 |
1.16.0 to 1.18.0 | 2.0.8 |
1.14.1 to 1.15.0 | 1.9.9 |
1.14.0 | 1.9.4 |
1.12.2 to 1.13.2 | 1.8.12 |
1.6.1 to 1.12.1 | 1.8.1 |
1.6.0 | 1.7.9 |
1.5.2 | 1.7.9 |
1.5.1 | 1.7.9 |
1.4.3 to 1.5.0 | 1.6.2 |
1.4.2 | 1.4.5 |
1.1.3 to 1.4.1 | 1.0.3 |
https://docs.fluentbit.io/manual
[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"
[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"
[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 pull newrelic/newrelic-fluentbit-output