Class: Fluent::Plugin::OpenSearchFallbackSelector

Inherits:
Object
  • Object
show all
Includes:
OpenSearch::Transport::Transport::Connections::Selector::Base
Defined in:
lib/fluent/plugin/opensearch_fallback_selector.rb

Instance Method Summary collapse

Instance Method Details

#select(options = {}) ⇒ Object



33
34
35
# File 'lib/fluent/plugin/opensearch_fallback_selector.rb', line 33

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