DavidProf / samples-logging-with-kafka-and-elk

Part of my samples projects - logging with kafka and elk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

samples-logging-with-kafka-and-elk

To run docker-compose only with fluentd & elk

docker-compose -f .docker/simple/docker-compose.yml up -d

To test use

curl http://localhost:80\?[1-10]

You may will want to test it using ab (apache benchmark)


To run docker-compose only with fluentd & kafka & elk

docker-compose -f .docker/kafka/docker-compose.yml up -d

To test use

curl http://localhost:80\?[1-10]

You may will want to test it using ab (apache benchmark)

references

About

Part of my samples projects - logging with kafka and elk

License:MIT License


Languages

Language:TypeScript 94.8%Language:Dockerfile 5.2%