[Groonga-commit] groonga/fluent-plugin-groonga at aa4ae46 [fluentd-v0.12] sample: use ".**"

Back to archive index

Yasuhiro Horimoto null+****@clear*****
Tue Jan 16 14:11:51 JST 2018


Yasuhiro Horimoto	2018-01-16 14:11:51 +0900 (Tue, 16 Jan 2018)

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

  Merged 638bad8: Merge pull request #26 from komainu8/fluentd-v0.12

  Message:
    sample: use ".**"

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

  Modified: sample/command.conf (+3 -1)
===================================================================
--- sample/command.conf    2018-01-16 12:28:30 +0900 (12b040f)
+++ sample/command.conf    2018-01-16 14:11:51 +0900 (950850b)
@@ -4,9 +4,11 @@
 
   real_host 127.0.0.1
   real_port 20041
+
+#  command_name_position record
 </source>
 
-<match groonga.command.*>
+<match groonga.command.**>
   @type groonga
   protocol command
   database /tmp/groonga/db

  Modified: sample/gqtp.conf (+3 -1)
===================================================================
--- sample/gqtp.conf    2018-01-16 12:28:30 +0900 (f9f56e4)
+++ sample/gqtp.conf    2018-01-16 14:11:51 +0900 (3eb0800)
@@ -4,9 +4,11 @@
 
   real_host 127.0.0.1
   real_port 20043
+
+#  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 -1)
===================================================================
--- sample/http.conf    2018-01-16 12:28:30 +0900 (a79c724)
+++ sample/http.conf    2018-01-16 14:11:51 +0900 (83c4d14)
@@ -4,9 +4,11 @@
 
   real_host 127.0.0.1
   real_port 20041
+
+#  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/b6f70b96/attachment-0003.htm 



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