module Elasticsearch::XPack::API::Logstash

Public Instance Methods

logstash() click to toggle source
# File lib/elasticsearch/xpack/api/namespace/logstash.rb, line 28
def logstash
  @logstash ||= LogstashClient.new(self)
end