fluentdからpostgresqlにinsertする

準備

これは必須
# rpm -aq | grep  postgresql93-devel
これはいらないかも
# /usr/lib64/fluent/ruby/bin/fluent-gem install pg -- --with-pg-config=/usr/pgsql-9.3/bin/pg_config
これは必須
# /usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-postgres -- --with-pg-config=/usr/pgsql-9.3/bin/pg_config

今日はここまで

参考
https://github.com/uken/fluent-plugin-postgres