@@ -144,7 +144,7 @@ watch "salt -L 'caasp-splunk-sh-dev,caasp-splunk-hf,caasp-splunk-cm,caasp-phanto
salt -L 'caasp-splunk-sh-dev,caasp-splunk-hf,caasp-splunk-cm' cmd.run 'systemctl status splunk | grep Active'
# Reboot the search head
-salt caasp-splunk-sh test.ping
+salt caasp-splunk-sh test.ping --out=txt
date; salt caasp-splunk-sh system.reboot --async
# Wait for it ...
@@ -303,7 +303,7 @@ watch "salt -C 'resolver-govcloud-2.pvt.*com' test.ping --out=txt"
Check uptime on the minions in GC to make sure you didn't miss any.
```
-salt -C '*com not ( modelclient-splunk-idx* or moose-splunk-idx* or threatq-* or resolver-vmray-* or vmray-server* )' cmd.run 'uptime | grep days'
+salt -C '*com not ( modelclient-splunk-idx* or moose-splunk-idx* or threatq-* or vmray-server* )' cmd.run 'uptime | grep days'
### Duane Section (feel free to bypass)
--