Kentaro Hayashi
null+****@clear*****
Thu Apr 13 13:19:02 JST 2017
Kentaro Hayashi 2017-04-13 13:19:02 +0900 (Thu, 13 Apr 2017) New Revision: a91f4d76c90c6d079754714786c6c2324885879f https://github.com/groonga/fluent-plugin-groonga/commit/a91f4d76c90c6d079754714786c6c2324885879f Merged a268e2d: Merge pull request #17 from groonga/use-buffer-directive Message: sample: use <buffer> directive Modified files: sample/command.conf sample/gqtp.conf sample/http.conf sample/store-apache.conf sample/store-syslog.conf sample/store.conf Modified: sample/command.conf (+3 -0) =================================================================== --- sample/command.conf 2017-04-13 09:55:48 +0900 (12b040f) +++ sample/command.conf 2017-04-13 13:19:02 +0900 (deccbf2) @@ -10,5 +10,8 @@ @type groonga protocol command database /tmp/groonga/db + + <buffer> flush_interval 1 + </buffer> </match> Modified: sample/gqtp.conf (+3 -0) =================================================================== --- sample/gqtp.conf 2017-04-13 09:55:48 +0900 (f9f56e4) +++ sample/gqtp.conf 2017-04-13 13:19:02 +0900 (c1568eb) @@ -11,5 +11,8 @@ protocol gqtp host 127.0.0.1 port 30043 + + <buffer> flush_interval 1 + </buffer> </match> Modified: sample/http.conf (+3 -0) =================================================================== --- sample/http.conf 2017-04-13 09:55:48 +0900 (a79c724) +++ sample/http.conf 2017-04-13 13:19:02 +0900 (6d770e3) @@ -11,5 +11,8 @@ protocol http host 127.0.0.1 port 30041 + + <buffer> flush_interval 1 + </buffer> </match> Modified: sample/store-apache.conf (+2 -0) =================================================================== --- sample/store-apache.conf 2017-04-13 09:55:48 +0900 (1bf54e7) +++ sample/store-apache.conf 2017-04-13 13:19:02 +0900 (82ec605) @@ -42,9 +42,11 @@ protocol http host 127.0.0.1 + <buffer> buffer_type file buffer_path /tmp/buffer flush_interval 1 + <buffer> <table> name Codes Modified: sample/store-syslog.conf (+2 -0) =================================================================== --- sample/store-syslog.conf 2017-04-13 09:55:48 +0900 (2799ee4) +++ sample/store-syslog.conf 2017-04-13 13:19:02 +0900 (76135fc) @@ -51,9 +51,11 @@ protocol http host 127.0.0.1 + <buffer> buffer_type file buffer_path /var/spool/td-agent/buffer/groonga flush_interval 1 + </buffer> <table> name Terms Modified: sample/store.conf (+2 -0) =================================================================== --- sample/store.conf 2017-04-13 09:55:48 +0900 (ce37722) +++ sample/store.conf 2017-04-13 13:19:02 +0900 (b08217c) @@ -9,7 +9,9 @@ protocol http host 127.0.0.1 + <buffer> buffer_type file buffer_path /tmp/buffer flush_interval 1 + <buffer> </match> -------------- next part -------------- HTML����������������������������... Descargar