Class: LogStash::BootstrapCheck::DefaultConfig
- Inherits:
-
Object
- Object
- LogStash::BootstrapCheck::DefaultConfig
- Defined in:
- lib/logstash/bootstrap_check/default_config.rb
Class Method Summary collapse
Class Method Details
.check(settings) ⇒ Object
7 8 9 10 |
# File 'lib/logstash/bootstrap_check/default_config.rb', line 7 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 |