-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in_gelf: New input plugin for ingest GELF messages #4156
base: master
Are you sure you want to change the base?
Conversation
|
Configuration options
UDP example
TCP example
|
Signed-off-by: Manuel Luis Sanmartín Rozada <[email protected]>
Signed-off-by: Manuel Luis Sanmartín Rozada <[email protected]>
Signed-off-by: Manuel Luis Sanmartín Rozada <[email protected]>
Signed-off-by: Manuel Luis Sanmartín Rozada <[email protected]>
Signed-off-by: Manuel Luis Sanmartín Rozada <[email protected]>
Signed-off-by: Manuel Luis Sanmartín Rozada <[email protected]>
Signed-off-by: Manuel Luis Sanmartín Rozada <[email protected]>
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Apologies @manuelluis but looks like the CI doesn't like your branch name so I'll resolve #4999 to sort it. Unfortunately probably means we have to wait for that to land before we can run the integration tests. |
Hey @patrick-stephens, does the CI still fail because of the "/" in the branch name? |
It shouldn't so if you rebase let's see |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Would be great to have this feature. Looks like the only thing missing is a rebase against master and check if it build successfully. @manuelluis do you have the time to make a rebase or can we help with it? |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Hey @manuelluis @azagarelz, this feature would be really helpful. Is there any chance someone would have time to have a look at this? |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Note that anyone can pick this PR up plus we would need an active maintainer/code owner to ensure bug fixes and other changes in the future before merging. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
New input plugin for ingest GELF messages from TCP and UDP.
In UDP support for gzip and zlib compressed messages, and chunked messages.
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
Documentation
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.