Module: LogStash::Outputs::ElasticSearchJava::Shield

Defined in:
lib/logstash/outputs/elasticsearch_java/shield.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.create_client_config(arg) ⇒ Object



11
# File 'lib/logstash/outputs/elasticsearch_java/shield.rb', line 11

def self.create_client_config(arg); {}; end

.included(base) ⇒ Object



5
6
7
8
9
# File 'lib/logstash/outputs/elasticsearch_java/shield.rb', line 5

def self.included(base)
  base.extend(ClassMethods)
  base.create_options
  base.branch_client_options
end