Update docker/fluentd-ingest/fluent.conf
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
colin 2024-04-18 12:30:38 +00:00
parent 260fe1b22a
commit ba146b04ef
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
@type copy @type copy
<store> <store>
@type gelf @type gelf
host graylog_graylog host log.nixc.us
port 12201 port 12201
</store> </store>
<store> <store>
@type forward @type forward
<server> <server>
host fluentd_fluentd host ingress.nixc.us
port 24224 port 24224
</server> </server>
</store> </store>