Exception: LogStash::Outputs::ElasticSearch::UnsupportedActionError
- Inherits:
-
EventMappingError
- Object
- ArgumentError
- EventMappingError
- LogStash::Outputs::ElasticSearch::UnsupportedActionError
- Defined in:
- lib/logstash/outputs/elasticsearch.rb
Instance Method Summary collapse
-
#initialize(bad_action) ⇒ UnsupportedActionError
constructor
A new instance of UnsupportedActionError.
Constructor Details
#initialize(bad_action) ⇒ UnsupportedActionError
Returns a new instance of UnsupportedActionError.
517 518 519 |
# File 'lib/logstash/outputs/elasticsearch.rb', line 517 def initialize(bad_action) super("Elasticsearch doesn't support [#{bad_action}] action") end |