Closed
Conversation
… not a runtime one. Signed-off-by: Viktor Tusa <[email protected]>
…nes. Stored messages are message which are stored in disk or memory buffer.
MongoDB server does append an _id field automatically if none present. If the incoming message already have an _id field, we pass it along to the server. References: v1 TK-44852
Contributor
|
I like most of the changes, but have had a few questions, which I posted either inline, or attached to the appropriate commit. I can patch up most of the things after merging, but I'd love to have your feedback on the few little issues I found. Thanks! |
Collaborator
|
In addition to driver id we can.also print the exact location of the problematic config through logexprnode |
…re_transformation
Signed-off-by: Viktor Tusa <[email protected]>
MongoDB dest driver tries to insert into the database three times before dropping the message. Signed-off-by: Viktor Tusa <[email protected]>
evt_tag_value_pairs works exactly like a value_pairs_foreach, which generates a string to an EVTTAG. It can be safely used from msg_* macros without having to know if we are in debug mode or not.
… mongodb. Because it is nicer, and can be used in msg_error, too. Also log the message we try to insert into mongodb. Signed-off-by: Viktor Tusa <[email protected]>
…ion failed. If the connections fails, we shouldn't consume a message. If flow-control is on, the queue will be held back, if it is off, the message will be dropped if the queue is full.
…fails. If value_pairs_walk fails, that means that a typecast has been failed. So the only sane thing we can do is to log this problematic message and drop it. We return with TRUE here because the destination should not go to sleep.
Via the retries() option. Signed-off-by: Viktor Tusa <[email protected]>
Throttle is not working and not supported in MongoDB destination, so we will show a warning and set throttle back to zero.
Signed-off-by: Viktor Tusa <[email protected]>
Signed-off-by: Viktor Tusa <[email protected]>
…ient Signed-off-by: Budai Laszlo <[email protected]> Signed-off-by: Viktor Tusa <[email protected]>
Signed-off-by: Budai Laszlo <[email protected]>
Signed-off-by: Budai Laszlo <[email protected]>
Signed-off-by: Budai Laszlo <[email protected]>
Contributor
Author
|
Updated pull request. The only thing left is silently-drop-message, we need to discuss it. |
Contributor
|
Dropping this one, superseded by #143 |
HofiOne
pushed a commit
to HofiOne/syslog-ng
that referenced
this pull request
Jun 10, 2024
Signed-off-by: Attila Szakacs <[email protected]>
HofiOne
pushed a commit
to HofiOne/syslog-ng
that referenced
this pull request
Jun 11, 2024
Signed-off-by: Attila Szakacs <[email protected]> Signed-off-by: Hofi <[email protected]>
kovgeri01
pushed a commit
to kovgeri01/syslog-ng
that referenced
this pull request
Aug 13, 2024
Signed-off-by: Attila Szakacs <[email protected]>
kovgeri01
pushed a commit
to kovgeri01/syslog-ng
that referenced
this pull request
Aug 13, 2024
…de-encryption s3: add server side encryption support
kovgeri01
pushed a commit
to kovgeri01/syslog-ng
that referenced
this pull request
Aug 13, 2024
news: add entry for syslog-ng#127
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.
No description provided.