[Groonga-commit] groonga/fluent-plugin-groonga at ed02e53 [master] sample: use path parameter in buffer for v0.14

Back to archive index

Kentaro Hayashi null+****@clear*****
Thu Apr 13 18:40:40 JST 2017


Kentaro Hayashi	2017-04-13 18:40:40 +0900 (Thu, 13 Apr 2017)

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

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

  Message:
    sample: use path parameter in buffer for v0.14
    
    ref https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin/buf_file.rb#L36

  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 14:25:18 +0900 (67de73f)
+++ sample/store-apache.conf    2017-04-13 18:40:40 +0900 (167878d)
@@ -44,7 +44,7 @@
 
   <buffer>
     @type file
-    buffer_path /tmp/buffer
+    path /tmp/buffer
     flush_interval 1
   <buffer>
 

  Modified: sample/store-syslog.conf (+1 -1)
===================================================================
--- sample/store-syslog.conf    2017-04-13 14:25:18 +0900 (80e28dd)
+++ sample/store-syslog.conf    2017-04-13 18:40:40 +0900 (196a2e9)
@@ -53,7 +53,7 @@
 
   <buffer>
     @type file
-    buffer_path /var/spool/td-agent/buffer/groonga
+    path /var/spool/td-agent/buffer/groonga
     flush_interval 1
   </buffer>
 

  Modified: sample/store.conf (+1 -1)
===================================================================
--- sample/store.conf    2017-04-13 14:25:18 +0900 (ce6a5b9)
+++ sample/store.conf    2017-04-13 18:40:40 +0900 (f4f8e9f)
@@ -11,7 +11,7 @@
 
   <buffer>
     @type file
-    buffer_path /tmp/buffer
+    path /tmp/buffer
     flush_interval 1
   <buffer>
 </match>
-------------- next part --------------
HTML����������������������������...
Download 



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