--- title: logstash docs for codecs/rubydebug layout: content_right ---

rubydebug

Milestone: 3

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