fluent-plugin-sql icon indicating copy to clipboard operation
fluent-plugin-sql copied to clipboard

SQL input/output plugin for Fluentd

Results 56 fluent-plugin-sql issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use fluent-plugin-sql with Azure MS SQL Server DB and getting error. Dockerfile partial config: ``` && gem install fluent-plugin-sql --no-document \ && gem install tiny_tds \...

I'm having an issue pushing data into SQL Server using this plugin. It seems the only issue I'm having is the first column, which is configured as a unique identifier...

I tried to record nginx access logs in local time(asia/tokyo, UTC+9), but when I wrote to 'TIMESTAMP WITHOUT TIME ZONE', the time difference disappeared. On the other hand, if you...

Here is my config: ` @type forward @type sql host fluentd_mysql port 3306 database fluentd adapter mysql2 username root password ****** table tablename timezone +06:00 column_mapping 'timestamp:created_at,container_id:container_id,container_name:container_name,source:source,log:log' ` command `date`...

I have an input file containing about 400k lines, one JSON entry per line, read using the `tail` input, and I am using SQL output into Postgres. In normal conditions...

Dear Team, Your software is missing the copyright (e.g. Copyright 2023 - X Y - x.y@domain) and a License (e.g. MIT - https://opensource.org/license/mit/). This is needed for legal purposes, that...

I want to run the above script to encrypt the password for the td-agent by using the below command MY_CREDENTIAL_KEY=mykey ruby /etc/fluentd/mycredential.rb encrypt But I am not able to run...

Does this plugin support Snowflake? I tried with MySQL and it's working perfectly. But with snowflake, it's giving error: `[error]: #0 Could not load the 'snowflake' Active Record adapter. Ensure...

It took me a few hours to get these prerequisites figured out. Would love to add it to the docs.