Skip to content

Commit f7396e9

Browse files
bmichalkiewiczpepov
authored andcommitted
docs: add version information for feature availability
Signed-off-by: Bartosz <[email protected]>
1 parent d0aaa4b commit f7396e9

File tree

2 files changed

+3
-2
lines changed
  • docs/configuration/plugins/outputs
  • pkg/sdk/logging/model/output

2 files changed

+3
-2
lines changed

docs/configuration/plugins/outputs/gelf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Destination host
3333
3434
### max_bytes (int, optional) {#output config-max_bytes}
3535
36-
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)
36+
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
3737
3838
Default: 3200
3939

pkg/sdk/logging/model/output/gelf.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ type GelfOutputConfig struct {
6060
// 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: {})
6161
TLSOptions map[string]string `json:"tls_options,omitempty"`
6262
// MaxBytes specifies the maximum size, in bytes, of each individual log message.
63-
// For details, see [https://github.com/Graylog2/graylog2-server/issues/873](https://github.com/Graylog2/graylog2-server/issues/873) (default: 3200)
63+
// For details, see [https://github.com/Graylog2/graylog2-server/issues/873](https://github.com/Graylog2/graylog2-server/issues/873)
64+
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.10-full (default: 3200)
6465
MaxBytes int `json:"max_bytes,omitempty"`
6566
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.8-full
6667
// +docLink:"Buffer,../buffer/"

0 commit comments

Comments
 (0)