Skip to content

michaelgibson/heka-protobuf-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

heka-protobuf-filter

Protobuf filter plugin for Mozilla Heka

ProtobufFilter

To Build

See Building hekad with External Plugins for compiling in plugins.

Edit cmake/plugin_loader.cmake file and add

add_external_plugin(git https://github.com/michaelgibson/heka-protobuf-filter master)

Build Heka: . ./build.sh

Config

[filter_protobuf]
type = "ProtobufFilter"
message_matcher = "Fields[decoded] == 'True'"
flush_interval = 30000
flush_bytes = 10000
protobuf_tag = "protobuf_filtered"
encoder = "ProtobufEncoder"
delimitter = "\n"

About

Heka filter for encoding message to protobuf prior to output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages