Skip to content

nbenjamin/efk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

efk-demo

Fluentd demo

In this example shows how to use elastic search, kibana and fluentD.

screen shot 2019-03-04 at 4 57 37 pm

How to run

Execute the following command to start efk

docker-compose -f docker-compose.yaml up
Elastic Search URL
http://localhost:9200/
Kibana URL
http://localhost:5601

Currently, we configured httpd server logs to publish directly on fluentD, so when you execute the following command message will trigger to elastic search and you find those in Kibana.