-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
elasticsearch: set _type=doc #3757
Conversation
Can you link to the elasticsearch / pr of the change to provide some more feedback on why this change is needed? This must be added to the CHANGELOG.asciidoc as this is a breaking change in case someone was using _type before. This becomes especially obvious for people using filebeat where |
The `_type` field is deprecated per elastic/elasticsearch#15613
Can you rebase and squash and update the commit and PR message? This makes it easier for people that stumble over the PR later to find the right info. |
I updated the first comment to the PR, I have a single commit I don't think I need squashing. Thanks! |
@7AC I see 2 commits in this PR? One is a merge commit. |
The `_type` field is deprecated per elastic/elasticsearch#15613 (cherry picked from commit bec7603)
The `_type` field is deprecated per elastic/elasticsearch#15613 (cherry picked from commit bec7603)
Use special
_type=doc
instead of custom ones. The_type
field is deprecated per elastic/elasticsearch#15613.