Class: LogStash::BootstrapCheck::DefaultConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/logstash/bootstrap_check/default_config.rb

Class Method Summary collapse

Class Method Details

.check(settings) ⇒ Object



5
6
7
8
# File 'lib/logstash/bootstrap_check/default_config.rb', line 5

def self.check(settings)
  # currently none of the checks applies if there are multiple pipelines
  # See LogStash::Config::Source::Base for any further settings conflict checks
end