Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration testing on Elasticsearch 8.0.0-SNAPSHOT is broken #129

Open
jsvd opened this issue May 26, 2020 · 0 comments
Open

Integration testing on Elasticsearch 8.0.0-SNAPSHOT is broken #129

jsvd opened this issue May 26, 2020 · 0 comments

Comments

@jsvd
Copy link
Member

jsvd commented May 26, 2020

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant