Skip to content
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 - rebased #4156 #7082

Closed

Conversation

stevesowerbutts
Copy link

@stevesowerbutts stevesowerbutts commented Mar 28, 2023

New input plugin for ingest GELF messages from TCP and UDP.
In UDP support for gzip and zlib compressed messages, and chunked messages.

This is created from @manuelluis in_gelf and rebased against the current master.


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:

  • Example configuration file for the change
  • [ N/A] Debug log output from testing the change
  • Attached Valgrind output that shows no leaks or memory corruption was found

If this is a change to packaging of containers or native binaries then please confirm it works for all targets.

  • Run local packaging test showing all targets (including any new ones) build.
  • Set ok-package-test label to test for all targets (requires maintainer to do).

Documentation

  • Documentation required for this feature

Backporting

  • [N/A ] Backport to latest stable release.

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.

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]>
@@ -166,6 +166,7 @@ option(FLB_IN_EVENT_TEST "Enable Events test plugin"
option(FLB_IN_EVENT_TYPE "Enable event type plugin" Yes)
option(FLB_IN_FLUENTBIT_METRICS "Enable Fluent Bit metrics plugin" Yes)
option(FLB_IN_FORWARD "Enable Forward input plugin" Yes)
option(FLB_IN_GELF "Enable GELF input plugin" Yes)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thing: does this build on Mac and Windows targets? If not it needs to be disabled for those in the custom cmake config they have.

@patrick-stephens
Copy link
Contributor

It looks like the code needs an update/rebase as it doesn't build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-required ok-package-test Run PR packaging tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants