updated Logstash install script with powershell filter

keyword-vs-text-changes
Roberto Rodriguez 2017-07-03 16:32:00 -04:00 committed by GitHub
parent bf6a35ef8e
commit 7486cd94f7
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ ERROR=$?
echo "[HELK INFO] Copying logstash's .conf files.."
cp -v ../logstash/02-beats-input.conf /etc/logstash/conf.d/ >> $LOGFILE 2>&1
cp -v ../logstash/10-powershell-filter.conf /etc/logstash/conf.d/ >> $LOGFILE 2>&1
cp -v ../logstash/50-elasticsearch-output.conf /etc/logstash/conf.d/ >> $LOGFILE 2>&1
ERROR=$?
if [ $ERROR -ne 0 ]; then