Fluentd demo
In this example shows how to use elastic search, kibana and fluentD.
Execute the following command to start efk
docker-compose -f docker-compose.yaml up
http://localhost:9200/
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.