-
Notifications
You must be signed in to change notification settings - Fork 115
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
Specifying types in bulk requests is deprecated #76
Comments
This is resolve cmanaha#76 (Specifying types in bulk requests is deprecated) which results in the following warning. ElasticsearchDeprecationWarning: [types removal] Specifying types in bulk requests is deprecated.
This's fixed in fork https://github.com/mkhadher/python-elasticsearch-logger |
Maybe, we could solve this problem by passing a None value to type field |
Hi @everyone ! Hey @mkhadher I would like to meet and talk about the python-elasticsearch-logger that we all use. I think we can merge all of the best features and update PyPi. I work at AWS and talked with Carlos about this. Python maintainer, Adrian Drummond |
Hi. |
I should have done this by now but I switched jobs and I am going to prioritize this in 2023 |
I am using CMRESHandler with ES 7.5.1.
From ES 7, type is deprecated
When CMRESHandler sends logs with bulk operation,
[types removal] Specifying types in bulk requests is deprecated.
warning is printed.Forcing to set es_doc_type is cause of this issue.
This line may need to be deleted.
The text was updated successfully, but these errors were encountered: