Support for Compress option in fb Output forward plugin#1493
Support for Compress option in fb Output forward plugin#1493devBmc wants to merge 21 commits intofluent:masterfrom
Conversation
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com>
adding support for compress gzip Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com>
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com>
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com>
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com>
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com>
|
@devBmc Thanks so much for your contributions. Can you please fix the DCO issue before it can be merged? instructions can be found here https://github.com/fluent/fluent-operator/pull/1493/checks?check_run_id=38380700137 |
added signoff in next commit i hope that should fix the issue |
Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com> Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
adding support for compress gzip Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com> Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com> Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com> Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com> Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com> Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
|
@cw-Guo any idea what m missing i ca see see the DCO error , need some help |
|
@devcontributeatgithub check the pipeline to see the details: https://github.com/fluent/fluent-operator/pull/1493/checks?check_run_id=38420789516 The following three commits need to be released.
|
| if f.Compress != nil { | ||
| kvs.Insert("Compress", fmt.Sprint(*f.Compress)) | ||
| } |
There was a problem hiding this comment.
@devBmc Please run following to resolve the merge conflicts and fix the DCO.
$ git checkout master
$ git pull upstream master --rebase --signoffDuring conflict resolution ensure to take current.
Then add following for your newly added field.
Once done we can merge this PR.
| if f.Compress != nil { | |
| kvs.Insert("Compress", fmt.Sprint(*f.Compress)) | |
| } | |
| plugins.InsertKVString(kvs, "Compress", f.Compress) |
|
Closing due to inactivity. Please re-open if necessary. |
What this PR does / why we need it:
This PR is to support Compress option in fluenbit forward Output plugin
fix for 1492
Which issue(s) this PR fixes:
Fixes #
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: