<source>
@type forward
port 24224
bind 0.0.0.0
</source>
<filter docker.**>
@type grep
<regexp>
key log
pattern {{ FLUENTD_FILTER_REGEX }}
</regexp>
</filter>
<match **>
<server>
host ingress.nixc.us
</server>
</match>