[Groonga-commit] groonga/fluent-plugin-groonga-query-log at 7ad353d [master] Use <buffer> section for v0.14

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Jul 11 18:57:17 JST 2017


Kentaro Hayashi	2017-07-11 18:57:17 +0900 (Tue, 11 Jul 2017)

  New Revision: 7ad353dc0790b8168a9451ad8e5051c37d0d3e30
  https://github.com/groonga/fluent-plugin-groonga-query-log/commit/7ad353dc0790b8168a9451ad8e5051c37d0d3e30

  Merged b5bb940: Merge pull request #1 from kenhys/use-buffer-directive

  Message:
    Use <buffer> section for v0.14
    
    ref. http://docs.fluentd.org/v0.14/articles/buffer-section#buffering-parameters

  Modified files:
    sample/store-slow-query.conf
    sample/store.conf

  Modified: sample/store-slow-query.conf (+5 -3)
===================================================================
--- sample/store-slow-query.conf    2016-01-22 19:14:25 +0900 (321fffb)
+++ sample/store-slow-query.conf    2017-07-11 18:57:17 +0900 (6a7e091)
@@ -33,7 +33,9 @@
   protocol http
   host 127.0.0.1
 
-  buffer_type file
-  buffer_path /var/lib/fluentd/groonga.buffer
-  flush_interval 1
+  <buffer>
+    @type file
+    path /var/lib/fluentd/groonga.buffer
+    flush_interval 1
+  </buffer>
 </match>

  Modified: sample/store.conf (+5 -3)
===================================================================
--- sample/store.conf    2016-01-22 19:14:25 +0900 (d4e7d02)
+++ sample/store.conf    2017-07-11 18:57:17 +0900 (73fab14)
@@ -20,7 +20,9 @@
   protocol http
   host 127.0.0.1
 
-  buffer_type file
-  buffer_path /tmp/buffer
-  flush_interval 1
+  <buffer>
+    @type file
+    path /tmp/buffer
+    flush_interval 1
+  </buffer>
 </match>
-------------- next part --------------
HTML����������������������������...
Télécharger 



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