lib/logstash/codecs/plain.rb in logstash-codec-plain-0.1.3 vs lib/logstash/codecs/plain.rb in logstash-codec-plain-0.1.4
- old
+ new
@@ -6,10 +6,9 @@
#
# This is mainly useful on inputs and outputs that already have a defined
# framing in their transport protocol (such as zeromq, rabbitmq, redis, etc)
class LogStash::Codecs::Plain < LogStash::Codecs::Base
config_name "plain"
- milestone 3
# Set the message you which to emit for each event. This supports `sprintf`
# strings.
#
# This setting only affects outputs (encoding of events).