fluent-plugin-sql
fluent-plugin-sql copied to clipboard
SQL input/output plugin for Fluentd
Dockerfile: ``` FROM fluent/fluentd:v1.4-1 # Use root account to use apk USER root # below RUN includes plugin as examples elasticsearch is not required # you may customize including plugins...
Dockerfile: `FROM fluent/fluentd:v1.3-debian-onbuild RUN buildDeps="sudo make gcc g++ libc-dev ruby-dev libpq-dev" \ && apt-get update \ && apt-get install -y --no-install-recommends $buildDeps \ && sudo gem install \ fluent-plugin-sql --no-document...
Hi, I am using "fluent-plugin-sql" for streaming nginx logs to Mysql database. "NULL" value are getting inserted in table column.Need help on this. Any suggestion here would be very helpful....
We've begun using this plugin to pull data out of sql tables, but we've run into an issue effectively tailing sql tables where there's not a single primary key, but...
I'm not familiar with ruby, so I apologize in advance if I am doing something terribly stupid. I'm trying to run the tests, but it always give me the same...
I have several questions as blow. please check it out. Q1. can I rotate table name by each day? I'd like to use the variables which was dedicated table name...
Trying to push data into psql database using out-sql plugin. I'm using in_tail plugin as a source (files with few million rows). I've seen various error messages like `failed to...
I'm trying to add secondary config but seems not working. Do you have any recommendation to apply high availability?
When I select a large table with no row limit, all rows a read into memory and the process never finishes. It would be nice if there was some kind...
Hello. I was wondering if it is possible to modify the pre-written query, to omit redundant table columns and such. Is this possible, or something similar like modifying the data...