diff --git a/Vagrant/scripts/install-botsv3.sh b/Vagrant/scripts/install-botsv3.sh index 474b3b6..c694a6b 100644 --- a/Vagrant/scripts/install-botsv3.sh +++ b/Vagrant/scripts/install-botsv3.sh @@ -43,4 +43,7 @@ echo "[$(date +%H:%M:%S)]: Download Complete." echo "[$(date +%H:%M:%S)]: Extracting to Splunk Apps directory" tar zxvf /opt/botsv3_data_set.tgz -C /opt/splunk/etc/apps/ -echo "BOTSv3 Installation complete!" \ No newline at end of file +echo "[$(date +%H:%M:%S)]: Restarting Splunk..." +/opt/splunk/bin/splunk restart + +echo "BOTSv3 Installation complete!"