Merge pull request #1116 from kurtado/doc/codec/rubydebug

awesome description
This commit is contained in:
Richard Pijnenburg 2014-02-25 09:07:38 +00:00
commit 3fc3c820b6

View file

@ -1,6 +1,9 @@
# encoding: utf-8
require "logstash/codecs/base"
# The rubydebug codec will output your Logstash event data using
# the Ruby Awesome Print library.
#
class LogStash::Codecs::RubyDebug < LogStash::Codecs::Base
config_name "rubydebug"
milestone 3