Class: Fluent::Plugin::ElasticseatchFallbackSelector

Inherits:
Object
  • Object
show all
Includes:
SELECTOR_CLASS::Base
Defined in:
lib/fluent/plugin/elasticsearch_fallback_selector.rb

Instance Method Summary collapse

Instance Method Details

#select(options = {}) ⇒ Object



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

def select(options={})
  connections.first
end