The rubydebug codec will output your Logstash event data using the Ruby Awesome Print library.
# with an input plugin: # you can also use this codec with an output. input { file { codec => rubydebug { } } }