fluent-plugin-sql
fluent-plugin-sql copied to clipboard
SQL input/output plugin for Fluentd
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  i had try to connect pgsql success by Manual and the it works,but the td-agent cann‘t connect the log like this 
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...