lib/logstash/inputs/pipe.rb in logstash-input-pipe-0.1.0 vs lib/logstash/inputs/pipe.rb in logstash-input-pipe-0.1.1
- old
+ new
@@ -10,17 +10,17 @@
#
class LogStash::Inputs::Pipe < LogStash::Inputs::Base
config_name "pipe"
milestone 1
- # TODO(sissel): This should switch to use the 'line' codec by default
+ # TODO(sissel): This should switch to use the `line` codec by default
# once we switch away from doing 'readline'
default :codec, "plain"
# Command to run and read events from, one line at a time.
#
# Example:
- #
+ # [source,ruby]
# command => "echo hello world"
config :command, :validate => :string, :required => true
public
def register