Class: Fluent::Plugin::ElasticsearchSimpleSniffer

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

Instance Method Summary collapse

Instance Method Details

#hostsObject



5
6
7
8
# 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