rubydebug

Milestone: 3

The rubydebug codec will output your Logstash event data using the Ruby Awesome Print library.

Synopsis

This is what it might look like in your config file:
# with an input plugin:
# you can also use this codec with an output.
input { 
  file {
    codec => rubydebug {
    }
  }
}

Details


This is documentation from lib/logstash/codecs/rubydebug.rb