Skip to content

fewbits/elk-lab

Repository files navigation

ELK Stack Lab

What is this?

ELK stands for:

  • Elasticsearch: The one that keeps
  • Logstash: The one that guides
  • Kibana: The one that shows

What I Need to Use?

Before trying to use this lab, make sure you...:

  • Have the git command/package installed
  • Have a functional docker environment
  • Have the docker-compose command/package installed

How Do I Use It?

Well...

alt text

You need to:

  1. Download this repository (git clone https://github.com/fewbits/elk-lab.git)
  2. Enter the elk-lab directory (cd elk-lab)
  3. Review and, if needed, change the docker-compose.yml file to reflect to your needs (vim docker-compose.yml)
  4. Run the lab (docker-compose up -d)

What to Consider in Production?

When using ELK in Production, there are things that must be considered (remember, this is just a lab!):

Elasticsearch

Logstash

  • N/A yet

Kibana

  • N/A yet

About

Laboratory for ELK Stack (uses Docker)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published