We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7396e9 commit cd12738Copy full SHA for cd12738
pkg/sdk/logging/model/output/gelf.go
@@ -61,7 +61,7 @@ type GelfOutputConfig struct {
61
TLSOptions map[string]string `json:"tls_options,omitempty"`
62
// 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)
64
- // Available since ghcr.io/kube-logging/fluentd:v1.16-4.10-full (default: 3200)
+ // Available since ghcr.io/kube-logging/fluentd:v1.16-4.10-full (default: 3200)
65
MaxBytes int `json:"max_bytes,omitempty"`
66
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.8-full
67
// +docLink:"Buffer,../buffer/"
0 commit comments