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