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

SQL input/output plugin for Fluentd

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

1. installed td-agent-3.5.1 2. installed sql input plugin by follow this link: https://github.com/fluent/fluent-plugin-sql 3. installed postgres adaptor by follow this link: https://github.com/fluent/fluent-plugin-sql 4. installed oracle adaptor by follow this link:...

For some reason the database is complaining that the sql output is adding `RETURNING "id"` to the end of the `INSERT` statements, e.g. ``` 2020-08-04T17:45:32.406110387Z 2020-08-04 17:45:32.406 UTC [44840] STATEMENT:...

If I want to use a view thats inside a schema, I get the following error: ``` 2015-12-11 14:49:10 +0100 [warn]: Can't handle 'data.my-view' table. Ignoring. error="wrong constant name Data.my_view"...

It seems that the default connection settings are not for the operating environment. The following error will occur when below configuration set to large number. `flush_thread_count = 100` Error: ```...

hello, I want to send event to clickhouse, That's why I install fluentd and fluent-plugin-sql. then i create table in clickhouse : ``` CREATE TABLE zamanitable1 ( dt DateTime, ComputerName...

Hello Folks, i have got a problem that a have i huge logging file of 250Mb (please do not ask) that i want to import to a mysql database. The...

I want to insert some logs in postgres but I get an error. Here are the logs: ``` fluentd-g | 2019-11-15 15:18:47 +0000 [info]: starting fluentd-1.6.3 pid=6 ruby="2.6.3" fluentd-g |...

My fluentd is 1.4.2,pg is 0.21.0. And my td-agent.conf about input/output is as follows: ``` @type sql tag_prefix my.rdb # optional, but recommended select_interval 60s # optional select_limit 500 #...

I have tried installing tiny_tds, also tried activerecord-sqlserver-adapter but both give me the following error: ``` 2019-10-14 07:21:34 +0000 [error]: #0 fluent/log.rb:362:error: Could not load the 'tiny_tds' Active Record adapter....

I am using this plugin, Oracle instant client, ruby-oci8 and activerecord-oracle_enhanced-adapter. Below is the configuration used: ``` @type sql host xxx.xxxxxx.xxxxx.xxxx.net port 1555 database test adapter oracle_enhanced username xxxxxxxxxx password...