[Groonga-commit] groonga/fluent-plugin-groonga at bf00878 [master] sample: use ".**"

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 16 10:51:41 JST 2018


Kouhei Sutou	2018-01-16 10:51:41 +0900 (Tue, 16 Jan 2018)

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

  Message:
    sample: use ".**"

  Modified files:
    sample/command.conf
    sample/gqtp.conf
    sample/http.conf

  Modified: sample/command.conf (+3 -11)
===================================================================
--- sample/command.conf    2018-01-16 10:31:19 +0900 (7bc59cc)
+++ sample/command.conf    2018-01-16 10:51:41 +0900 (b610b0c)
@@ -4,19 +4,11 @@
 
   real_host 127.0.0.1
   real_port 20041
-</source>
-
-<match groonga.command>
-  @type groonga
-  protocol command
-  database /tmp/groonga/db
 
-  <buffer>
-    flush_interval 1
-  </buffer>
-</match>
+#  command_name_position record
+</source>
 
-<match groonga.command.*>
+<match groonga.command.**>
   @type groonga
   protocol command
   database /tmp/groonga/db

  Modified: sample/gqtp.conf (+3 -12)
===================================================================
--- sample/gqtp.conf    2018-01-16 10:31:19 +0900 (4497575)
+++ sample/gqtp.conf    2018-01-16 10:51:41 +0900 (965abf3)
@@ -4,20 +4,11 @@
 
   real_host 127.0.0.1
   real_port 20043
-</source>
-
-<match groonga.command>
-  @type groonga
-  protocol gqtp
-  host 127.0.0.1
-  port 30043
 
-  <buffer>
-    flush_interval 1
-  </buffer>
-</match>
+#  command_name_position record
+</source>
 
-<match groonga.command.*>
+<match groonga.command.**>
   @type groonga
   protocol gqtp
   host 127.0.0.1

  Modified: sample/http.conf (+3 -12)
===================================================================
--- sample/http.conf    2018-01-16 10:31:19 +0900 (cde45e9)
+++ sample/http.conf    2018-01-16 10:51:41 +0900 (af05787)
@@ -4,20 +4,11 @@
 
   real_host 127.0.0.1
   real_port 20041
-</source>
-
-<match groonga.command>
-  @type groonga
-  protocol http
-  host 127.0.0.1
-  port 30041
 
-  <buffer>
-    flush_interval 1
-  </buffer>
-</match>
+#  command_name_position record
+</source>
 
-<match groonga.command.*>
+<match groonga.command.**>
   @type groonga
   protocol http
   host 127.0.0.1
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180116/366f6df1/attachment-0001.htm 



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