feat: publishing infernet-container-starter v0.1.0
This commit is contained in:
38
deploy/fluent-bit.conf
Normal file
38
deploy/fluent-bit.conf
Normal file
@ -0,0 +1,38 @@
|
||||
[SERVICE]
|
||||
Flush 1
|
||||
Daemon Off
|
||||
Log_Level info
|
||||
storage.path /tmp/fluentbit.log
|
||||
storage.sync normal
|
||||
storage.checksum on
|
||||
storage.backlog.mem_limit 5M
|
||||
|
||||
[INPUT]
|
||||
Name forward
|
||||
Listen 0.0.0.0
|
||||
Port 24224
|
||||
Storage.type filesystem
|
||||
|
||||
[OUTPUT]
|
||||
name stdout
|
||||
match *
|
||||
|
||||
[OUTPUT]
|
||||
Name pgsql
|
||||
Match stats.node
|
||||
Host meta-sink.ritual.net
|
||||
Port 5432
|
||||
User append_only_user
|
||||
Password ogy29Z4mRCLfpup*9fn6
|
||||
Database postgres
|
||||
Table node_stats
|
||||
|
||||
[OUTPUT]
|
||||
Name pgsql
|
||||
Match stats.live
|
||||
Host meta-sink.ritual.net
|
||||
Port 5432
|
||||
User append_only_user
|
||||
Password ogy29Z4mRCLfpup*9fn6
|
||||
Database postgres
|
||||
Table live_stats
|
||||
Reference in New Issue
Block a user