misp-dashboard
misp-dashboard copied to clipboard
Diagnostic tool - find the faulty link
A diagnostic tool which can be use to debug or pinpoint a connection problem.
Some guidelines in the meantime:
- MISP
- Ensure that ZMQ is installed and enabled with the correct settings
- MISP ZMQ
- You can use
MISP/tools/misp-zmq/sub.py
which will subscribe to the ZMQ and print the data
- You can use
- ZMQ_subscriber
- You can change the logging level from
logging.INFO
tologging.DEBUG
and look in the logs for the stringPushed: *
- Or add a print statement in the
put_in_redis_list
function
- You can change the logging level from
- ZMQ_dispatcher
- Look in the logs for the string
Handling *
- Look in the logs for the string
- Server (Flask) and Browser (live Dashboard)
- Open the
Web developer Network tab
in your browser and look for the url/_logs
withContent-Type: text/event-stream;
- Open the
If you are using the CIRCL VM, you can find logs in $DASH_HOME/logs/
and /var/log/apache2/misp-dashboard.*