設定

fluent-plugin-groongaは2つのFluentdプラグインを提供します。1つがgroonga inputプラグインで、もう1つがgroonga outputプラグインです。このドキュメントではこれらのプラグインの設定パラメーターを説明します。

groonga inputプラグイン

利用可能なパラメーターは以下の通りです。

以下は設定例です。

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

groonga outputプラグイン

以下は設定例です。

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