Exception: LogStash::Outputs::ElasticSearch::EventMappingError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/logstash/outputs/elasticsearch.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ EventMappingError

Returns a new instance of EventMappingError.



530
531
532
# File 'lib/logstash/outputs/elasticsearch.rb', line 530

def initialize(msg = nil)
  super
end