Merge pull request #416 from neu5ron/scripts-helk_install_and_update

scripts
updates_os_and_scripts
Nate Guagenti 2020-01-25 10:34:37 -05:00 committed by GitHub
commit 68dbf7fd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if [ $? -ne 0 ]; then
fi
echo -e "${CYAN}${HELK_INFO_TAG}${STD} Removing all images..."
docker rmi "$(docker images -a | awk '{ print $1,$3 }' | grep 'otrf|cyb3rward0g\|helk\|logstash\|kibana\|elasticsearch\|cp-ksql' | awk '{ print $2 }')" >> $LOGFILE 2>&1
docker rmi "$(docker images -a | awk '{ print $1,$3 }' | grep 'otrf\|cyb3rward0g\|helk\|logstash\|kibana\|elasticsearch\|cp-ksql' | awk '{ print $2 }')" >> $LOGFILE 2>&1
#TODO: eventually give prompt for removing Elastic/Confluent components as user may be using those for other things on their system
ERROR=$?
if [ $ERROR -ne 0 ]; then