Fluent-plugin-vertica

View the Project on GitHub tyro89/fluent-plugin-vertica

Fluentd output plugin for Vertica

Simple batched output plugin for getting events into vertica.

Install

gem install fluent-plugin-vertica

Example config

<match vertica.public.test>
  type vertica

  database mydb
  schema public
  table test

  username dbadmin
  password mypass

  host 127.0.0.1
  port 5433
</match>

Authors and Contributors

Erik Selin (@tyro89)