-
Notifications
You must be signed in to change notification settings - Fork 21
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
DeprecationWarning #45
Comments
@rijink7 hi, what's the format of your data file? Please show some examples. Does this warning affect your data importing? I think it's just a warning. As it showed |
hi sorry for the late replay, the format is a usual JSON type |
As I can see, the format is valid json. It's only the latest ES7 changed its import URL routes. But the older flag |
i received this warning :
ElasticsearchDeprecationWarning: [types removal] Specifying types in document index requests is deprecated, use the typeless endpoints instead (/{index}/_doc/{id}, /{index}/_doc, or /{index}/_create/{id}).
body=json.loads(line)
ElasticSearch version : 7.7.1
jsonpyes :1.4.2
The text was updated successfully, but these errors were encountered: