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

Fix 8.0 testing due to dropping of document types #127

Open
jsvd opened this issue Mar 27, 2020 · 0 comments
Open

Fix 8.0 testing due to dropping of document types #127

jsvd opened this issue Mar 27, 2020 · 0 comments

Comments

@jsvd
Copy link
Member

jsvd commented Mar 27, 2020

Currently two integration tests against ES 8.0.0 SNAPSHOT fail:

1) LogStash::Filters::Elasticsearch should enhance the current event with new data
   Failure/Error: es.index(params)

   Elasticsearch::Transport::Transport::Errors::BadRequest:
     [400] {"error":"no handler found for uri [/logs/doc] and method [POST]"}
   # ./spec/es_helper.rb:27:in `index_doc'
   # ./spec/filters/integration/elasticsearch_spec.rb:30:in `block in <main>'
   # ./spec/filters/integration/elasticsearch_spec.rb:29:in `block in <main>'

2) LogStash::Filters::Elasticsearch when retrieving a list of elements should enhance the current event with new data
   Failure/Error: es.index(params)

   Elasticsearch::Transport::Transport::Errors::BadRequest:
     [400] {"error":"no handler found for uri [/logs/doc] and method [POST]"}
   # ./spec/es_helper.rb:27:in `index_doc'
   # ./spec/filters/integration/elasticsearch_spec.rb:30:in `block in /usr/share/plugins/plugin/spec/filters/integration/elasticsearch_spec.rb'
   # ./spec/filters/integration/elasticsearch_spec.rb:29:in `block in /usr/share/plugins/plugin/spec/filters/integration/elasticsearch_spec.rb'
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