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

Modify to use isolated connection configurations for each plugin instance. The previous implementation had an issue where incorrect connections were used due to ActiveRecord's connection pooling mechanism when the output...

So I've been working with this plugin for some days and finally achieved sending logs to a local sqlserver container. Now that Im trying in prepo I'm not able to...

td-agent.config like this ![image](https://github.com/user-attachments/assets/a2dabbc1-e824-4c73-a136-70e36654df87) i had try to connect pgsql success by Manual and the it works,but the td-agent cann‘t connect the log like this ![image](https://github.com/user-attachments/assets/5ba1d397-2613-4a7c-abcb-abe9a64b981b)

Hi Support Team, I am currently using Fluentd to insert log data into a PostgreSQL table (metrics_apis_received). However, I have encountered an issue where the insert_time column in the PostgreSQL...

I updated the openssl patch on the fluentd server, but after that the fluentd service couldn't be up with an error log: ``` Jan 16 10:13:51 SRV001 fluentd[3424337]: :86:in `require':...

FluentD verison: fluentd 1.17.1 Ruby version: ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux] Gems: fluent-plugin-sql (2.3.1) pg (1.5.9) This is currently running in a k3s environment. When using the following configuration...