diff --git a/pipeline/outputs/postgresql.md b/pipeline/outputs/postgresql.md index ab6d902e4..49e81ea14 100644 --- a/pipeline/outputs/postgresql.md +++ b/pipeline/outputs/postgresql.md @@ -59,6 +59,7 @@ This plugin supports the following parameters: | `cockroachdb` | Set to `true` if you will connect the plugin with a CockroachDB. | `false` | | `connection_options` | Specifies any valid [PostgreSQL connection options](https://www.postgresql.org/docs/devel/libpq-connect.html#LIBPQ-CONNECT-OPTIONS). | `_none_` | | `database` | Database name to connect to. | `fluentbit` | +| `daemon` | Set to `true` if you want run this plugin instance in daemon mode. | `false` | | `host` | Hostname/IP address of the PostgreSQL instance. | `127.0.0.1` | | `password` | Password of PostgreSQL username. | `_none_` | | `port` | PostgreSQL port. | `5432` | @@ -68,6 +69,7 @@ This plugin supports the following parameters: The plugin uses one PostgreSQL connection per worker. The previous `async`, `max_pool_size`, and `min_pool_size` settings are no longer supported. + ### Libpq Fluent Bit relies on [libpq](https://www.postgresql.org/docs/current/libpq.html), the PostgreSQL native client API. For this reason, default values might be affected by [environment variables](https://www.postgresql.org/docs/current/libpq-envars.html) and compilation settings. The previous table lists the most common default values for each connection option.