mirror of https://github.com/infosecn1nja/HELK.git
updated Logstash install script with powershell filter
parent
bf6a35ef8e
commit
7486cd94f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue