Assignment for the NoSQL databases course.
Run the following command from the project root directory:
docker-compose up
Wait for services to become healthy and run the script:
./script/put_templates.sh
Logstash is configured with pipeline to gather data from filebeat. Filebeat tracks logs from HTTP server running in the app service. Run the following command to do some requests, the logs will be pushed to elastic:
./script/do_app_requests.sh