We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is my config: ` @type forward
<match preprod.*> @type sql host fluentd_mysql port 3306 database fluentd adapter mysql2 username root password ******
command date returns Wed Sep 20 18:21:57 +06 2023. But the sql record is still populated by gmt time
date
Wed Sep 20 18:21:57 +06 2023
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is my config:
`
@type forward
<match preprod.*>
table tablename timezone +06:00 column_mapping 'timestamp:created_at,container_id:container_id,container_name:container_name,source:source,log:log'@type sql
host fluentd_mysql
port 3306
database fluentd
adapter mysql2
username root
password ******
command
date
returnsWed Sep 20 18:21:57 +06 2023
.But the sql record is still populated by gmt time
The text was updated successfully, but these errors were encountered: