[Groonga-commit] groonga/fluent-plugin-groonga at b7824ff [master] sample: use @type

Back to archive index

Kentaro Hayashi null+****@clear*****
Thu Apr 13 13:20:39 JST 2017


Kentaro Hayashi	2017-04-13 13:20:39 +0900 (Thu, 13 Apr 2017)

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

  Merged a268e2d: Merge pull request #17 from groonga/use-buffer-directive

  Message:
    sample: use @type

  Modified files:
    sample/store-apache.conf
    sample/store-syslog.conf
    sample/store.conf

  Modified: sample/store-apache.conf (+1 -1)
===================================================================
--- sample/store-apache.conf    2017-04-13 13:19:02 +0900 (82ec605)
+++ sample/store-apache.conf    2017-04-13 13:20:39 +0900 (862f168)
@@ -43,7 +43,7 @@
   host 127.0.0.1
 
   <buffer>
-  buffer_type file
+  @type file
   buffer_path /tmp/buffer
   flush_interval 1
   <buffer>

  Modified: sample/store-syslog.conf (+1 -1)
===================================================================
--- sample/store-syslog.conf    2017-04-13 13:19:02 +0900 (76135fc)
+++ sample/store-syslog.conf    2017-04-13 13:20:39 +0900 (b61d903)
@@ -52,7 +52,7 @@
   host 127.0.0.1
 
   <buffer>
-  buffer_type file
+  @type file
   buffer_path /var/spool/td-agent/buffer/groonga
   flush_interval 1
   </buffer>

  Modified: sample/store.conf (+1 -1)
===================================================================
--- sample/store.conf    2017-04-13 13:19:02 +0900 (b08217c)
+++ sample/store.conf    2017-04-13 13:20:39 +0900 (c62dfbd)
@@ -10,7 +10,7 @@
   host 127.0.0.1
 
   <buffer>
-  buffer_type file
+  @type file
   buffer_path /tmp/buffer
   flush_interval 1
   <buffer>
-------------- next part --------------
HTML����������������������������...
Download 



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