You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) LogStash::Inputs::Elasticsearch against an unsecured elasticsearch behaves like an elasticsearch index plugin should retrieve json event from elasticsearch
Failure/Error: es.index(params)
Elasticsearch::Transport::Transport::Errors::BadRequest:
[400] {"error":"no handler found for uri [/logs/doc] and method [POST]"}
Shared Example Group: "an elasticsearch index plugin" called from ./spec/inputs/integration/elasticsearch_spec.rb:46
# ./spec/es_helper.rb:43:in `index_doc'
# ./spec/inputs/integration/elasticsearch_spec.rb:24:in `block in <main>'
# ./spec/inputs/integration/elasticsearch_spec.rb:23:in `block in <main>'
Finished in 3.91 seconds (files took 10.91 seconds to load)
1 example, 1 failure
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: