From cd222d494d9d8593f33bc951048c6504b0130d36 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 28 Oct 2025 16:43:19 +0800 Subject: [PATCH] update out_pgsql add configurable field `Daemon` Signed-off-by: Tom Signed-off-by: Tom --- pipeline/outputs/postgresql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/outputs/postgresql.md b/pipeline/outputs/postgresql.md index 7a910c5eb..91842c8db 100644 --- a/pipeline/outputs/postgresql.md +++ b/pipeline/outputs/postgresql.md @@ -61,6 +61,7 @@ Make sure that the `fluentbit` user can connect to the `fluentbit` database on t | `min_pool_size` | Minimum number of connection in async mode | 1 | | `max_pool_size` | Maximum amount of connections in async mode | 4 | | `cockroachdb` | Set to `true` if you will connect the plugin with a CockroachDB | false | +| `Daemon` | Set to `true` if you want run this plugin instance in daemon mode. | `false` | ### Libpq