[Groonga-commit] groonga/fluent-plugin-groonga at beaa863 [use-buffer-directive] sample: indent

Back to archive index

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


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

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

  Message:
    sample: indent

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

  Modified: sample/store-apache.conf (+3 -3)
===================================================================
--- sample/store-apache.conf    2017-04-13 13:20:39 +0900 (862f168)
+++ sample/store-apache.conf    2017-04-13 14:25:18 +0900 (67de73f)
@@ -43,9 +43,9 @@
   host 127.0.0.1
 
   <buffer>
-  @type file
-  buffer_path /tmp/buffer
-  flush_interval 1
+    @type file
+    buffer_path /tmp/buffer
+    flush_interval 1
   <buffer>
 
   <table>

  Modified: sample/store-syslog.conf (+3 -3)
===================================================================
--- sample/store-syslog.conf    2017-04-13 13:20:39 +0900 (b61d903)
+++ sample/store-syslog.conf    2017-04-13 14:25:18 +0900 (80e28dd)
@@ -52,9 +52,9 @@
   host 127.0.0.1
 
   <buffer>
-  @type file
-  buffer_path /var/spool/td-agent/buffer/groonga
-  flush_interval 1
+    @type file
+    buffer_path /var/spool/td-agent/buffer/groonga
+    flush_interval 1
   </buffer>
 
   <table>

  Modified: sample/store.conf (+3 -3)
===================================================================
--- sample/store.conf    2017-04-13 13:20:39 +0900 (c62dfbd)
+++ sample/store.conf    2017-04-13 14:25:18 +0900 (ce6a5b9)
@@ -10,8 +10,8 @@
   host 127.0.0.1
 
   <buffer>
-  @type file
-  buffer_path /tmp/buffer
-  flush_interval 1
+    @type file
+    buffer_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