Skip to content

tiriplicamihai/elk_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELK demo for the Platform Meetup

A dummy log generator together with the whole ELK stack.

How to run it

docker compose up -d

Kibana needs an up and running Elasticsearch and Elasticsearch needs some time to start after the container is up. Because of this, we start the kibana container after the ES is up:

docker run --name kibana -e ELASTICSEARCH_URL=http://192.168.99.100:9200 -p 5601:5601 kibana

Where 192.168.99.100 is docker machine's IP. If you run Docker on native then you can use localhost.

Resources

About

ELK demo for the Platform Meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published