Module: Elastic::AppSearch::Client::Logs

Included in:
Elastic::AppSearch::Client
Defined in:
lib/elastic/app-search/client/logs.rb

Instance Method Summary collapse

Instance Method Details

#get_api_logs(engine_name, options) ⇒ Object

The API Log displays API request and response data at the Engine level.



8
9
10
# File 'lib/elastic/app-search/client/logs.rb', line 8

def get_api_logs(engine_name, options)
  post("engines/#{engine_name}/logs/api", options)
end