Skip to content

use docker compose to implement EFK (Elasticsearch + Fluentd + Kibana) stack

Notifications You must be signed in to change notification settings

htkuan/docker-EFK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

launch

docker-compose build
docker-compose up -d

access kibana

localhost:5601

index pattern need change to fluentd-*

send request to create logs

  1. Collect web logs
repeat 10 curl http://localhost:80/
  1. Push directly
curl -X POST -d 'json={"json":"message"}' http://localhost:9880/sample.test

About

use docker compose to implement EFK (Elasticsearch + Fluentd + Kibana) stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published