Remove Monitoring ingest pipelines#77459
Merged
jbaiera merged 9 commits intoelastic:masterfrom Sep 28, 2021
Merged
Conversation
Collaborator
|
Pinging @elastic/es-data-management (Team:Data Management) |
This was referenced Sep 8, 2021
Member
Author
|
@elasticmachine update branch |
Member
Author
|
@elasticmachine run elasticsearch-ci/part-2 |
Member
Author
|
Digging into these test failures. From the looks of things, the order of the pipelines in the expected error message is different now. I do not understand what might have caused that yet. |
Member
Author
|
Added @lcawl as reviewer since you were suggested for the deprecation PR, and because this one also has docs changes |
Member
Author
|
@elasticmachine update branch |
Member
Author
|
Changing to the deprecation label since we have re-added the removed settings in 8.0 to allow for a longer deprecation cycle. The settings will not break 8.0 nodes on start up, but it will not have any functionality tied to them. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Monitoring installs a number of ingest pipelines which have been historically used to upgrade documents when mappings and document structures change between versions. Since there aren't any changes to the document format, nor will there be by the time the format is completely retired, we can comfortably remove these pipelines.
Relates #50770