class Fluent::Plugin::ElasticsearchSimpleSniffer

Public Instance Methods

hosts() click to toggle source
# File lib/fluent/plugin/elasticsearch_simple_sniffer.rb, line 5
def hosts
  @transport.logger.debug "In Fluent::Plugin::ElasticsearchSimpleSniffer hosts #{@transport.hosts}" if @transport.logger
  @transport.hosts
end