uken/fluent-plugin-elasticsearch

View on GitHub
lib/fluent/plugin/elasticsearch_fallback_selector.rb

Summary

Maintainability
A
0 mins
Test Coverage
require_relative 'elasticsearch_compat'

class Fluent::Plugin::ElasticseatchFallbackSelector
  include SELECTOR_CLASS::Base

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