How to parse logs produced by logstash

I'm ironically having trouble parsing logstash logs using logstash. It is not json, it looks more like a ruby hash output. Is there an existing filter that can effectively parse logstash's logs for me??

Thanks!

For Logstash 1.x and 2.x... no, not really. However, Logstash 5 can emit JSON logs.