-
Notifications
You must be signed in to change notification settings - Fork 22
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
Error with simple first app #80
Comments
hey, I think you're running some unsupported elastic version, atm it works with 1.7-2.x |
Oh, my ES is > 5 version :-( |
it's a bit of work because there are no and/or queries in elastic >5, not sure when will get to it |
@petrjasek i recently tried to recreate the datalayer so it supports elasticsearch 6.0.0 and beyond. There have been some breaking changes. I have it on a fork here: https://github.com/NoobSkywalker/eve-elastic |
hey @NoobSkywalker - looks good, any idea if it would be possible to support both 2.x elastic and 5+ with same codebase? or are there any breaking changes in the api |
@petrjasek I am not sure if it is possible and does make sense to support both. The removal of mapping types is a very breaking change: https://www.elastic.co/guide/en/elasticsearch/reference/6.x/removal-of-types.html. And it completely changes how things should be done now in terms of mapping, parent-child relations etc. |
I see, yep that makes sense then, will probably create another branch for it then |
I am trying to run simple basic app to get eve_elastic running.
I have following settings.py and app.py files.
When I do a request:
curl localhost:5000/test
I get following error, here I am assuming eve_elastic would create test index in ES
Call
Error Serverside
The text was updated successfully, but these errors were encountered: