Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pipeline/outputs/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Comment thread
eschabell marked this conversation as resolved.
| `host` | Hostname/IP address of the PostgreSQL instance. | `127.0.0.1` |
| `password` | Password of PostgreSQL username. | `_none_` |
| `port` | PostgreSQL port. | `5432` |
Expand All @@ -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.
Expand Down