Compare commits

..

No commits in common. "fc4b443431aed0b9e5c6f9a9ecc3955daca66db7" and "ba146b04ef4c75daf11e106883253871caeb0e7a" have entirely different histories.

2 changed files with 12 additions and 12 deletions

View File

@ -2,6 +2,5 @@ FROM fluent/fluentd:v1.12-debian-1
USER root
COPY fluent.conf /fluentd/etc/
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc && \
gem install fluent-plugin-grafana-loki
gem install fluent-plugin-gelf
USER fluent

View File

@ -2,17 +2,18 @@
@type forward
port 24224
</source>
<match **>
@type copy
<store>
@type loki
url "https://loki.nixc.us/loki/api/v1/push"
extra_labels {"job": "fluentd"}
@type gelf
host log.nixc.us
port 12201
</store>
<store>
@type forward
host fluentd_fluentd
<server>
host ingress.nixc.us
port 24224
</server>
</store>
</match>