Class: Fluent::Plugin::OpenSearchSimpleSniffer

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

Instance Method Summary collapse

Instance Method Details

#hostsObject



31
32
33
34
# File 'lib/fluent/plugin/opensearch_simple_sniffer.rb', line 31

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