You will need Docker and docker-compose:
Run all services:
make up
Configure Kibana (TODO)
Configure filebeat on the ngixn server (TODO)
Obtain stats on docker container resource usage:
docker stats
Tail logs from a specific container:
docker-compose logs --tail=0 -f containername
Elasticsearch uses mmapfs to store shard index and thus requires a higher value for map_map_count
. Add vm.max_map_count = 262144
to /etc/sysctl.conf
on the host, then reload sysctl:
sudo sysctl --system