feat(syslog source): add lossy option for UTF-8 handling#24657
Open
mezgerj wants to merge 6 commits intovectordotdev:masterfrom
Open
feat(syslog source): add lossy option for UTF-8 handling#24657mezgerj wants to merge 6 commits intovectordotdev:masterfrom
mezgerj wants to merge 6 commits intovectordotdev:masterfrom
Conversation
Add lossy configuration option to handle messages with invalid UTF-8 sequences. When enabled, invalid bytes are replaced with U+FFFD instead of dropping the entire message. Includes comprehensive tests for TCP, UDP, and Unix socket transports. Fixes vectordotdev#20462
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
recheck |
1 similar comment
Author
|
recheck |
Author
|
recheck |
Author
|
@jszwedko Any idea what I can do to get the CLA job to pass? I have signed the CLA |
Collaborator
Ah, did you leave a comment like the bot asks? I'm not seeing it. Note the CLA bot did change somewhat recently to require a PR comment to "sign the CLA" vs. the previous implementation that had a form (in case you had seen that one before). Screenshot:
|
Author
|
I have read the CLA Document and I hereby sign the CLA |
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.

Summary
Test configuration used for validation