Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 627 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 627 Bytes

#Rails->Logstash->Redshift

This is a repo of examples to accompany a post on our engineering blog.

High Level Architecture

Arch

##Repo Structure

###logstash-collector Collects logs and sends to Redis.

###logstash-indexer Deals with logs in redis and passes on to various outputs.

###redshift-importer Takes outputs from logstash hourly files and imports them into redshift.

##Usage See README.md's in directories for usage.