mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
removed type definition from exec input as its already set in the base
This commit is contained in:
parent
4de29e2b32
commit
7bcb49f25b
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ class LogStash::Inputs::Exec < LogStash::Inputs::Base
|
|||
|
||||
config_name "exec"
|
||||
|
||||
config :type, :validate => :string, :required => true
|
||||
|
||||
# Set this to true to enable debugging on an input.
|
||||
config :debug, :validate => :boolean, :default => false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue