Class: Fluent::Plugin::ElasticsearchSimpleSniffer

Inherits:
TRANSPORT_CLASS::Transport::Sniffer
  • Object
show all
Defined in:
lib/fluent/plugin/elasticsearch_simple_sniffer.rb

Instance Method Summary collapse

Instance Method Details

#hostsObject



6
7
8
9
# File 'lib/fluent/plugin/elasticsearch_simple_sniffer.rb', line 6

def hosts
  @transport.logger.debug "In Fluent::Plugin::ElasticsearchSimpleSniffer hosts #{@transport.hosts}" if @transport.logger
  @transport.hosts
end