[Groonga-commit] groonga/fluent-plugin-groonga [master] doc: add parameters

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 29 12:15:33 JST 2012


Kouhei Sutou	2012-11-29 12:15:33 +0900 (Thu, 29 Nov 2012)

  New Revision: 2552553701ec5a7464b75902b4fbda5dead23ebf
  https://github.com/groonga/fluent-plugin-groonga/commit/2552553701ec5a7464b75902b4fbda5dead23ebf

  Log:
    doc: add parameters

  Modified files:
    README.md

  Modified: README.md (+25 -2)
===================================================================
--- README.md    2012-11-29 12:06:49 +0900 (f572987)
+++ README.md    2012-11-29 12:15:33 +0900 (51fc106)
@@ -37,13 +37,25 @@ Here are available parameters:
 * `protocol`: It specifies protocol for receiving groonga commands.
   * available values: `http` and `gqtp`
   * default: `http`
-* ...
+* `bind`: It specifies bind address.
+   * default: `0.0.0.0`
+* `port`: It specifies port number.
+   * default: `10041`
+* `real_host`: It specifies real groonga server's address. It is required.
+   * default: no default.
+* `real_port`: It specifies real groonga server's port number.
+   * default: `10041`
+* `emit_commands`: TODO
 
 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
@@ -51,7 +63,18 @@ Here is an example:
 * `protocol`: It specifies protocol for sending groonga commands to groonga.
   * available values: `http`, `gqtp` and `command`
   * default: `http`
-* ...
+* For `http` and `gqtp` use:
+  * `host`: It specifies groonga server's address.
+     * default: `localhost`
+  * `port`: It specifies groonga server's port number.
+     * default: `10041`
+* For `command` use:
+  * `groonga`: It specifies path of groonga command.
+     * default: `groonga`
+  * `database`: It specifies path of groonga database. It is required.
+     * default: no default.
+  * `arguments`: It specifies additional arguments for groonga command.
+     * default: no additional arguments.
 
     <match groonga.command.*>
       type groonga
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index