add logstash-output-gelf, fixes #861

This commit is contained in:
t3chn0m4g3 2021-09-15 17:39:04 +00:00
parent d5290e68ff
commit ed0c5aa89f

View file

@ -31,6 +31,7 @@ RUN apk -U --no-cache add \
# For some reason Alpine 3.14 does not report the -x flag correctly and thus elasticsearch does not find java
sed -i 's/! -x/! -e/g' /usr/share/logstash/bin/logstash.lib.sh && \
/usr/share/logstash/bin/logstash-plugin install logstash-filter-translate && \
/usr/share/logstash/bin/logstash-plugin install logstash-output-gelf && \
/usr/share/logstash/bin/logstash-plugin install logstash-output-syslog && \
#
# Add and move files