Elastic UI framework app that combines all Dsiem features and integrations in a single interface.
Full usage requires a docker-compose.yml
that defines all the other components: ELK, filebeat, APM, ossec, suricata, dsiem, wise, nesd, and a web server that is vulnerable to Shellshock exploit.
But for development purposes, just:
$ cd web && npm install && npm start
The web app should be available at http://localhost:9000
Requirements:
- NPM
- Docker
Building just the web app:
$ cd web && npm install && npm run build
Building the docker image:
$ ./build.sh