Class: LogStash::PluginMixins::EnterpriseSearch::WorkplaceSearch::Client

Inherits:
Elastic::EnterpriseSearch::WorkplaceSearch::Client
  • Object
show all
Includes:
ManticoreTransport
Defined in:
lib/logstash/plugin_mixins/enterprise_search/client.rb

Overview

Workplace Search client for Enterprise Search. This client extends Elastic::EnterpriseSearch::WorkplaceSearch::Client but overrides #transport to use Manticore.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options, params: {}) ⇒ Client

Returns a new instance of Client.



29
30
31
32
# File 'lib/logstash/plugin_mixins/enterprise_search/client.rb', line 29

def initialize(options, params: {})
  @params = params
  super options
end

Instance Attribute Details

#paramsObject (readonly)

Returns the value of attribute params.



25
26
27
# File 'lib/logstash/plugin_mixins/enterprise_search/client.rb', line 25

def params
  @params
end