# brew install jq

cat elb-logs.log | elb_parser.rb | jq 'select(.elb_status_code != "200")'
cat elb-logs.log | elb_parser.rb | jq '.'