2016-11-17 14:34:21 +0000 [info]: reading config file path="/fluentd/etc/fluent.conf"
2016-11-17 14:34:21 +0000 [info]: starting fluentd-0.14.7
2016-11-17 14:34:21 +0000 [info]: spawn command to main: /usr/bin/ruby -Eascii-8bit:ascii-8bit /usr/bin/fluentd -c /fluentd/etc/fluent.conf -p /fluentd/plugins --under-supervisor
2016-11-17 14:34:21 +0000 [info]: reading config file path="/fluentd/etc/fluent.conf"
2016-11-17 14:34:21 +0000 [info]: starting fluentd-0.14.7 without supervision
2016-11-17 14:34:21 +0000 [info]: gem 'fluent-plugin-concat' version '2.0.0'
2016-11-17 14:34:21 +0000 [info]: gem 'fluent-plugin-elasticsearch' version '1.9.0'
2016-11-17 14:34:21 +0000 [info]: gem 'fluentd' version '0.14.7'
2016-11-17 14:34:21 +0000 [info]: adding filter in @mainstream pattern="docker.**" type="concat"
2016-11-17 14:34:21 +0000 [info]: adding match in @mainstream pattern="docker.**" type="elasticsearch"
2016-11-17 14:34:21 +0000 [info]: adding filter pattern="**" type="stdout"
2016-11-17 14:34:21 +0000 [info]: adding source type="forward"
2016-11-17 14:34:21 +0000 [info]: using configuration file: <ROOT>
<source>
@type forward
@id input1
@label @mainstream
port 24224
</source>
<filter **>
@type stdout
</filter>
<label @mainstream>
<filter docker.**>
@type concat
key "log"
stream_identity_key "container_id"
multiline_start_regexp "/^\\d{4}-\\d{1,2}-\\d{1,2}/"
</filter>
<match docker.**>
@type elasticsearch
host "localhost"
port 9200
include_tag_key true
tag_key "@log_name"
logstash_format true
flush_interval 10s
<buffer tag>
flush_mode interval
retry_type exponential_backoff
flush_interval 10s
</buffer>
<inject>
tag_key @log_name
</inject>
</match>
</label>
</ROOT>
2016-11-17 14:34:21 +0000 [info]: listening fluent socket on
0.0.0.0:24224