Skip to content

slank/heka-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heka-plugins

Installation

Follow the guide from the heka documentation to build with external plugins.

You also need to include the official aws-sdk-go by adding the following below the goamz clone in cmake/externals.cmake:

git_clone(https://github.com/vaughan0/go-ini a98ad7ee00ec53921f08832bc06ecf7fd600e6a1)
git_clone(https://github.com/aws/aws-sdk-go 90a21481e4509c85ee68b908c72fe4b024311447)
add_dependencies(aws-sdk-go go-ini)

If you do not need all of the plugins from this repository, you can specify specific ones:

add_external_plugin(git https://github.com/crewton/heka-plugins master kinesis)

kinesis

This output will put your heka messages and put them into a Kinesis stream.

Example configuration:

[KinesisOut]
type = "KinesisOutput"
region = "us-east-1"
stream = "foobar"
access_key_id = "AKIAJ89854WHHJDF8HJF"
secret_access_key = "JKLjkldfjklsdfjkls+d8u8954hjkdfkfdfgfj"
payload_only = false
message_matcher = "TRUE"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%