From 1509075976776d0061af1feba925bcd50ff7edf9 Mon Sep 17 00:00:00 2001 From: Guido Schmutz Date: Tue, 2 Jan 2024 17:13:51 +0100 Subject: [PATCH] Update configuration.md --- documentation/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/configuration.md b/documentation/configuration.md index 3e9de5581..b0a36cf46 100644 --- a/documentation/configuration.md +++ b/documentation/configuration.md @@ -533,8 +533,12 @@ For each service there might be some other settings, such as controlling the num | `CONDUIT_enable` | `false` | 1.15.0 | Generate Conduit service | | [**_FluentD_**](./services/fluentd.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | | | `FLUENTD_enable` | `false` | 1.17.0 | Generate FluentD service | +| `FLUENTD_conf_file_name` | `` | 1.17.0 | Name of a custom config file to map into the FluentD container. | +| `FLUENTD_s3_bucket_name` | `docker-log` | 1.17.0 | Name of the S3 bucket to use if Minio is enabled. | +| `FLUENTD_s3_bucket_file_type` | `json` | 1.17.0 | Name of the S3 bucket to use if Minio is enabled. | | [**_FileBeat_**](./services/filebeat.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | | | `FILEBEAT_enable` | `false` | 1.17.0 | Generate FileBeat service | +| `FILEBEAT_conf_file_name` | `` | 1.17.0 | Name of a custom config file to map into the FileBeat container. | | [**_Apache Sqoop_**](./services/sqoop.md)     ![x86-64](./images/x86-64.png) | | | | | `SQOOP_enable` | `false` | 1.3.0 | Generate Apache Sqoop service | | [**_Node-RED_**](./services/nodered.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | | | |