Configuration

Fluent-plugin-groonga includes two Fluentd plugins. They are the groonga input plugin and the groonga output plugin. This documents describes configuration parameters of them.

The groonga input plugin

Here are available parameters:

Here is an example:

<source>
  @type groonga
  protocol http
  bind 127.0.0.1
  port 10041
  real_host 192.168.0.1
  real_port 10041
</source>

The groonga output plugin

Here is an example:

<match groonga.command.*>
  @type groonga
  protocol command
  database /tmp/groonga/db
</match>