Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Dsiem Demo — Frontend

Elastic UI framework app that combines all Dsiem features and integrations in a single interface.

Usage

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

Building

Requirements:

  • NPM
  • Docker

Building just the web app:

$ cd web && npm install && npm run build

Building the docker image:

$ ./build.sh