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 elasticsearch 6 output #4268

Closed
russorat opened this issue Jun 11, 2018 · 1 comment · Fixed by #6053
Closed

Add support for elasticsearch 6 output #4268

russorat opened this issue Jun 11, 2018 · 1 comment · Fixed by #6053
Labels
area/elasticsearch feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@russorat
Copy link
Contributor

russorat commented Jun 11, 2018

Feature Request
Support for Elasticsearch 6.x for output plugins.

Current behavior:
Not available

Desired behavior:
Support ES6.x release

Use case:
new version of ES 6.x does not support types in mapping any more and it affects monitoring.

@lpic10
Copy link
Contributor

lpic10 commented Jun 13, 2018

FYI current output works on ES 6.x but with warnings on ES side like:

[WARN ][o.e.d.i.m.AllFieldMapper ] [_all] is deprecated in 6.0+ and will be removed in 7.0. As a replacement, you can use [copy_to] on mapping fields to create your own catch all field.

As for the mapping type the current plugin uses a single type (which is still supported for indices created on 6.x), thus unless the indexes are shared with other applications it will work.

Definitely the support for ES 6.x could be improved, and also to prepare for ES 7.0 breaking changes

@danielnelson danielnelson added area/elasticsearch feature request Requests for new plugin and for new features to existing plugins labels Jun 13, 2018
@danielnelson danielnelson added this to the 1.12.0 milestone Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/elasticsearch feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants