===========================
Fluentd Input plugin to execute mysql query and fetch rows across multiple dbs based on an initial shard query returning array of host/db to hit
## Installation
install with gem or fluent-gem command as:
```
# for fluentd
$ fluentd-gem install fluent-plugin-sqlquery-ssh
# for td-agent
$ sudo /usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-sqlquery-ssh
```
## Configuration
### Config Sample
`````
type stdout
`````