fluent-plugin-sql
fluent-plugin-sql copied to clipboard
SQL input/output plugin for Fluentd
Noticed that activerecord-import was used, and was wondering if there are any plans to support their on duplicate options especially for databases like postgres and MySQL. I would be interested...
Hi, In reading from DB the time is always set to UTC, disregarding the DB setting. To solve the issue, I tried to this line in the plugin: ActiveRecord::Base.default_timezone =...
Hello @ashie We have a SQL server and we can connect using Windows authentication, in this case, the SQL server is in another server and we are trying to communicate...
Hey guys, i am trying to get the time out of an nginx log into a mysql database. But it fails saying that the field "time" can not be null....
I'm using fluentd and the plugin that I'm using is fluent-plugin-sql & activerecord-sqlserver-adapter when I have the host as "HOSTNAME/SQLSERVERINSTANCE" it gives an error "TinyTDS: Server name not found in...
How to encrypt the password, because of security reasons we can't keep in a text file ``` host rdb_host database rdb_database adapter mysql2_or_postgresql_or_etc username myusername password mypassword ```
I have two tables selected from Oracle database. For one of these ID column value for last record is written back to state file as text ``` --- last_records: app.application_log_vw:...
If I have a JSON {"id":7, "name":"bob"}, I can use column_mapping 'id:id, name:name' . But, for example, I have a JSON like this : {"id":{"myid":7}, "name":"bob"} How can I map...
What is the proper/recommended way to populate the timestamp? If have: ``` @type tail path /tmp/example.log pos_file /var/log/td-agent/example.log.pos tag example.* @type json keep_time_key true ... @type sql host localhost port...
Trying to use a DigitalOcean managed database instance here: DO will provision a db with a hostname similar to `app-name-random-id-0.b.db.ondigitalocean.com` Which leads to errors such as ``` otEstablished error="Unknown MySQL...