mirror of
https://github.com/krislamo/graylog_demo
synced 2024-12-16 06:50:35 +00:00
Try gelf 3.0.0
This commit is contained in:
parent
5f71014caa
commit
2514ce237a
@ -5,5 +5,5 @@ RUN apt-get update \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN gem install fluent-plugin-rewrite-tag-filter
|
RUN gem install fluent-plugin-rewrite-tag-filter
|
||||||
RUN gem install fluent-plugin-gelf-hs
|
RUN gem install fluent-plugin-gelf-hs
|
||||||
RUN gem install gelf
|
RUN gem install gelf -v 3.0.0
|
||||||
COPY fluent.conf /fluentd/etc/
|
COPY fluent.conf /fluentd/etc/
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
host vagrant_graylog_1
|
host vagrant_graylog_1
|
||||||
port 12201
|
port 12201
|
||||||
protocol tcp
|
protocol tcp
|
||||||
#tls true
|
tls true
|
||||||
#tls_options {"cert":"/fluentd/etc/pki/fluentd-signed.crt",
|
tls_options {"cert":"/fluentd/etc/pki/fluentd-signed.crt",
|
||||||
# "key":"/fluentd/etc/pki/fluentd.key"}
|
"key":"/fluentd/etc/pki/fluentd.key"}
|
||||||
flush_interval 5s
|
flush_interval 5s
|
||||||
</match>
|
</match>
|
||||||
|
Loading…
Reference in New Issue
Block a user