Skip to content

defenxor/dsiem-demo-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 && yarn install && yarn start

The web app should be available at http://localhost:3000

Building

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