#Rails->Logstash->Redshift
This is a repo of examples to accompany a post on our engineering blog.
##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.