Sha256: 4c2ec3c317255140dc58f798b7aaf44344aaac8af1aff43b862db3566cafc774

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 Bytes

Contents

# SPDX-License-Identifier: Apache-2.0
#
#  The OpenSearch Contributors require contributions made to
#  this file be licensed under the Apache-2.0 license or a
#  compatible open source license.
#
#  Modifications Copyright OpenSearch Contributors. See
#  GitHub history for details.

module LogStash; module PluginMixins; module OpenSearch
  class NoopDistributionChecker
    INSTANCE = self.new

    def is_supported?(pool, url, major_version)
      true
    end
  end
end; end; end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-output-opensearch-1.0.0-java lib/logstash/plugin_mixins/opensearch/noop_distribution_checker.rb