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
<store>
@type gelf
host graylog_graylog
host log.nixc.us
port 12201
</store>
<store>
@type forward
<server>
host fluentd_fluentd
host ingress.nixc.us
port 24224
</server>
</store>