lib/logstash/inputs/exec.rb in logstash-input-exec-3.0.1 vs lib/logstash/inputs/exec.rb in logstash-input-exec-3.1.1

- old
+ new

@@ -15,12 +15,9 @@ config_name "exec" default :codec, "plain" - # Set this to true to enable debugging on an input. - config :debug, :validate => :boolean, :default => false, :deprecated => "This setting was never used by this plugin. It will be removed soon." - # Command to run. For example, `uptime` config :command, :validate => :string, :required => true # Interval to run the command. Value is in seconds. config :interval, :validate => :number, :required => true