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

Add support for include_type_name parameter #1557

Open
PhaedrusTheGreek opened this issue Oct 8, 2020 · 0 comments
Open

Add support for include_type_name parameter #1557

PhaedrusTheGreek opened this issue Oct 8, 2020 · 0 comments

Comments

@PhaedrusTheGreek
Copy link

ES 6.x will throw a deprecation warning on calls to the rollover API (and likely any others that allow you to work with mappings) if the include_type_name parameter is not explicitly specified.

... WARN - elasticsearch[node-1][http_server_worker][T#10] 1000 - - [org.elasticsearch.deprecation.rest.action.admin.indices.RestRolloverIndexAction] [node-1] [types removal] The parameter include_type_name should be explicitly specified in rollover requests to prepare for 7.0. In 7.0 include_type_name will default to 'false', which means requests must omit the type name in mapping definitions.

This seems to be the associated elasticsearch-py update.

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