README.md in fluent-plugin-sql-0.2.2 vs README.md in fluent-plugin-sql-0.3.0
- old
+ new
@@ -1,6 +1,6 @@
-# SQL input plugin for Fluentd event collector
+# SQL input plugin for [Fluentd](http://fluentd.org) event collector
## Overview
This sql input plugin reads records from a RDBMS periodically. Thus you can copy tables to other storages through Fluentd.
@@ -21,10 +21,10 @@
type sql
host rdb_host
database rdb_database
adapter mysql2_or_postgresql_etc
- user myusername
+ username myusername
password mypassword
tag_prefix my.rdb # optional, but recommended
select_interval 60s # optional