Kouhei Sutou
null+****@clear*****
Fri Jan 22 17:02:16 JST 2016
Kouhei Sutou 2016-01-22 17:02:16 +0900 (Fri, 22 Jan 2016) New Revision: 709696003d7a14b48600aa09516661d04233d6b0 https://github.com/groonga/fluent-plugin-groonga-query-log/commit/709696003d7a14b48600aa09516661d04233d6b0 Message: Use @type Modified files: sample/dump.conf sample/store.conf Modified: sample/dump.conf (+3 -3) =================================================================== --- sample/dump.conf 2016-01-22 16:44:31 +0900 (d2fa778) +++ sample/dump.conf 2016-01-22 17:02:16 +0900 (ba081d6) @@ -1,5 +1,5 @@ <source> - type tail + @type tail path "#{ENV['GROONGA_QUERY_LOG_PATH'] || '/var/log/groonga/query.log'}" read_from_head true tag groonga.query @@ -7,9 +7,9 @@ </source> <filter groonga.query> - type groonga_query_log + @type groonga_query_log </filter> <match **> - type stdout + @type stdout </match> Modified: sample/store.conf (+3 -3) =================================================================== --- sample/store.conf 2016-01-22 16:44:31 +0900 (c9a855c) +++ sample/store.conf 2016-01-22 17:02:16 +0900 (d4e7d02) @@ -1,5 +1,5 @@ <source> - type tail + @type tail path "#{ENV['GROONGA_QUERY_LOG_PATH'] || '/var/log/groonga/query.log'}" pos_file /var/log/td-agent/groonga-query-log.pos read_from_head "#{ENV['GROONGA_QUERY_LOG_READ_FROM_HEAD'] || 'false'}" @@ -8,13 +8,13 @@ </source> <filter groonga.query> - type groonga_query_log + @type groonga_query_log flatten true flatten_separator _ </filter> <match groonga.query> - type groonga + @type groonga store_table QueryLogs protocol http -------------- next part -------------- HTML����������������������������...Download