You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Available in Logging operator version 4.5 and later. Configure sidecar container in Fluentd pods, for example: [https://github.com/kube-logging/logging-operator/config/samples/logging_logging_fluentd_sidecars.yaml](https://github.com/kube-logging/logging-operator/config/samples/logging_logging_fluentd_sidecars.yaml).
@@ -229,7 +232,7 @@ ExtraVolume defines the fluentd extra volumes
229
232
230
233
## FluentdScaling
231
234
232
-
FluentdScaling enables configuring the scaling behaviour of the fluentd statefulset
235
+
FluentdScaling enables configuring the scaling behavior of the fluentd statefulset
This option enables putting outgoing messages into the disk buffer of the destination to avoid message loss in case of a system failure on the destination side. For details, see the [Syslog-ng DiskBuffer options](../disk_buffer/).
@@ -80,6 +86,17 @@ Set the number of seconds for flush period.
The number of messages that the output queue can store.
@@ -122,11 +139,25 @@ Set the region option.
122
139
The number of times syslog-ng OSE attempts to send a message to this destination. If syslog-ng OSE could not send a message, it will try again until the number of attempts reaches retries, then drops the message.
123
140
124
141
142
+
### role (string, optional) {#s3output-role}
143
+
144
+
Available in Logging operator version 6.2 and later.
Available in Logging operator version 6.2 and later.
157
+
158
+
You can use the server-side-encryption() and kms-key() options to configure encryption. Currently only `server-side-encryption("aws:kms")` is supported.
0 commit comments