Skip to content

Commit

Permalink
out_pgsql: Connection_Options parameter described
Browse files Browse the repository at this point in the history
  • Loading branch information
turkalp1 committed Dec 9, 2023
1 parent 80f9c57 commit 7e9bd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/outputs/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Make sure that the `fluentbit` user can connect to the `fluentbit` database on t
| `Password` | Password of PostgreSQL username | - |
| `Database` | Database name to connect to | - \(current user\) |
| `Table` | Table name where to store data | - |
| `Connection_Options` | PostgreSQL connection options | - |
| `Connection_Options` | Specifies any valid [PostgreSQL connection options](https://www.postgresql.org/docs/devel/libpq-connect.html#LIBPQ-CONNECT-OPTIONS) | - |
| `Timestamp_Key` | Key in the JSON object containing the record timestamp | date |
| `Async` | Define if we will use async or sync connections | false |
| `min_pool_size` | Minimum number of connection in async mode | 1 |
Expand Down

0 comments on commit 7e9bd66

Please sign in to comment.