Skip to content

jotum/heka-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heka-redis

Redis PubSub input plugin for Mozilla Heka

See Building hekad with External Plugins for compiling in plugins.

Basically, you'll need to edit the cmake/plugin_loader.cmake file and add

add_external_plugin(git https://github.com/victorcoder/heka-redis master)

And build heka

Debug

Add this to your hekad.toml file to see log output of your subscriptions:

[PayloadEncoder]
append_newlines = false
prefix_ts = true
ts_format = "2006/01/02 3:04:05PM MST"

[debug]
type = "LogOutput"
message_matcher = "Type == 'redis_pub_sub'"
encoder = "PayloadEncoder"

About

Heka Redis PubSub input plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%