From 5c795207d9413c948aa868df46b6b72606f45f4a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 15 Mar 2024 13:37:45 +0200 Subject: [PATCH] emitter configuration added to filter Signed-off-by: Paul Smith --- .../crds/fluentbit.fluent.io_filters.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charts/fluent-operator/charts/fluent-bit-crds/crds/fluentbit.fluent.io_filters.yaml b/charts/fluent-operator/charts/fluent-bit-crds/crds/fluentbit.fluent.io_filters.yaml index 814ae6bbb..f0d5125a2 100644 --- a/charts/fluent-operator/charts/fluent-bit-crds/crds/fluentbit.fluent.io_filters.yaml +++ b/charts/fluent-operator/charts/fluent-bit-crds/crds/fluentbit.fluent.io_filters.yaml @@ -649,6 +649,18 @@ spec: component of the pipeline, you can use this property to configure an optional name for it. type: string + emitterStorageType: + description: Specify the emitter buffering mechanism to use. It can be + memory or filesystem + enum: + - filesystem + - memory + type: string + emitterMemBufLimit: + description: Set a limit of memory that Emitter plugin can use when + appending data to the Engine. If the limit is reach, it will + be paused; when the data is flushed it resumes. + type: string retryLimit: description: 'RetryLimit describes how many times fluent-bit should retry to send data to a specific output. If set