Sha256: cf87c721159fb9e5de89b6f431f283bdcee5d521b160468b071b957a3c904e7d
Contents?: true
Size: 291 Bytes
Versions: 59
Compression:
Stored size: 291 Bytes
Contents
# encoding: utf-8 module LogStash module BootstrapCheck class DefaultConfig 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 end end end
Version data entries
59 entries across 59 versions & 1 rubygems