Sha256: 29d6ab93e4fc9c0b410470cfe67d5a443babe19062d14a8901ed6b832ae34a3e

Contents?: true

Size: 367 Bytes

Versions: 7

Compression:

Stored size: 367 Bytes

Contents

# Logs API - https://swiftype.com/documentation/app-search/api/logs
module Elastic
  module AppSearch
    class Client
      module Logs

        # The API Log displays API request and response data at the Engine level.
        def get_api_logs(engine_name, options)
          post("engines/#{engine_name}/logs/api", options)
        end

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
elastic-app-search-7.10.0 lib/elastic/app-search/client/logs.rb
elastic-app-search-7.9.0 lib/elastic/app-search/client/logs.rb
elastic-app-search-7.8.0 lib/elastic/app-search/client/logs.rb
elastic-app-search-7.7.0 lib/elastic/app-search/client/logs.rb
elastic-app-search-7.6.0 lib/elastic/app-search/client/logs.rb
elastic-app-search-7.5.0 lib/elastic/app-search/client/logs.rb
elastic-app-search-7.4.1 lib/elastic/app-search/client/logs.rb