From eadc76586094631986d8b1d7a2f22b73a97b8c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20=C3=81ngel?= Date: Tue, 14 May 2019 15:06:00 +0200 Subject: [PATCH] Remove Logstash output --- wazuh/config/00-wazuh.sh | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/wazuh/config/00-wazuh.sh b/wazuh/config/00-wazuh.sh index 5935f8cb..32fdd4f4 100644 --- a/wazuh/config/00-wazuh.sh +++ b/wazuh/config/00-wazuh.sh @@ -1,17 +1,10 @@ #!/bin/bash -# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2019 Wazuh Inc. (License GPLv2) -# -# OSSEC container bootstrap. See the README for information of the environment +# Wazuh container bootstrap. See the README for information of the environment # variables expected by this script. -# -# - -# # Startup the services -# - source /data_dirs.env FIRST_TIME_INSTALLATION=false @@ -139,13 +132,4 @@ echo "Change Wazuh API user credentials" change_user="node htpasswd -b -c user $API_USER $API_PASS" eval $change_user -popd - - -############################################################################## -# Customize filebeat output ip -############################################################################## -if [ "$FILEBEAT_OUTPUT" != "" ]; then - sed -i "s/logstash:5000/$FILEBEAT_OUTPUT:5000/" /etc/filebeat/filebeat.yml -fi - +popd \ No newline at end of file