Exception: LogStash::Outputs::ElasticSearch::IndexInterpolationError

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

Instance Method Summary collapse

Constructor Details

#initialize(bad_formatted_index) ⇒ IndexInterpolationError

Returns a new instance of IndexInterpolationError.



536
537
538
# File 'lib/logstash/outputs/elasticsearch.rb', line 536

def initialize(bad_formatted_index)
  super("Badly formatted index, after interpolation still contains placeholder: [#{bad_formatted_index}]")
end