Skip to content

Instantly share code, notes, and snippets.

@jbott
Created September 12, 2016 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbott/1f0ba8883562546bfd58e917375412cb to your computer and use it in GitHub Desktop.
Save jbott/1f0ba8883562546bfd58e917375412cb to your computer and use it in GitHub Desktop.
<source>
@type http
port 9880
</source>
<filter **>
@type stdout
</filter>
<match **>
@type sql
adapter postgresql
host postgres
port 5432
database postgres_dev
username postgres_dev
password postgres_dev
flush_interval 1s
include_time_key yes
time_format %FT%T.%LZ
<table>
table test
column_mapping 'time,data'
</table>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment