Add Fluent Bit and New Relic configurations

This commit is contained in:
Andras Bacsai
2023-11-15 15:45:37 +01:00
parent 55ff00e028
commit ecbfc4d790
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[SERVICE]
Flush 1
Daemon off
[INPUT]
Name forward
Buffer_Chunk_Size 1M
Buffer_Max_Size 6M
# [OUTPUT]
# Name nrlogs
# Match *
# license_key ${LICENSE_KEY}
# base_uri https://log-api.eu.newrelic.com/log/v1
[OUTPUT]
Name stdout
Match *

View File

@@ -0,0 +1,9 @@
version: '3'
services:
coolify-fluent-bit:
image: cr.fluentbit.io/fluent/fluent-bit:2.0
command: -c /fluent-bit.conf
volumes:
- ./fluent-bit.conf:/fluent-bit.conf
ports:
- 24224:24224