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

Drop support for Elasticsearch 6.x metrics store #1342

Merged
merged 3 commits into from Oct 4, 2021

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented Sep 22, 2021

Thanks @danielmitterdorfer for preparing the ground here, it was easy to do. :) I tested that indexes created with the old templates on 7.x still work with the new code. I'm not sure how to test the 6.x -> 7.x upgrade path, though. Is it useful to test?

As usual, this can be reviewed commit by commit if you're so inclined.

Closes #653

This allows us dropping support, starting with the metrics store. It's
not currently raising an error at startup, though.
@pquentin pquentin self-assigned this Sep 22, 2021
@pquentin pquentin added :Metrics How metrics are stored, calculated or aggregated cleanup Linter changes, reformatting, removal of unused code etc. labels Sep 22, 2021
@pquentin pquentin added this to the 2.3.0 milestone Sep 22, 2021
Copy link
Contributor

@DJRickyB DJRickyB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. tried to find dangling instances where we use types and couldn't find any

@pquentin
Copy link
Member Author

pquentin commented Oct 1, 2021

Thanks for the review, will merge on Monday.

@pquentin pquentin merged commit 44ed3c6 into elastic:master Oct 4, 2021
@pquentin pquentin deleted the drop-6.x-metrics branch October 4, 2021 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Linter changes, reformatting, removal of unused code etc. :Metrics How metrics are stored, calculated or aggregated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for metrics store versions before Elasticsearch 7.0.0
2 participants