mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
add logstash-output-gelf, fixes #861
This commit is contained in:
parent
d5290e68ff
commit
ed0c5aa89f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
# 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 && \
|
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-filter-translate && \
|
||||||
|
/usr/share/logstash/bin/logstash-plugin install logstash-output-gelf && \
|
||||||
/usr/share/logstash/bin/logstash-plugin install logstash-output-syslog && \
|
/usr/share/logstash/bin/logstash-plugin install logstash-output-syslog && \
|
||||||
#
|
#
|
||||||
# Add and move files
|
# Add and move files
|
||||||
|
|
Loading…
Reference in a new issue