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 && yarn install && yarn start
The web app should be available at http://localhost:3000
Requirements:
- NPM
- Docker
- Yarn (
npm install --global yarn
)
Building just the web app:
$ cd web && yarn install && yarn build
Building the docker image:
$ ./build.sh