Skip to content

tyro89/fluent-plugin-vertica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluentd output plugin for Vertica

Simple batched output plugin for getting events into 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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages