Skip to content

Ships locally grok parsed logs to Kinesis Firehose

License

Notifications You must be signed in to change notification settings

JamieCressey/Gopher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gopher

Gopher, written in Go (of course) munches on local log files, parses them using the provided Grok filter, and delivers them to AWS Firehose for processing into ElasticSearch/S3 etc.

Configuration

FirehoseDeliveryStreamName = "foo"

[[Files]]
location = "/var/log/system.log"
grok = "%{GREEDYDATA:message}"

Usage

AWS_PROFILE=gs AWS_REGION=eu-west-1 Gopher --configfile=gopher.cfg

About

Ships locally grok parsed logs to Kinesis Firehose

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages