-
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 plugin #7194
base: master
Are you sure you want to change the base?
in gelf: new plugin #7194
Conversation
Signed-off-by: Matanel Cohen <[email protected]>
…t. (fluent#7179) * in_calyptia_fleet: initial implementation of Calyptia fleet management. Signed-off-by: Phillip Whelan <[email protected]> Signed-off-by: Matanel Cohen <[email protected]>
Signed-off-by: Matanel Cohen <[email protected]>
f81e45e
to
d8a5e20
Compare
Signed-off-by: Matanel Cohen <[email protected]>
Can you link the docs PR? |
@@ -201,6 +201,9 @@ option(FLB_IN_WINDOWS_EXPORTER_METRICS "Enable windows exporter metrics input pl | |||
option(FLB_IN_OPENTELEMETRY "Enable OpenTelemetry input plugin" Yes) | |||
option(FLB_IN_ELASTICSEARCH "Enable Elasticsearch (Bulk API) input plugin" Yes) | |||
option(FLB_IN_CALYPTIA_FLEET "Enable Calyptia Fleet input plugin" Yes) | |||
option(FLB_IN_GELF "Enable GELF input plugin" Yes) | |||
option(FLB_IN_CALYPTIA_FLEET "Enable Calyptia Fleet input plugin" Yes) | |||
option(FLB_IN_GELF "Enable GELF input plugin" Yes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a rebase has gone wrong here.
Can we add any integration tests? https://github.com/fluent/fluent-bit-ci |
I'm assigning this to myself so I can properly review it on monday. |
It seems to me that this PR is packed with goodies but I think it needs to be split in three :
Obviously this is the "best case scenario" and I understand that not everyone might share these opinions but I do think we should at least try to find a middle ground to make the most out of this. |
Rebased on -> #4156