Add Fluent Bit and New Relic configurations
This commit is contained in:
16
examples/fluent-bit/fluent-bit.conf
Normal file
16
examples/fluent-bit/fluent-bit.conf
Normal 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 *
|
||||
Reference in New Issue
Block a user