Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.17 KB

docker-selks

Docker based Suricata, Elasticsearch, Logstash, Kibana, Scirius aka SELKS.

Setup

On Linux

Then, start your stack using docker-compose:

docker-compose up

On Windows, use Vagrant or Docker for Windows

For Vagrant be sure to have the following vagrant plugins installed

Start up the box

vagrant up

Next, access

Connect into the box via ssh/putty on 127.0.0.1:2222 with standard login vagrant/vagrant. Then,

cd /vagrant
docker-compose [ps,logs, ...]