/health

Aggregate HTTP requests logs from ElasticSearch & stores aggregated results back to ElasticSearch

Primary LanguagePythonApache License 2.0Apache-2.0

Cloud Health

https://coveralls.io/repos/github/seecloud/health/badge.svg?branch=master https://travis-ci.org/seecloud/health.svg?branch=master

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