Exception: LogStash::Outputs::ElasticSearch::IndexInterpolationError
- Inherits:
-
EventMappingError
- Object
- ArgumentError
- EventMappingError
- LogStash::Outputs::ElasticSearch::IndexInterpolationError
- Defined in:
- lib/logstash/outputs/elasticsearch.rb
Instance Method Summary collapse
-
#initialize(bad_formatted_index) ⇒ IndexInterpolationError
constructor
A new instance of IndexInterpolationError.
Constructor Details
permalink #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 |