Class: LogStash::PluginMixins::ElasticSearch::NoopLicenseChecker

Inherits:
Object
  • Object
show all
Defined in:
lib/logstash/plugin_mixins/elasticsearch/noop_license_checker.rb

Constant Summary collapse

INSTANCE =
self.new

Instance Method Summary collapse

Instance Method Details

#appropriate_license?(pool, url) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/logstash/plugin_mixins/elasticsearch/noop_license_checker.rb', line 5

def appropriate_license?(pool, url)
  true
end