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
Show file tree
Hide file tree
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
text change Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com>
Signed-off-by: Ravi Ghosh <Ravi_Ghosh@BMC.com>
  • Loading branch information
Ravi Ghosh authored and Ravi Ghosh committed Mar 8, 2025
commit 645f576cd0b79fd2ed98179c01b83e2afccc6d8a
3 changes: 1 addition & 2 deletions manifests/setup/fluent-operator-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34033,8 +34033,7 @@ spec:
minimum: 1
type: integer
compress:
description: Set payload compression mechanism. Option available
is 'gzip'
description: Set payload compression mechanism. Option available is 'gzip'
enum:
- gzip
type: string
Expand Down
3 changes: 1 addition & 2 deletions manifests/setup/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5197,8 +5197,7 @@ spec:
minimum: 1
type: integer
compress:
description: Set payload compression mechanism. Option available
is 'gzip'
description: Set payload compression mechanism. Option available is 'gzip'
type: string
requireAckResponse:
description: |-
Expand Down