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

fix: Add Buffer to Gelf Outputs #1720

Merged
merged 9 commits into from
Apr 30, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -2474,6 +2474,75 @@ spec:
type: object
gelf:
properties:
buffer:
properties:
chunk_full_threshold:
type: string
chunk_limit_records:
type: integer
chunk_limit_size:
type: string
compress:
type: string
delayed_commit_timeout:
type: string
disable_chunk_backup:
type: boolean
disabled:
type: boolean
flush_at_shutdown:
type: boolean
flush_interval:
type: string
flush_mode:
type: string
flush_thread_burst_interval:
type: string
flush_thread_count:
type: integer
flush_thread_interval:
type: string
overflow_action:
type: string
path:
type: string
queue_limit_length:
type: integer
queued_chunks_limit_size:
type: integer
retry_exponential_backoff_base:
type: string
retry_forever:
type: boolean
retry_max_interval:
type: string
retry_max_times:
type: integer
retry_randomize:
type: boolean
retry_secondary_threshold:
type: string
retry_timeout:
type: string
retry_type:
type: string
retry_wait:
type: string
tags:
type: string
timekey:
type: string
timekey_use_utc:
type: boolean
timekey_wait:
type: string
timekey_zone:
type: string
total_limit_size:
type: string
type:
type: string
type: object
host:
type: string
port:
Expand Down Expand Up @@ -9408,6 +9477,75 @@ spec:
type: object
gelf:
properties:
buffer:
properties:
chunk_full_threshold:
type: string
chunk_limit_records:
type: integer
chunk_limit_size:
type: string
compress:
type: string
delayed_commit_timeout:
type: string
disable_chunk_backup:
type: boolean
disabled:
type: boolean
flush_at_shutdown:
type: boolean
flush_interval:
type: string
flush_mode:
type: string
flush_thread_burst_interval:
type: string
flush_thread_count:
type: integer
flush_thread_interval:
type: string
overflow_action:
type: string
path:
type: string
queue_limit_length:
type: integer
queued_chunks_limit_size:
type: integer
retry_exponential_backoff_base:
type: string
retry_forever:
type: boolean
retry_max_interval:
type: string
retry_max_times:
type: integer
retry_randomize:
type: boolean
retry_secondary_threshold:
type: string
retry_timeout:
type: string
retry_type:
type: string
retry_wait:
type: string
tags:
type: string
timekey:
type: string
timekey_use_utc:
type: boolean
timekey_wait:
type: string
timekey_zone:
type: string
total_limit_size:
type: string
type:
type: string
type: object
host:
type: string
port:
Expand Down
138 changes: 138 additions & 0 deletions charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2470,6 +2470,75 @@ spec:
type: object
gelf:
properties:
buffer:
properties:
chunk_full_threshold:
type: string
chunk_limit_records:
type: integer
chunk_limit_size:
type: string
compress:
type: string
delayed_commit_timeout:
type: string
disable_chunk_backup:
type: boolean
disabled:
type: boolean
flush_at_shutdown:
type: boolean
flush_interval:
type: string
flush_mode:
type: string
flush_thread_burst_interval:
type: string
flush_thread_count:
type: integer
flush_thread_interval:
type: string
overflow_action:
type: string
path:
type: string
queue_limit_length:
type: integer
queued_chunks_limit_size:
type: integer
retry_exponential_backoff_base:
type: string
retry_forever:
type: boolean
retry_max_interval:
type: string
retry_max_times:
type: integer
retry_randomize:
type: boolean
retry_secondary_threshold:
type: string
retry_timeout:
type: string
retry_type:
type: string
retry_wait:
type: string
tags:
type: string
timekey:
type: string
timekey_use_utc:
type: boolean
timekey_wait:
type: string
timekey_zone:
type: string
total_limit_size:
type: string
type:
type: string
type: object
host:
type: string
port:
Expand Down Expand Up @@ -8714,6 +8783,75 @@ spec:
type: object
gelf:
properties:
buffer:
properties:
chunk_full_threshold:
type: string
chunk_limit_records:
type: integer
chunk_limit_size:
type: string
compress:
type: string
delayed_commit_timeout:
type: string
disable_chunk_backup:
type: boolean
disabled:
type: boolean
flush_at_shutdown:
type: boolean
flush_interval:
type: string
flush_mode:
type: string
flush_thread_burst_interval:
type: string
flush_thread_count:
type: integer
flush_thread_interval:
type: string
overflow_action:
type: string
path:
type: string
queue_limit_length:
type: integer
queued_chunks_limit_size:
type: integer
retry_exponential_backoff_base:
type: string
retry_forever:
type: boolean
retry_max_interval:
type: string
retry_max_times:
type: integer
retry_randomize:
type: boolean
retry_secondary_threshold:
type: string
retry_timeout:
type: string
retry_type:
type: string
retry_wait:
type: string
tags:
type: string
timekey:
type: string
timekey_use_utc:
type: boolean
timekey_wait:
type: string
timekey_zone:
type: string
total_limit_size:
type: string
type:
type: string
type: object
host:
type: string
port:
Expand Down
Loading
Loading