Class: LogStash::PluginMixins::EnterpriseSearch::AppSearch::Client

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

Overview

App Search client for Enterprise Search. This client extends Elastic::EnterpriseSearch::AppSearch::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.



14
15
16
17
# File 'lib/logstash/plugin_mixins/enterprise_search/client.rb', line 14

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

Instance Attribute Details

#paramsObject (readonly)

Returns the value of attribute params.



10
11
12
# File 'lib/logstash/plugin_mixins/enterprise_search/client.rb', line 10

def params
  @params
end