Skip to content

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

License

Notifications You must be signed in to change notification settings

seecloud/health

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published