-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pass connection options to postgresql client #1047
Conversation
Signed-off-by: Turkalp Burak Kayrancıoğlu <[email protected]>
Signed-off-by: Turkalp Burak Kayrancioglu <[email protected]>
hi @sxd I updated PR and added comment. |
Signed-off-by: Turkalp Burak Kayrancioglu <[email protected]>
pipeline/outputs/postgresql.md
Outdated
@@ -56,6 +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 | - | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any restrictions on content? Should we quote anything with spaces in, etc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, it allows string with spaces.
ex: passing multiple options:
Connection_Options -c geqo=off -c statement_timeout=0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update with clarification then, i.e. a link to what is allowed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was updated. Could you check again please?
Signed-off-by: Türkalp Burak Kayrancıoğlu <[email protected]>
fluent/fluent-bit#6836