Cloud Health
Collects all required data for Health Dashboard and stores it to ES for future use.
How To Use & Run
Build Docker Image
docker build -t health:latest .
Run Docker Container
# Update ~/health/etc/config.json file to match your configuration
vi ~/health/etc/config.json
# Run container
docker run -d --name health-app -v ~/health/etc:/etc/health -p 6000:5000 health
Get App Logs
docker logs health-app