Kouhei Sutou
null+****@clear*****
Thu Nov 29 12:17:41 JST 2012
Kouhei Sutou 2012-11-29 12:17:41 +0900 (Thu, 29 Nov 2012) New Revision: c3d0d23c27dc29c93ef2ff61ff51e3771fbd3b55 https://github.com/groonga/fluent-plugin-groonga/commit/c3d0d23c27dc29c93ef2ff61ff51e3771fbd3b55 Log: Add sample files Copied files: sample/command.conf (from doc/text/fluent.conf) sample/gqtp.conf (from doc/text/fluent.conf) Renamed files: sample/http.conf (from doc/text/fluent.conf) Copied: sample/command.conf (+2 -5) 62% =================================================================== --- doc/text/fluent.conf 2012-11-29 12:15:33 +0900 (7402df4) +++ sample/command.conf 2012-11-29 12:17:41 +0900 (7821ed2) @@ -1,6 +1,5 @@ <source> type groonga - # protocol http protocol gqtp real_host 127.0.0.1 @@ -9,9 +8,7 @@ <match groonga.command.*> type groonga - # protocol command - # database /tmp/groonga/db - protocol gqtp - port 30041 + protocol command + database /tmp/groonga/db flush_interval 1 </match> Copied: sample/gqtp.conf (+1 -3) 73% =================================================================== --- doc/text/fluent.conf 2012-11-29 12:15:33 +0900 (7402df4) +++ sample/gqtp.conf 2012-11-29 12:17:41 +0900 (4636c5a) @@ -1,6 +1,5 @@ <source> type groonga - # protocol http protocol gqtp real_host 127.0.0.1 @@ -9,9 +8,8 @@ <match groonga.command.*> type groonga - # protocol command - # database /tmp/groonga/db protocol gqtp + host 127.0.0.1 port 30041 flush_interval 1 </match> Renamed: sample/http.conf (+3 -5) 61% =================================================================== --- doc/text/fluent.conf 2012-11-29 12:15:33 +0900 (7402df4) +++ sample/http.conf 2012-11-29 12:17:41 +0900 (1ad4f5e) @@ -1,7 +1,6 @@ <source> type groonga - # protocol http - protocol gqtp + protocol http real_host 127.0.0.1 real_port 20041 @@ -9,9 +8,8 @@ <match groonga.command.*> type groonga - # protocol command - # database /tmp/groonga/db - protocol gqtp + protocol http + host 127.0.0.1 port 30041 flush_interval 1 </match> -------------- next part -------------- HTML����������������������������... Download