Kouhei Sutou
null+****@clear*****
Sun Jan 24 22:47:18 JST 2016
Kouhei Sutou 2016-01-24 22:47:18 +0900 (Sun, 24 Jan 2016) New Revision: 04331e93fa4744bbce0d9a262f4520b4551443c4 https://github.com/groonga/fluent-plugin-groonga/commit/04331e93fa4744bbce0d9a262f4520b4551443c4 Message: Use @type 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 (+2 -2) =================================================================== --- sample/command.conf 2016-01-24 20:13:18 +0900 (7821ed2) +++ sample/command.conf 2016-01-24 22:47:18 +0900 (12b040f) @@ -1,5 +1,5 @@ <source> - type groonga + @type groonga protocol gqtp real_host 127.0.0.1 @@ -7,7 +7,7 @@ </source> <match groonga.command.*> - type groonga + @type groonga protocol command database /tmp/groonga/db flush_interval 1 Modified: sample/gqtp.conf (+2 -2) =================================================================== --- sample/gqtp.conf 2016-01-24 20:13:18 +0900 (10e3d68) +++ sample/gqtp.conf 2016-01-24 22:47:18 +0900 (f9f56e4) @@ -1,5 +1,5 @@ <source> - type groonga + @type groonga protocol gqtp real_host 127.0.0.1 @@ -7,7 +7,7 @@ </source> <match groonga.command.*> - type groonga + @type groonga protocol gqtp host 127.0.0.1 port 30043 Modified: sample/http.conf (+2 -2) =================================================================== --- sample/http.conf 2016-01-24 20:13:18 +0900 (1ad4f5e) +++ sample/http.conf 2016-01-24 22:47:18 +0900 (a79c724) @@ -1,5 +1,5 @@ <source> - type groonga + @type groonga protocol http real_host 127.0.0.1 @@ -7,7 +7,7 @@ </source> <match groonga.command.*> - type groonga + @type groonga protocol http host 127.0.0.1 port 30041 Modified: sample/store-apache.conf (+5 -5) =================================================================== --- sample/store-apache.conf 2016-01-24 20:13:18 +0900 (dd47732) +++ sample/store-apache.conf 2016-01-24 22:47:18 +0900 (1bf54e7) @@ -1,9 +1,9 @@ <source> - type forward + @type forward </source> <source> - type tail + @type tail path /var/log/apache2/access.log pos_file /tmp/apache_access.pos tag apache.raw.log.apache.access @@ -12,7 +12,7 @@ </source> <match apache.**> - type record_reformer + @type record_reformer enable_ruby false tag ${tag_suffix[1]} @@ -23,7 +23,7 @@ </match> <match raw.log.**> - type record_reformer + @type record_reformer enable_ruby false tag ${tag_suffix[1]} @@ -36,7 +36,7 @@ </match> <match log.**> - type groonga + @type groonga store_table Logs protocol http Modified: sample/store-syslog.conf (+6 -5) =================================================================== --- sample/store-syslog.conf 2016-01-24 20:13:18 +0900 (c394246) +++ sample/store-syslog.conf 2016-01-24 22:47:18 +0900 (2799ee4) @@ -5,19 +5,20 @@ # * fluent-plugin-groonga <source> - type forward + @type forward </source> <source> - type tail + @type tail path /var/log/messages pos_file /var/log/td-agent/messages.pos tag "raw.messages.log.#{Socket.gethostname}" + read_from_head true format none </source> <match raw.*.log.**> - type forest + @type forest subtype parser <template> @@ -31,7 +32,7 @@ </match> <match *.log.*.**> - type record_reformer + @type record_reformer enable_ruby false tag ${tag_parts[1]} @@ -44,7 +45,7 @@ </match> <match log> - type groonga + @type groonga store_table Logs protocol http Modified: sample/store.conf (+2 -2) =================================================================== --- sample/store.conf 2016-01-24 20:13:18 +0900 (a6e0a05) +++ sample/store.conf 2016-01-24 22:47:18 +0900 (ce37722) @@ -1,9 +1,9 @@ <source> - type forward + @type forward </source> <match log.*> - type groonga + @type groonga store_table Logs protocol http -------------- next part -------------- HTML����������������������������... Télécharger