Skip to content
Peter Loats edited this page Oct 8, 2021 · 19 revisions

Welcome to the docker-elk wiki!

Instructions for installation of Docker-Elk stack

  1. Install Docker Desktop

  2. Download docker-elk zip file from security-tweaks branch

  3. Expand the zip file.

  4. Open a Powershell window and cd to the security-tweaks directory. Make sure that the docker-compose.yml is in that directory

  5. Run the package with docker-compose up -d

  6. Wait for it to come up and test with the following:

  • localhost:9200 - make sure Elasticsearch is up
    
  • localhost:5601 - Kibana
    

NOTE: Logstash is running on port 8700

Clone this wiki locally