Remove multiline processor and TCP receiver from Ops Agent#2311
Merged
rafaelwestphal merged 1 commit intoMay 28, 2026
Conversation
c4b1623 to
9a222e4
Compare
Decommission the legacy 'parse_multiline' logging processor and the 'tcp' logging receiver to simplify standard configurations and pave the way for decommissioning Fluent Bit. Instead of purging the historical tests, we restore all 23 golden test directories and 5 integration tests and cleanly skip them to act as a perfect feature gap tracker. - Deleted LoggingReceiverTCP and ParseMultiline Go definitions and registrations. - Restored all 23 TCP and multiline golden directories. - Added disabledGoldenTests blacklist map to confgenerator_test.go to skip them. - Restored 5 TCP and multiline integration tests in main_test.go with t.Skip(). TAG=agy BUG=b/517183401,b/517183595 CONV=a3aefa50-102a-4eb8-ac21-894088d8c5df
9a222e4 to
5313e5b
Compare
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.
Description
Decommission the legacy 'parse_multiline' logging processor and the 'tcp' logging receiver to simplify standard configurations and pave the way for completely decommissioning Fluent Bit from standard pipelines.
LoggingReceiverTCPandParseMultilinedefinitions and registrations in confgenerator.TestTCPLogand the 4TestParseMultilineFile*Java/Python/Go tests) from main_test.go.Related issue
b/517183401
b/517183595
How has this been tested?
Checklist: