mirror of https://github.com/MISP/misp-dashboard
Update README.md
parent
2ec8ece70c
commit
577eca8819
19
README.md
19
README.md
|
@ -7,13 +7,14 @@ An experimental Dashboard showing live data and statistics from the MISP ZMQ
|
||||||
- Fields that you may change:
|
- Fields that you may change:
|
||||||
- RedisGlobal -> host
|
- RedisGlobal -> host
|
||||||
- RedisGlobal -> port
|
- RedisGlobal -> port
|
||||||
- RedisLog -> zmq_url
|
- RedisGlobal -> zmq_url
|
||||||
- RedisMap -> pathMaxMindDB
|
- RedisGlobal -> misp_web_url
|
||||||
|
|
||||||
## Starting the System
|
## Starting the System
|
||||||
- Activate your virtualenv ```. ./DASHENV/bin/activate```
|
- Activate your virtualenv ```. ./DASHENV/bin/activate```
|
||||||
- Listen to the MISP feed by starting the zmq_subscriber ```./zmq_subscriber.py```
|
- Listen to the MISP feed by starting the zmq_subscriber ```./zmq_subscriber.py```
|
||||||
- Start the Flask server ```./server.py```
|
- Start the Flask server ```./server.py```
|
||||||
|
- Access the interface at ```http://localhost:8001/```
|
||||||
|
|
||||||
## zmq_subscriber options
|
## zmq_subscriber options
|
||||||
```usage: zmq_subscriber.py [-h] [-n ZMQNAME] [-u ZMQURL]
|
```usage: zmq_subscriber.py [-h] [-n ZMQNAME] [-u ZMQURL]
|
||||||
|
@ -28,6 +29,18 @@ optional arguments:
|
||||||
The URL to connect to
|
The URL to connect to
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
### Live Dashboard
|
||||||
|
![MISP event view](./screenshots/dashboard-live.png)
|
||||||
|
|
||||||
|
### Geo Dashboard
|
||||||
|
![MISP event view](./screenshots/dashboard-geo.png)
|
||||||
|
|
||||||
|
### Contributors Dashboard
|
||||||
|
![Dashboard-contributor2](./screenshots/dashboard-contributors2.png)
|
||||||
|
![Dashboard-contributor3](./screenshots/dashboard-contributors3.png)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Images and logos are handmade for:
|
Images and logos are handmade for:
|
||||||
- rankingMISPOrg/
|
- rankingMISPOrg/
|
||||||
|
|
Loading…
Reference in New Issue