Sign inSign up

ianneub/heka

By ianneub

Updated almost 9 years ago

Image
6

50K+

ianneub/heka repository overview

docker-heka

Mozilla Heka in a docker container

How to use

You will need to clone this repo and modify the config.toml file in the root of the project. To your specifications. Then build the docker container.

Or you can mount your custom config.toml file to /app/config.toml, like this:

docker run -d -v /path/to/my/config.toml:/app/config.toml:ro ianneub/heka

Plugins

This docker image contains the following Heka plugins:

Deploy to Tutum

Deploy to Tutum

The button above will launch a heka container on your node running on Tutum and listening on port 4881. You can then test the container by hitting it with curl:

curl -XPOST 'http://heka.testing.ianneub.svc.tutum.io:4881/' -d 'asdf=1234'

Replace heka.testing.ianneub.svc.tutum.io with the hostname of your node on Tutum. You can find this hostname in the servcie dashboard on Tutum.

Then watch the log files of the container on Tutum to see the log entries!

Tag summary

Content type

Image

Digest

sha256:80c38bea9

Size

347.8 MB

Last updated

almost 9 years ago

docker pull ianneub/heka