Add changes to S3 destination from syslog-ng#797
Merged
MrAnno merged 17 commits intoaxoflow:mainfrom Oct 29, 2025
Merged
Conversation
651a64a to
6501fca
Compare
sodomelle
added a commit
to sodomelle/axosyslog
that referenced
this pull request
Sep 19, 2025
The contents are taken from syslog-ng PR #5257 and #5286, written by Bálint Horváth <[email protected]>. Signed-off-by: Tamás Kosztyu <[email protected]>
MrAnno
reviewed
Sep 22, 2025
Contributor
6501fca to
e08849c
Compare
sodomelle
added a commit
to sodomelle/axosyslog
that referenced
this pull request
Sep 26, 2025
The contents are taken from syslog-ng PR #5257 and #5286, written by Bálint Horváth <[email protected]>. Signed-off-by: Tamás Kosztyu <[email protected]>
Contributor
|
We might need syslog-ng/syslog-ng#5447 too. |
sodomelle
added a commit
to sodomelle/axosyslog
that referenced
this pull request
Oct 1, 2025
The contents are taken from syslog-ng PR #5257, #5286 and #5447, written by Bálint Horváth <[email protected]>. Signed-off-by: Tamás Kosztyu <[email protected]>
e08849c to
55d2ce1
Compare
sodomelle
added a commit
to sodomelle/axosyslog
that referenced
this pull request
Oct 2, 2025
The contents are taken from syslog-ng PR #5257, #5286 and #5447, written by Bálint Horváth <[email protected]>. Signed-off-by: Tamás Kosztyu <[email protected]>
55d2ce1 to
d6cf63e
Compare
MrAnno
previously approved these changes
Oct 27, 2025
…ng() calls Signed-off-by: Bálint Horváth <[email protected]>
The backfill behaviour will be replaced with a simpler solution in a later commit on this branch. Signed-off-by: Bálint Horváth <[email protected]>
These introduce simpler, easier to maintain replacements to the S3Object class. The new classes also help with separation of concern. Signed-off-by: Bálint Horváth <[email protected]>
…lasses Signed-off-by: Bálint Horváth <[email protected]>
Some dependencies (however unlikely) may not be installed, resulting in syslog-ng crashing. This should eliminate that concern. Signed-off-by: Bálint Horváth <[email protected]>
This commit temporarily disables the upload-on-close behaviour. It will be reintroduced later. Signed-off-by: Bálint Horváth <[email protected]>
… and shutdown This commit reintroduces the removed upload-on-close behaviour and replaces the old backfill. Signed-off-by: Bálint Horváth <[email protected]>
Signed-off-by: Bálint Horváth <[email protected]>
Signed-off-by: Bálint Horváth <[email protected]>
…ata elements. This should allow for easier introduction of new config elements without breaking old buffers still on the disk. Signed-off-by: Bálint Horváth <[email protected]>
Commit based on axoflow#408 Signed-off-by: Bálint Horváth <[email protected]>
Signed-off-by: Bálint Horváth <[email protected]>
…ehaviour This option requires botocore 1.36 or above. Commit based on axoflow#486 and axoflow#488 Signed-off-by: Bálint Horváth <[email protected]>
Signed-off-by: Tamás Kosztyu <[email protected]>
…t triggered by other objects. Signed-off-by: Bálint Horváth <[email protected]>
The contents are taken from syslog-ng PR #5257, #5286 and #5447, written by Bálint Horváth <[email protected]>. Signed-off-by: Tamás Kosztyu <[email protected]>
d6cf63e to
7ac7d8b
Compare
MrAnno
approved these changes
Oct 28, 2025
MrAnno
reviewed
Oct 28, 2025
MrAnno
requested changes
Oct 28, 2025
modules/python-modules/syslogng/modules/s3/s3_session_handler.py
Outdated
Show resolved
Hide resolved
This commit reintroduces logging enhancements done by László Vádary. Signed-off-by: Tamás Kosztyu <[email protected]>
d1a6458 to
8be37ea
Compare
MrAnno
approved these changes
Oct 28, 2025
sodomelle
added a commit
to sodomelle/axosyslog
that referenced
this pull request
Nov 11, 2025
This reverts commit 9e0fa57, reversing changes made to 604c258. Signed-off-by: Tamás Kosztyu <[email protected]>
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.
This PR takes the commits from:
Added license change.