From d773477016df7bf88986439d81fe6cce3d9f88aa Mon Sep 17 00:00:00 2001 From: Roberto Rodriguez Date: Fri, 11 Aug 2017 01:53:10 -0400 Subject: [PATCH 1/2] Update helk_install.sh --- scripts/helk_install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/helk_install.sh b/scripts/helk_install.sh index 548e3c7..a7bf5b7 100755 --- a/scripts/helk_install.sh +++ b/scripts/helk_install.sh @@ -185,9 +185,9 @@ ERROR=$? fi echo "[HELK INFO] Copying logstash's .conf files.." -cp -v ../pipeline/logstash/02-beats-input.conf /etc/logstash/conf.d/ >> $LOGFILE 2>&1 -cp -v ../pipeline/logstash/10-powershell-filter.conf /etc/logstash/conf.d/ >> $LOGFILE 2>&1 -cp -v ../pipeline/logstash/50-elasticsearch-output.conf /etc/logstash/conf.d/ >> $LOGFILE 2>&1 +cp -v ../logstash/pipeline/02-beats-input.conf /etc/logstash/conf.d/ >> $LOGFILE 2>&1 +cp -v ../logstash/pipeline/10-powershell-filter.conf /etc/logstash/conf.d/ >> $LOGFILE 2>&1 +cp -v ../logstash/pipeline/50-elasticsearch-output.conf /etc/logstash/conf.d/ >> $LOGFILE 2>&1 ERROR=$? if [ $ERROR -ne 0 ]; then echoerror "Could not copy logstash files (Error Code: $ERROR)." From 161cac39cc62cc1b701ce32af113d78f96693ade Mon Sep 17 00:00:00 2001 From: Roberto Rodriguez Date: Fri, 11 Aug 2017 22:53:35 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d5aa44..5605e7d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ sudo ./helk_install.sh ``` sudo git clone https://github.com/Cyb3rWard0g/HELK.git cd HELK -sudo docker-compose up +sudo docker-compose build +sudo docker-compose up -d ``` # Author