Skip to content

Support for Compress option in fb Output forward plugin #1493

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

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
support for Compress in Forward Output Plugin
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com>
Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
  • Loading branch information
devBmc authored and Ravi Ghosh committed Mar 8, 2025
commit b9b7de4ca11a4401958cff1a839c9ef145dbb849
6 changes: 6 additions & 0 deletions config/crd/bases/fluentbit.fluent.io_outputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,12 @@ spec:
maximum: 65535
minimum: 1
type: integer
compress:
description: Set payload compression mechanism. Option available
is 'gzip'
enum:
- gzip
type: string
requireAckResponse:
description: |-
Send "chunk"-option and wait for "ack" response from server.
Expand Down