Skip to content

thebennos/heka-tutum

 
 

Repository files navigation

heka-tutum Circle CI

This is a decoder plugin that enables decoding docker container names running in the Tutum.co Docker environment.

Status

This plugin is a work in progress and is not ready for production use. Please give it a test though and feel free to open an issue.

How to use

To use this plugin you will need to add this project to your Heka source code by adding a line to cmake/plugin_loader.cmake that will load the plugin, like this:

add_external_plugin(git https://github.com/ianneub/heka-tutum master)

TutumDecoder

Example configuration:

[DockerLogInput]
decoder = "TutumDecoder"

[TutumDecoder]
auth = "ApiKey asdf:13246546874624135798462"

Questions

Please create an issue on GitHub with any questions or comments. Pull requests are especially appreciated.

License

See LICENSE.

About

Decode Tutum.co docker container names in Heka

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.8%
  • Makefile 1.2%