Category "fluent"

Is it possible to work with different schemas in Fluent with PostgreSQL?

I need to create tables with different number of fields for different users. I want to create a schema for each user, and in it a custom set of tables. I can do

FluentD: record_transformer conditional statements

How to put conditional if else statements in fluentd record_transformer and add output to column. eg: <filter nifi.*> @type record_transformer enabl