|
@@ -1,14 +1,14 @@
|
|
|
# Phantom Notes
|
|
|
|
|
|
-Stop and Start the services
|
|
|
-/opt/phantom/bin/stop_phantom.sh
|
|
|
+Stop and Start the services
|
|
|
+```
|
|
|
+/opt/phantom/bin/stop_phantom.sh
|
|
|
/opt/phantom/bin/start_phantom.sh
|
|
|
+```
|
|
|
|
|
|
-postgres log location
|
|
|
-/opt/phantom/data/db/pg_log
|
|
|
+Postgres log location `/opt/phantom/data/db/pg_log`
|
|
|
|
|
|
-Restart just pgbouncer
|
|
|
-systemctl restart pgbouncer
|
|
|
+Restart just pgbouncer `systemctl restart pgbouncer`
|
|
|
|
|
|
## How Do I View Moose Events in Phantom?
|
|
|
Drop down > Cases > Filter on TENANT > MOOSE
|