From 69320e2b16ced6d3db89682b60db12e526579607 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Mon, 8 Jun 2020 17:57:37 -0700 Subject: [PATCH] Update install-botsv3.sh Add Splunk restart after app installation --- Vagrant/scripts/install-botsv3.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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!"