mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Merge pull request #1116 from kurtado/doc/codec/rubydebug
awesome description
This commit is contained in:
commit
3fc3c820b6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue