Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagnostic tool - find the faulty link #87

Open
mokaddem opened this issue Apr 25, 2019 · 1 comment
Open

Diagnostic tool - find the faulty link #87

mokaddem opened this issue Apr 25, 2019 · 1 comment

Comments

@mokaddem
Copy link
Contributor

A diagnostic tool which can be use to debug or pinpoint a connection problem.

@mokaddem
Copy link
Contributor Author

mokaddem commented Apr 25, 2019

Some guidelines in the meantime:

  1. MISP
    • Ensure that ZMQ is installed and enabled with the correct settings
  2. MISP ZMQ
    • You can use MISP/tools/misp-zmq/sub.py which will subscribe to the ZMQ and print the data
  3. ZMQ_subscriber
    • You can change the logging level from logging.INFO to logging.DEBUG and look in the logs for the string Pushed: *
    • Or add a print statement in the put_in_redis_list function
  4. ZMQ_dispatcher
    • Look in the logs for the string Handling *
  5. Server (Flask) and Browser (live Dashboard)
    • Open the Web developer Network tab in your browser and look for the url /_logs with Content-Type: text/event-stream;

If you are using the CIRCL VM, you can find logs in $DASH_HOME/logs/ and /var/log/apache2/misp-dashboard.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant