Skip to content

Commit

Permalink
docs: add version information for feature availability
Browse files Browse the repository at this point in the history
  • Loading branch information
bmichalkiewicz committed Sep 12, 2024
1 parent f97d619 commit 9089b32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/plugins/outputs/gelf.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Destination host
### max_bytes (int, optional) {#output config-max_bytes}
MaxBytes specifies the maximum size, in bytes, of each individual log message. For details, see [https://github.com/Graylog2/graylog2-server/issues/873](https://github.com/Graylog2/graylog2-server/issues/873)
MaxBytes specifies the maximum size, in bytes, of each individual log message. For details, see [https://github.com/Graylog2/graylog2-server/issues/873](https://github.com/Graylog2/graylog2-server/issues/873) Available since ghcr.io/kube-logging/fluentd:v1.16-4.10-full
Default: 3200
Expand Down
3 changes: 2 additions & 1 deletion pkg/sdk/logging/model/output/gelf.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ type GelfOutputConfig struct {
// For details, see [https://github.com/graylog-labs/gelf-rb/blob/72916932b789f7a6768c3cdd6ab69a3c942dbcef/lib/gelf/transport/tcp_tls.rb#L7-L12](https://github.com/graylog-labs/gelf-rb/blob/72916932b789f7a6768c3cdd6ab69a3c942dbcef/lib/gelf/transport/tcp_tls.rb#L7-L12). (default: {})
TLSOptions map[string]string `json:"tls_options,omitempty"`
// MaxBytes specifies the maximum size, in bytes, of each individual log message.
// For details, see [https://github.com/Graylog2/graylog2-server/issues/873](https://github.com/Graylog2/graylog2-server/issues/873) (default: 3200)
// For details, see [https://github.com/Graylog2/graylog2-server/issues/873](https://github.com/Graylog2/graylog2-server/issues/873)
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.10-full (default: 3200)
MaxBytes int `json:"max_bytes,omitempty"`
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.8-full
// +docLink:"Buffer,../buffer/"
Expand Down

0 comments on commit 9089b32

Please sign in to comment.