updated docker files

keyword-vs-text-changes
Roberto Rodriguez 2017-08-11 23:05:38 -04:00
commit 2104b840af
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -190,6 +190,7 @@ cp -v ../logstash/pipeline/03-ace-rabbitmq-input.conf /etc/logstash/conf.d/ >> $
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
cp -v ../logstash/pipeline/51-rabbitmq-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)."