Giter Club home page Giter Club logo

fluent-plugin-google-cloud's Introduction

Google Cloud Logging plugin for fluentd

fluent-plugin-google-cloud gem includes two plugins:

  1. A filter plugin for fluentd that embeds insertIds into log entries to guarantee order and uniqueness.

  2. An output plugin for fluentd which sends logs to the Stackdriver Logging API.

This is an official Google Ruby gem.

<img src=“https://badge.fury.io/rb/fluent-plugin-google-cloud.svg” alt=“Gem Version” /> <img src=“https://secure.travis-ci.org/GoogleCloudPlatform/fluent-plugin-google-cloud.png” alt=“Build Status” />

Installation

This gem is hosted at RubyGems.org and can be installed using:

$ gem install fluent-plugin-google-cloud

Installing google-fluentd will also install and configure the gem.

Configuration

To embed insertIds into log entries, specify @type add_insert_ids in a filter clause of your Fluentd configuration file, for example:

<filter **>
  @type add_insert_ids
  insert_id_key my_insert_id_field_name # Optional.
</filter>

insert_id_key can be used to customize the insertId field name.

To send logs to Google Cloud Logging, specify @type google_cloud in a match clause of your Fluentd configuration file, for example:

<match **>
  @type google_cloud
</match>

See detailed instructions on how to configure this output plugin here. The plugin uses Google Application Default Credentials for authorization - for additional information see here.

Copyright

Copyright 2014 Google Inc. All rights reserved.

License

Apache License, Version 2.0

fluent-plugin-google-cloud's People

Contributors

a-robinson avatar bmoyles0117 avatar bokowski avatar cosmo0920 avatar davidbtucker avatar dhrupadb avatar draffensperger avatar ganmacs avatar hakobera avatar herohde avatar hsmatulisgoogle avatar igorpeshansky avatar jefferbrecht avatar jkohen avatar jkschulz avatar jmikula avatar laramiel avatar mr-salty avatar munangst avatar n0nick avatar qingling128 avatar rbuskens avatar sophieyfang avatar stackdriver-instrumentation-release avatar stanhu avatar stevenycchou avatar swalkowski avatar tonymeng avatar vdm avatar wiktor2200 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fluent-plugin-google-cloud's Issues

document support for setting severity

Splitting this off from #43 from @sadovnychyi

Is it possible to capture severity information using regexp like format /^(?<message>(?<time>[^ ]*\s*[^ ]* [^ ]*) .*)$/ in config file?

That sample is used to capture timestamp from syslogs, but does not seems to work properly. WOuld like to see documentation about this.

container_name set incorrectly

We have some services running in a GKE cluster that are logging to the filesystem and are using this plugin to upload logs to Google Cloud Logging. I can see the logs but the labels: pod_name, namespace_name and container_name are empty.

{
    metadata: {
        projectId: "<redacted>"
        serviceName: "container.googleapis.com"
        zone: "<redacted>"
        labels: {
            container.googleapis.com / cluster_name: "<redacted>"
            compute.googleapis.com / resource_type: "instance"
            compute.googleapis.com / resource_name: "log-svc-84201648-0g9ji"
            container.googleapis.com / instance_id: "8484264075060029745"
            container.googleapis.com / pod_name: ""
            compute.googleapis.com / resource_id: "<redacted>"
            container.googleapis.com / namespace_name: ""
            container.googleapis.com / container_name: ""
        }
        timestamp: "2016-11-18T03:24:37Z"
    }
    textPayload: "2016-11-18 03:24:37,389 [log-svc] [INFO ] [application-akka.actor.default-dispatcher-83] [requestId=pF2IL+aqSamJ2dz/UVXLiA] c.e.n.p.s.c.AccessLogFilter:36 10.8.72.1 [Host=10.8.72.129:9000, User-Agent=Go-http-client/1.1, Accept-Encoding=gzip, Connection=close] GET /k8s requestTime=0 status=200"
    insertId: "1xdcx9tfais468"
    log: "file.log-svc.log"
}

The comment says Container logs in Kubernetes are tagged based on where they came from, so we can extract useful metadata from the tag.

Not sure how can we tag our logs?

Support protoPayload

Currently the only metadata that is supported is severity, timestamp and message (textPayload).
It would be nice if log coming from nginx (or apache) will be send using the protoPayload which allows sending much more metadata like method, response time, path, etc.

Plugin fails with td-agent on RHEL 7.3

Getting the following output:

2017-01-18 12:09:04 +1100 [info]: Worker 0 finished unexpectedly with status 127
2017-01-18 12:09:04 +1100 [info]: reading config file path="./td-agent.conf"
2017-01-18 12:09:04 +1100 [info]: starting fluentd-0.14.11 without supervision pid=6763
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-mixin-config-placeholders' version '0.4.0'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-mixin-plaintextformatter' version '0.2.6'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-cloudwatch-logs' version '0.3.5'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-google-cloud' version '0.5.3'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-kafka' version '0.4.1'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-mongo' version '0.7.16'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-rewrite-tag-filter' version '1.5.5'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-s3' version '0.8.0'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-scribe' version '0.10.14'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-systemd' version '0.1.0'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-td' version '0.10.29'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-td-monitoring' version '0.2.2'
2017-01-18 12:09:04 +1100 [info]: gem 'fluent-plugin-webhdfs' version '0.4.2'
2017-01-18 12:09:04 +1100 [info]: gem 'fluentd' version '0.14.11'
2017-01-18 12:09:04 +1100 [info]: gem 'fluentd' version '0.12.31'
2017-01-18 12:09:04 +1100 [info]: adding match pattern="scg.**" type="google_cloud"
^C2017-01-18 12:09:04 +1100 [info]: Received graceful stop
/opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:3: warning: already initialized constant JSON::VERSION
/opt/td-agent/embedded/lib/ruby/2.1.0/json/version.rb:3: warning: previous definition of VERSION was here
/opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:4: warning: already initialized constant JSON::VERSION_ARRAY
/opt/td-agent/embedded/lib/ruby/2.1.0/json/version.rb:4: warning: previous definition of VERSION_ARRAY was here
/opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:5: warning: already initialized constant JSON::VERSION_MAJOR
/opt/td-agent/embedded/lib/ruby/2.1.0/json/version.rb:5: warning: previous definition of VERSION_MAJOR was here
/opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:6: warning: already initialized constant JSON::VERSION_MINOR
/opt/td-agent/embedded/lib/ruby/2.1.0/json/version.rb:6: warning: previous definition of VERSION_MINOR was here
/opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:7: warning: already initialized constant JSON::VERSION_BUILD
/opt/td-agent/embedded/lib/ruby/2.1.0/json/version.rb:7: warning: previous definition of VERSION_BUILD was here
/opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:99: warning: already initialized constant JSON::NaN
/opt/td-agent/embedded/lib/ruby/2.1.0/json/common.rb:99: warning: previous definition of NaN was here
/opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:101: warning: already initialized constant JSON::Infinity
/opt/td-agent/embedded/lib/ruby/2.1.0/json/common.rb:101: warning: previous definition of Infinity was here
/opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:103: warning: already initialized constant JSON::MinusInfinity
/opt/td-agent/embedded/lib/ruby/2.1.0/json/common.rb:103: warning: previous definition of MinusInfinity was here
/opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:128: warning: already initialized constant JSON::UnparserError
/opt/td-agent/embedded/lib/ruby/2.1.0/json/common.rb:128: warning: previous definition of UnparserError was here
/opt/td-agent/embedded/bin/ruby: symbol lookup error: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.0.2-x86_64-linux/lib/google/protobuf_c.so: undefined symbol: rb_data_typed_object_wrap

Support specifying 'message_key' for text payload, 'severity_key' for severity, and 'time_key' for the timestamp

this is based on @filipjs comment on #3

About format none:
"""The key field is “message” by default, but you can specify a different value using the message_key parameter as shown below"""
is it possible to read that 'message_key' in the plugin and use it here instead of hard-coding 'message'?

I noted that other output plugins support this (see http://docs.fluentd.org/articles/out_file) so we should as well.

missing HttpRequest fields are erroneously set to 'nil' rather than left unset.

The code that constructs an HttpRequest sets fields that are not present in the input to 'nil' rather than leaving them unset. This causes those fields to appear in the request sent to the API with null values rather than being omitted as they should be (the serialization does make a distinction).

so instead of:

output.request_method = input.delete('requestMethod')

we should have

output.request_method = input.delete('requestMethod') if input.key?('requestMethod')

(FYI, to look at the actual requests I added a line to lib/google/apis/core/api_command.rb):

self.body = request_representation.new(request_object).to_json(skip_undefined: true)
File.open('/tmp/requests', 'a') { |file| file.write(self.body); file.write("\n") }

Failing to load monitoring.rb on version 0.6.5

Hi! It's me again (#139). This time the file monitoring.rb (which for me, after the installation of td-agent resides in /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-google-cloud-0.6.5/lib/fluent/plugin) misses a readable flag for all other users, so it fails to load when td-agent user tries to do it. Which in turn crashes td-agent.

Running sudo chmod +r on the file fixes the issue.

In #139 the issue was fixed by issuing a new release with a fixed access modifier on the file.

v0.14 migration

Why not migrate to Fluentd v0.14 API?

And 100+ plugins have already been migrated to Fluentd v0.14 plugin API.

If you have questions, feel free to mention to me.

Add Multi Worker Support

FluentD now supports multiworkers, but this plugin does not. I have other plugins we are using inside google-fluentd and machine utilization would be better in multi-worker. This plugin is holding up enabling it. Is this something that can be resolved?

File permission in released gem is too strict

In the latest version of the gem the lib/fluent/plugin/out_google_cloud.rb file has a permission of 640 which can be problematic in case the gem was installed by root.

Is it possible to re-release it with fixed permission?

Attempts to use proxy even for metadata service

I'm using google-fluentd on a GCE instance with no external IP, and running a proxy (Squid) on another instance that has an external IP.

I added:

export http_proxy="http://gateway1:3128/"
export no_proxy=169.254.169.254

to /etc/default/google-fluentd, but when fetching metadata fluentd uses the open-uri library which does not support no_proxy. Therefore the metadata requests get sent to the proxy, which fails.

As a workaround, setting HTTP_PROXY instead of http_proxy works because open-uri only uses the latter, while httpclient (used to connect to the logging API) uses both.

A more reliable solution would be to disable the proxy for the metadata requests. For example, this change worked for me:

--- /home/james/out_google_cloud.rb	2016-12-14 19:42:51.026886681 +0000
+++ /home/james/out_google_cloud.rb.patched	2016-12-15 14:59:28.954799737 +0000
@@ -514,7 +514,7 @@
       end
 
       begin
-        open('http://' + METADATA_SERVICE_ADDR) do |f|
+        open('http://' + METADATA_SERVICE_ADDR, :proxy => false) do |f|
           if f.meta['metadata-flavor'] == 'Google'
             @log.info 'Detected GCE platform'
             return Platform::GCE
@@ -537,7 +537,7 @@
         @platform == Platform::GCE
       # See https://cloud.google.com/compute/docs/metadata
       open('http://' + METADATA_SERVICE_ADDR + '/computeMetadata/v1/' +
-           metadata_path, 'Metadata-Flavor' => 'Google', &:read)
+           metadata_path, 'Metadata-Flavor' => 'Google', :proxy => false, &:read)
     end
 
     def fetch_ec2_metadata

This doesn't solve the problem alone because googleauth also accesses the metadata service to get the default credentials, and has the same issue.

How to catch severity from JSON log files?

Hi,

We have a pretty standard logging system that uses bunyan to write out some json log files.

For example, a log file cosist of lines like the following:

{
"process":"host",
"hostname":"mezo-g-w10",
"pid":4160,
"level":20,
"msg":"Application has been started.",
"time":"2017-10-11T12:42:46.549Z",
"v":0
}

Please note that bunyan writes log severity as a number those could be transformed to standard info, warning, error, etc severity levels.

We process that with the following fluentd configuration:

<source>
        @type tail
        format json
        time_key time
        path /bimbo/Logs/host.log
        time_format %Y-%m-%dT%H:%M:%S.%LZ
        encoding UTF-8
        tag portal.host
</source>

<filter portal.*>
        @type record_transformer
        enable_ruby
        <record>
                severity ${ if record["level"] == 60 then "CRITICAL" elsif record["level"] == 50 then "ERROR" elsif record["level"] == 40 then "WARNING" elsif record["level"] == 30 then "INFO" elsif record["level"] == 20 then "DEBUG" elsif record["level"] == 10 then "DEBUG" end}
        </record>
</filter>

So the json gets parsed then level field gets converted to severity by using values that Google Stackdriver should understand.

The problem is, Stackdriver doesn't understand the transformed severity field by this way. I believe it should be part of the header instead of the record, so it should somehow get parsed and transformed in the trail to be a severity field in first place.

My question is, how we should do this? How we make Stackdriver understand bunyan's level field as severity?

Fix auth issues with tests

I discovered two issues related to googleauth that are affecting proper operation of the tests:

  • googleauth will pull credentials from local disk, which lets tests succeed when they should not; they will fail if run in an environment when these credentials are not present
    • using 'fakefs' should elminate the possibility of this happening
    • and/or, perhaps we can do better credential checking in tests to make sure we're using the "right" credentials.
  • googleauth memoizes on_gce, which affects subsequent tests (which think they are running on GCE when they are not).
    • if you remove the memoization and run tests locally, some of them will fail because they try to access URLs that are not stubbed.
    • unclear if there's a clean way to unmemoize this or if we'll need to change googleauth.

gem dependency breaks plugin install

Looks like on Jan 14th the 0.9 version of the google-api-client was published. The current gemspec has

gem.add_runtime_dependency 'google-api-client', '>= 0.8.6', '<= 0.9'

so 0.9 gets picked up and installed, but it looks like with this version release you need to pick and choose what parts of the API to use instead of everything being there. That should probably be changed to '< 0.9' in the dependency requirement.

ensure 'textPayload' is text

It's currently possible to trick the agent into sending non-text in the textPayload, i.e. using 'format json':

echo '{ "message": { "f1": "hello", "f2": "goodbye"} }' >> foo.json

which will result in the plugin issuing an invalid request:

2015-07-24 21:52:46 +0000 [warn]: Dropping 1 log message(s) error_class="Google::APIClient::ClientError" error="Invalid JSON payload received. Unknown name \"f1\" at 'entries[0].text_payload': Cannot find field.\nInvalid JSON payload received. Unknown name \"f2\" at 'entries[0].text_payload': Cannot find field."

Entire log batch is dropped when 1 entry is too large

2016-08-17 20:01:40 +0000 [warn]: Dropping 48 log message(s) error_class="Google::Apis::ClientError" error="badRequest: Log entry with size 189059 bytes exceeds maximum size of 112640 bytes"

There's no way that over-large entry is going be submitted, but it sucks to lose the other 47 entries.

Stackdriver doesn't like validated_with_origin_server

Hi
I am trying to push Nginx logs in the httpRequest format so in GCE Logging I see the proper fields and not just one line per entry.

Log format is

  log_format stackdriver '{"httpRequest":{ '
   '"remoteIp":"$remote_addr",'
   '"responseSize": "$bytes_sent",'
   '"status":"$status", '
   '"requestUrl": "$scheme://$host$request_uri",'
   '"requestMethod": "$request_method",'
   '"referer":"$http_referer",'
   '"requestSize":"$request_length",'
   '"userAgent":"$http_user_agent"}}';

Now when the log lines (which look like this btw)

{"httpRequest":{ "remoteIp":"109.44.1.129","responseSize": "56303","status":"200", "requestUrl": "http://tracking.foo.bar/piwik.js","requestMethod": "GET","referer":"https://tracking.foo.bar/url","requestSize":"574","userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D15 Safari/601.1"}}

hit the fluentd-gcp pod, the call to the logging API fails

016-09-20 11:42:13 +0000 [warn]: Dropping 7 log message(s) error_class="Google::Apis::ClientError" error="badRequest: Invalid JSON payload received. Unknown name \"validated_with_origin_server\" at 'entries[0].http_request': Cannot find field.\nInvalid JSON payload received. Unknown name \"validated_with_origin_server\" at 'entries[1].http_request': Cannot find field.

It doesn't make a difference if I actually set the validatedWithOriginServer field in the log format or not.

It appears that the API doesn't like the validated_with_origin_server field at all (which gets created by the fluentd-plugin on line 699 (v0.5.2)).

Uncommenting this line makes the logging work correctly, so I am not sure if this field doesn't get translated into cacheValidatedWithOriginServer (which by this should be the correct name) or the API has changed

Bests

Sending operation object to stackdriver logging

As per Stackdriver Logging API, we could pass an operation object to connect relevant log lines that are part of one operation. (Reference: https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#LogEntryOperation)

Here are some example log lines:

{"timestamp":"2017-04-21T22:24:33.739+05:30","message":"message 1","logger":"LoggerRequestListener","thread":"http-nio-8080-exec-1","severity":"INFO","level_value":20000,"operation":{"producer":"api","id":"nqTUHtJueuw45jcAVpfU"}}
{"timestamp":"2017-04-21T22:24:33.739+05:30","message":"message 1","logger":"LoggerRequestListener","thread":"http-nio-8080-exec-1","severity":"INFO","level_value":20000,"operation":{"producer":"api","id":"nqTUHtJueuw45jcAVpfU"}}
{"timestamp":"2017-04-21T22:24:33.739+05:30","message":"message 3","logger":"LoggerRequestListener","thread":"http-nio-8080-exec-1","severity":"INFO","level_value":20000,"operation":{"producer":"api","id":"nqTUHtJueuw45jcAVpfU"}}

But when viewed in Stackdriver Logging, operation is nested inside jsonPayload.

image

When used similar feature for httpRequest, google fluentd plugin moves the object at top level but operation gets no such love from the plugin.

image

How do we send operation object such that it is received at top level by Stackdriver logging?

Lot of warnings when starting / restarting service

I see too many warnings when I start/restart the google-fluentd service (Amazon Linux / EC2)

$ sudo service google-fluentd restart
Restarting google-fluentd: /opt/google-fluentd/embedded/lib/ruby/2.1.0/json/common.rb:99: warning: already initialized constant JSON::NaN
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:99: warning: previous definition of NaN was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/common.rb:101: warning: already initialized constant JSON::Infinity
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:101: warning: previous definition of Infinity was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/common.rb:103: warning: already initialized constant JSON::MinusInfinity
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:103: warning: previous definition of MinusInfinity was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/common.rb:128: warning: already initialized constant JSON::UnparserError
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:128: warning: previous definition of UnparserError was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/version.rb:3: warning: already initialized constant JSON::VERSION
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:3: warning: previous definition of VERSION was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/version.rb:4: warning: already initialized constant JSON::VERSION_ARRAY
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:4: warning: previous definition of VERSION_ARRAY was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/version.rb:5: warning: already initialized constant JSON::VERSION_MAJOR
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:5: warning: previous definition of VERSION_MAJOR was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/version.rb:6: warning: already initialized constant JSON::VERSION_MINOR
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:6: warning: previous definition of VERSION_MINOR was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/version.rb:7: warning: already initialized constant JSON::VERSION_BUILD
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/version.rb:7: warning: previous definition of VERSION_BUILD was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/common.rb:99: warning: already initialized constant JSON::NaN
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:99: warning: previous definition of NaN was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/common.rb:101: warning: already initialized constant JSON::Infinity
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:101: warning: previous definition of Infinity was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/common.rb:103: warning: already initialized constant JSON::MinusInfinity
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:103: warning: previous definition of MinusInfinity was here
/opt/google-fluentd/embedded/lib/ruby/2.1.0/json/common.rb:128: warning: already initialized constant JSON::UnparserError
/opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/json-1.8.1/lib/json/common.rb:128: warning: previous definition of UnparserError was here
$ rpm -q google-fluentd
google-fluentd-1.5.13-2.el6.x86_64
$ uname -a
Linux ip-XXXX 4.4.51-40.60.amzn1.x86_64 #1 SMP Wed Mar 29 19:17:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Metadata enrichment on AWS k8s cluster

I was comparing the metadata enrichment results of this plugin on a Kubernetes cluster on AWS versus GKE since we're running Kubernetes on both. Please could someone can help clarify what is expected with the current plugin and best practice?

Currently on AWS we're using the fluent-plugin-kubernetes_metadata_filter to add metadata to logs coming from some k8s clusters. The logs go via fluentd and over to stackdriver premium. We are using both plugins together since there was a lack of useful metadata about the pod, namespace and container in the log indexing.

We've since started to run some clusters on GKE as well but we'll still keep the AWS ones. So we're interested in at least some unification. On GKE we currently go with the built in logging which presumably uses this plugin.

I happened upon some comments from @crassirostris mentioning this plugin also performs metadata enrichment and that it's not greatly compatible with kubernetes_metadata_filter. Since then, it seems this recent PR has added some code which helps out with regard to kubernetes_metadata_filter compatibility.

From what I can gather based on what we are running the output of this plugin with regard to metadata enrichment is:

Log Payload Present on GKE Present on AWS
resource.labels.pod_id Yes No
resource.labels.namespace_id Yes No
resource.labels.container_name Yes No
resource.labels.cluster_name Yes No
resource.labels.instance_id Yes Yes
resource.labels.project_id Yes Yes
resource.labels.zone Yes No, equivalent of region
resource.labels.aws_account No Yes
resource.labels.region No Yes, actually this contains AZ not region, it's the equivalent of resource.labels.zone
resource.type Yes, always container Yes, always aws_ec2_instance
labels['compute.googleapis.com/resource_name'] Yes n/a
labels['container.googleapis.com/namespace_name'] Yes, contains the same as resource.labels.namespace_id n/a
labels['container.googleapis.com/pod_name'] Yes, contains the same as resource.labels.pod_id n/a
labels['container.googleapis.com/stream'] Yes n/a
labels['ec2.amazonaws.com/resource_name'] n/a Yes, contains fluentd pod name but can be overriden

Adding kubernetes_metadata_filter gives a bunch of data inside jsonPayload.kubernetes which covers most of the unavailable metadata from the AWS column but obviously under a different path.

There is a slight potential that I've misconfigured it since most of the k8s logging documentation at the time of setup was related to how it works on GCP/GKE. It's based primarily off the config from k8s addons.

Use on non-GCP non-AWS systems

Are non-GCP non-AWS systems supported by this plugin? Since Stackdriver APIs can be used from anywhere, this plugin should work from anywhere/any platform. Also, please document how to configure and use it on other platforms where metadata server/zone/vm_id etc are not applicable.
Thanks.

Fluentd stops posting

Fluent stops posting to Google Cloud Logging after roughly 20 minutes of inactivity.
If it is restarted, everything works OK again.

If the logs are constantly flowing - there seems to be no issues. But if the logs are stopped being posted for some time (app works correctly and there were no INFO level messages), then messages logged later are not delivered.

Using 0.5.2 version.

Not sure where to look.

<match docker>
  @type google_cloud
  zone asia-east1-c
  vm_id "#{Socket.gethostname}"
</match>

Attaching the dump as well.
sigdump-16138.zip

P.S. Can it be related to #98 ?

High memory consumtion

@piosz

This issue is strongly connected to google cloud plugin usage in Kubernetes and following problems:

Basically, the problem is when fluentd with google cloud plugin starts to experience some load, memory consumption starts to grow and after some time (minutes, sometimes seconds) it exceeds it's limits (currently, 200 Mb) and fluentd crashes. It can result in data losses and sometimes even prevent logs to be delivered at all, when fluentd enters infinite crash loop.

Kubernetes fluentd configuration

How to reproduce

We can reproduce it within kubernetes cluster, starting pod with this specs

apiVersion: v1
kind: Pod
metadata:
  name: logs-generator-pod
spec:
  containers:
  - name: logs-generator-cont
    image: gcr.io/google_containers/logs-generator
    env:
    - name: LOGS_GENERATOR_LINES_TOTAL
      value: "600000"
    - name: LOGS_GENERATOR_DURATION
      value: 1m

After some time, you can see these lines in fluentd log

2000-01-01 00:00:00 +0000 [error]: fluentd main process died unexpectedly. restarting.

Here's the memory consumption plot

screenshot from 2016-10-12 14 38 52

And without this plugin (type null in match clauses in configuration) memory consumption does not exceed 60 MB, so the problem is not with fluentd pipeline.

screenshot from 2016-10-12 15 19 25

Common labels are modified and populated across iterations when looping over tags

In each iteration, write_log_entries_request['commonLabels'] are set to @common_labels:

'commonLabels' => @common_labels,

However, setting values inside write_log_entries_request['commonLabels'] results in modifying the original @common_labels, so write_log_entries_request['commonLabels'] in the next iteration are initialized with common labels from the previous iteration.

This behavior is somewhat misleading because if a label is not set in the next iteration, it carries a value from the previous iteration, while it shouldn't be included at all. It looks like this issue affects only the Cloud Functions service for now but it would be good to resolve it in a generic way so that future modifications do not hit the same problem.

Logs are dropped if project id contains colon

For a project "foo.com:bar" configured with the latest version of the plugin, I now see a stream of:

[warn]: Dropping 2 log message(s) error_class="Google::Apis::ClientError" error="notFound: Project does not exist: foo.com%3Abar"

in the fluentd logs. It previously worked and the same configuration with a project id without colon works as well. It seems like the google-api-client upgrade to 0.9 causes project id with colon to be escaped incorrectly somewhere, likely the URI encoding.

Is this a known issue with the v1beta3 logging api, btw? I see v2beta1 has a different schema for writing logs, notably not including the project in the URI.

Pod name with a dot not extracted correctly from tag

I noticed that @tag_to_kubernetes_labels_regexp does accept dots inside a pod name:

@tag_to_kubernetes_labels_regexp =
  /\.(?<pod_name>[^\._]+)_(?<namespace_name>[^_]+)_(?<container_name>.+)$/

However, Kubernetes allows me to have a pod with dots inside it. According to a message from Kubernetes, the pod name:

must be a DNS subdomain (at most 253 characters, matching regex [a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*): e.g. "example.com"

@a-robinson - does this regexp intentionally not accept a dot inside a pod name, or is this a bug?

error when "severity" field is not a string

When there is a severity field, which is not of type string in the record the plugin fails, because it unconditionally calls upcase on the severity in parse_severity.
For Example:

temporarily failed to flush the buffer. next_retry=2017-07-24 23:31:35 +0000 error_class="NoMethodError" error="undefined method `upcase' for 500:Fixnum" plugin_id="object:1c90f6c"

Structured logging for Amazon Elastic Container Service

fluent-plugin-google-cloud does not attempt to parse container log message as JSON when running on Amazon ECS. Because of that, log messages created in ECS containers get sent to GCP as:

"metadata": { ... },
"structPayload": {
"log": "{"key": "value"}"
}

Is there a way to tell fluent-plugin-google-cloud to parse the "log" record value as JSON on AWS?

Trim too long lines

Stackdriver currently has a 100KB limit on the size of the log entry.

Sometimes keeping a trimmed version of the message is better than dropping it, even without the rest of the message (as described in #79).

Therefore it would be great to have an option (e.g. 'max_log_size') that would allow to trim messages that contain more bytes than this value.

This can be also a separate plugin just for the purpose of trimming, but then it would be great to have a reference in the documentation here.

CC @piosz @igorpeshansky

format json doesn't work

My application generates a log file which is formatted as per fluentd json format config (One Json object per line)

This works when I set format to none but entire json is sent in textPayload. When I set format as json, The logs are not even forwarded to Google Stackdriver Logging (at least i can't see them in the UI).

<source>
  @type tail
  format json
  path /var/log/my-app/json-formatted.log
  pos_file /var/lib/google-fluentd/pos/my-app-json-formatted-log.pos
  read_from_head true
  tag xxxxx
</source>

There is no error/warning in /var/log/google-fluentd/google-fluentd.log.

I could find similar question asked on StackOverflow here but the suggested solution also didn't work for me.

`require': cannot load such file -- /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-google-cloud-0.5.3/lib/fluent/plugin/out_google_cloud (LoadError)

At Cyrus Biotechnology we use fluentd running as a Kubernetes daemonset to relay logs from workers without public IP addresses to cloud logging. As of very recently we were using the fluent/fluentd:latest container as a base;

FROM fluent/fluentd:latest
#
# Fluentd with custom configuration
#
MAINTAINER Peter Novotnak <[email protected]>

USER root

RUN apk update \
  && apk add ruby-dev build-base

USER fluent

WORKDIR /home/fluent

ENV PATH /home/fluent/.gem/ruby/2.2.0/bin:$PATH

RUN gem install fluent-plugin-google-cloud

ADD fluent.conf /fluentd/etc/fluent.conf

# 514 is privileged
EXPOSE 5140
CMD fluentd -vvv -c /fluentd/etc/$FLUENTD_CONF -p /fluentd/plugins $FLUENTD_OPT

But the containers built that way have started throwing the following;

/home/fluent/.gem/ruby/2.3.0/gems/grpc-1.0.1-x86_64-linux/src/ruby/lib/grpc/grpc.rb:35:in `require_relative': Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /home/fluent/.gem/ruby/2.3.0/gems/grpc-1.0.1-x86_64-linux/src/ruby/lib/grpc/2.3/grpc_c.so) - /home/fluent/.gem/ruby/2.3.0/gems/grpc-1.0.1-x86_64-linux/src/ruby/lib/grpc/2.3/grpc_c.so (LoadError)
	from /home/fluent/.gem/ruby/2.3.0/gems/grpc-1.0.1-x86_64-linux/src/ruby/lib/grpc/grpc.rb:35:in `<top (required)>'
	from /home/fluent/.gem/ruby/2.3.0/gems/grpc-1.0.1-x86_64-linux/src/ruby/lib/grpc/errors.rb:30:in `require_relative'
	from /home/fluent/.gem/ruby/2.3.0/gems/grpc-1.0.1-x86_64-linux/src/ruby/lib/grpc/errors.rb:30:in `<top (required)>'
	from /home/fluent/.gem/ruby/2.3.0/gems/grpc-1.0.1-x86_64-linux/src/ruby/lib/grpc.rb:32:in `require_relative'
	from /home/fluent/.gem/ruby/2.3.0/gems/grpc-1.0.1-x86_64-linux/src/ruby/lib/grpc.rb:32:in `<top (required)>'
	from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:127:in `require'
	from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:127:in `rescue in require'
	from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:40:in `require'
	from /home/fluent/.gem/ruby/2.3.0/gems/fluent-plugin-google-cloud-0.5.3/lib/fluent/plugin/out_google_cloud.rb:14:in `<top (required)>'
	from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
	from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/plugin.rb:172:in `block in try_load_plugin'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/plugin.rb:170:in `each'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/plugin.rb:170:in `try_load_plugin'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/plugin.rb:130:in `new_impl'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/plugin.rb:59:in `new_output'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/agent.rb:131:in `add_match'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/agent.rb:64:in `block in configure'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/agent.rb:57:in `each'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/agent.rb:57:in `configure'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/root_agent.rb:86:in `configure'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/engine.rb:129:in `configure'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/engine.rb:103:in `run_configure'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/supervisor.rb:489:in `run_configure'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/supervisor.rb:160:in `block in start'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/supervisor.rb:366:in `main_process'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/supervisor.rb:339:in `block in supervise'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/supervisor.rb:338:in `fork'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/supervisor.rb:338:in `supervise'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/supervisor.rb:156:in `start'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/lib/fluent/command/fluentd.rb:173:in `<top (required)>'
	from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:68:in `require'
	from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:68:in `require'
	from /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.12.31/bin/fluentd:5:in `<top (required)>'
	from /usr/bin/fluentd:23:in `load'
	from /usr/bin/fluentd:23:in `<main>'

Great! Looks like a musl / glibc issue, I can solve this. So, I switched over to a debian base image, but now I get new issues. I tried switching from fluentd to td-agent, then, as a last resort, I switched to the google installer (https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sh) to no effect. I'm stuck here;

/opt/google-fluentd/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-google-cloud-0.5.3/lib/fluent/plugin/out_google_cloud (LoadError)
	from /opt/google-fluentd/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/registry.rb:94:in `block in search'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/registry.rb:92:in `each'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/registry.rb:92:in `search'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/registry.rb:43:in `lookup'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/plugin.rb:146:in `new_impl'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/plugin.rb:104:in `new_output'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/agent.rb:125:in `add_match'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/agent.rb:70:in `block in configure'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/agent.rb:63:in `each'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/agent.rb:63:in `configure'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/root_agent.rb:86:in `configure'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/engine.rb:119:in `configure'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/engine.rb:93:in `run_configure'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/supervisor.rb:693:in `run_configure'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/supervisor.rb:453:in `block in run_worker'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/supervisor.rb:626:in `call'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/supervisor.rb:626:in `main_process'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/supervisor.rb:449:in `run_worker'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/lib/fluent/command/fluentd.rb:288:in `<top (required)>'
	from /opt/google-fluentd/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:69:in `require'
	from /opt/google-fluentd/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:69:in `require'
	from /opt/google-fluentd/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.8/bin/fluentd:5:in `<top (required)>'
	from /opt/google-fluentd/embedded/bin/fluentd:23:in `load'
	from /opt/google-fluentd/embedded/bin/fluentd:23:in `<top (required)>'
	from /usr/sbin/google-fluentd:7:in `load'
	from /usr/sbin/google-fluentd:7:in `<main>'

Here's a dockerfile that can be used to repro;

FROM debian:jessie-slim
MAINTAINER Peter Novotnak <[email protected]>
LABEL Description="Fluentd agent docker image" Vendor="Cyrus Biotechnology" Version="1.2"

# Do not split this into multiple RUN!
# Docker creates a layer for every RUN-Statement
# therefore an 'apk delete build*' has no effect
RUN apt-get update \
  && apt-get install -qy curl \
  && curl -L https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | bash \
  && service google-fluentd stop \
  && apt-get remove --purge -qy curl build-essential ruby-dev \
  && apt-get autoremove --purge -qy \
  && apt-get clean \
  && rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem

RUN adduser \
  --disabled-password \
  --uid 1000 \
  --gecos 'fluentd' \
  --home /home/fluent \
    fluent

# for log storage (maybe shared with host)
RUN mkdir -p /fluentd/log
# configuration/plugins path (default: copied from .)
RUN mkdir -p /fluentd/etc /fluentd/plugins

RUN chown -R fluent:fluent /fluentd

ENV PATH /home/fluent/.gem/ruby/2.1.0/bin:$PATH
ENV GEM_PATH /home/fluent/.gem/ruby/2.1.0:/var/lib/gems/2.1.0/gems:$GEM_PATH

ENV FLUENTD_OPT=""
ENV FLUENTD_CONF="fluent.conf"

COPY fluent.conf /fluentd/etc/

EXPOSE 24224 5140

USER fluent
WORKDIR /home/fluent
CMD google-fluentd -vvv -c /fluentd/etc/$FLUENTD_CONF -p /fluentd/plugins $FLUENTD_OPT

And the fluent.conf currently in use;

<source>
  @type ******
  *** censored ***
  tag workers
</source>

<match workers.**>
  type google_cloud
  # Set the chunk limit conservatively to avoid exceeding the GCL limit
  # of 2MB per write request.
  buffer_chunk_limit 512K
  # Cap buffer memory usage to 512KB/chunk * 128 chunks = 65 MB
  buffer_queue_limit 128
  flush_interval 5s
  # Never wait longer than 5 minutes between retries.
  max_retry_wait 300
  # Disable the limit on the number of retries (retry forever).
  disable_retry_limit
</match>

Am I doing something wrong?

Hanging fluentd

Recently we encountered a hanging fluentd problem in GKE cluster. Kubernetes logging agent is periodically stops sending any logs and writing anything to it's own logs until the manual restart is invoked.

After some research we found this thread. In short, http connection without a timeout was hanging.

From the quick peek to the code I couldn't find any timeout setup for the client. May this be a problem or is timeout set up somewhere deeper in the library code?

This plugin makes td-agent crash after googleauth gem released 0.5.2 version

As part of our Ansible scripts, I install td-agent with this plugin using this Ansible role.

Recently, td-agent wouldn't get up, because it couldn't load googleauth library. After I manually uninstalled googleaut 0.5.2 and installed 0.5.1 everything started working nicely.

Versions:
td-agent: 0.12.35
fluent-plugin-google-cloud: 0.6.4

System: Ubuntu 16.04.02 on GCE.

I guess this links to this googleauth issue

You probably should pin the dependency on googleauth 0.5.1 until they release a new version. Disclaimer: I have near zero knowledge about Ruby and its ecosystem.

Feature Request: textPayload

As a system administrator I would like to improve the readability of the log entries in Google Logging. With the label map configuration I can direct all meta data into labels, leaving only a single field - the message - to display.

I would like to be able to:

  • Configure the field name to be used as the text output
  • Deliver the field as textPayload instead of jsonPayload

Fluentd LogEntry JSON parsing problem

Hi there,

I have my logs written to stdout with LogEntry as JSON. Therefore my log is like;

{  
   "labels":{  
      "label1":"label-value-1"
   },
   "logName":"projects/xxx-experimental/logs/xxx.yyyy.zzzz.DataSourcesAutoConfiguration",
   "resource":{  
      "labels":{  
         "project_id":"xxx-experimental"
      },
      "type":"global"
   },
   "severity":"INFO",
   "textPayload":"DS has been registered",
   "timestamp":"2016-10-20T12:32:00.077Z"
}

However in Google cloud console this log entry is shown below structPayload. Is that a normal behaviour? I expect merging the metadata provided by fluentd and my logEntry object in cloud console. Apparently it is not. LogEntry is just appended as a subtree of structPayload.

Undefined symbol with version 0.5.3

When installing fluent-plugin-google-cloud with version 0.5.3 on the most recent td-agent, using Ruby 2.1, the following error shows up during startup and fluentd exits

/opt/td-agent/embedded/bin/ruby: symbol lookup error: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.0.2-x86_64-linux/lib/google/protobuf_c.so: undefined symbol: rb_data_typed_object_wrap

Minimal configuration to reproduce

<match **>
  type google_cloud
</match>

From https://abi-laboratory.pro/tracker/compat_report/ruby/2.2.4/2.3.0/240f7/abi_compat_report.html it seems that protobuf_c.so requires Ruby >= 2.3.0.

@igorpeshansky @piosz

Plugin does not set severity level based on stream type

Hello,

I'm using a container to send the logs from a Kubernets pod to Google Cloud Logging and I've noticed that all the log entries have no severity level. From what I understand the plugin should set a severity level based on the "stream" field: ERROR for stderr and INFO for stdout.

rsyslog %syslogseverity-text% crit => critical

I discovered issue with rsyslog default name for critical severity.
Rsyslog use "crit" (%syslogseverity-text%) priority name for critical events.

But fluent-plugin-google-cloud can not recognize this.

` # Values permitted by the API for 'severity' (which is an enum).
VALID_SEVERITIES = Set.new(
%w(DEFAULT DEBUG INFO NOTICE WARNING ERROR CRITICAL ALERT EMERGENCY))

# Translates other severity strings to one of the valid values above.
SEVERITY_TRANSLATIONS = {
  # log4j levels (both current and obsolete).
  'WARN' => 'WARNING',
  'FATAL' => 'CRITICAL',
  'TRACE' => 'DEBUG',
  'TRACE_INT' => 'DEBUG',
  'FINE' => 'DEBUG',
  'FINER' => 'DEBUG',
  'FINEST' => 'DEBUG',
  # single-letter levels.  Note E->ERROR and D->DEBUG.
  'D' => 'DEBUG',
  'I' => 'INFO',
  'N' => 'NOTICE',
  'W' => 'WARNING',
  'E' => 'ERROR',
  'C' => 'CRITICAL',
  'A' => 'ALERT',
  # other misc. translations.
  'ERR' => 'ERROR',
  'F' => 'CRITICAL'
}

`

Here is my syslogd template:
$template format_local, "%timegenerated:::date-rfc3339% %syslogseverity-text% %msg%\n"

here is cut from log file
2016-10-27T16:36:05.175063+00:00 crit MESSSAGE

As a result, google logs viewer does not mark "crit" events as critical.

LogEntry timestamps truncated to seconds

New GCE VM, just installed latest version Stackdriver Logging agent. This reproduces across several different VMs, agents, Debian and Centos.

Sub-second timestamps were included in fluentd <0.14, which google-fluentd appears to use. Why are timestamps still truncated in Stackdriver Logging?

Fluentd segfault

We're seeing a very high incidence of segfaults in fluentd when loading or running google-cloud-logging. The actual segfault seems to happen in google-protobuf so I'm not sure if the issue belongs here or in that project. Stacktrace below.

Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: Starting td-agent: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/protobuf/struct_pb.rb:6: [BUG] Segmentation fault at 0x00000000000000
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: ruby 2.1.10p492 (2016-04-01 revision 54464) [x86_64-linux]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: -- Control frame information -----------------------------------------------
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0040 p:---- s:0210 e:000209 CFUNC :build
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0039 p:0025 s:0207 e:000206 TOP /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/protobuf/struct_pb.rb:6 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0038 p:---- s:0205 e:000204 CFUNC :require
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0037 p:0113 s:0201 e:000200 METHOD /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0036 p:0055 s:0191 e:000190 TOP /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-cloud-logging-0.23.2/lib/google/logging/v2/log_entry_pb.rb:11 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0035 p:---- s:0189 e:000188 CFUNC :require
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0034 p:0113 s:0185 e:000184 METHOD /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0033 p:0031 s:0175 e:000174 TOP /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-cloud-logging-0.23.2/lib/google/logging/v2/logging_pb.rb:8 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0032 p:---- s:0173 e:000172 CFUNC :require
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0031 p:0083 s:0169 e:000168 RESCUE /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:128
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0030 p:0390 s:0166 e:000165 METHOD /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0029 p:0071 s:0156 e:000155 TOP /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-google-cloud-0.6.4/lib/fluent/plugin/out_google_cloud.rb:22 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0028 p:---- s:0154 e:000153 CFUNC :require
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0027 p:0113 s:0150 e:000149 METHOD /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0026 p:0054 s:0140 e:000139 BLOCK /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/registry.rb:102 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0025 p:---- s:0136 e:000135 CFUNC :each
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0024 p:0152 s:0133 e:000132 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/registry.rb:99
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0023 p:0040 s:0124 e:000123 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/registry.rb:44
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0022 p:0013 s:0119 e:000118 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin.rb:146
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0021 p:0018 s:0110 e:000109 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin.rb:104
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0020 p:0075 s:0106 e:000105 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/agent.rb:128
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0019 p:0109 s:0097 e:000096 BLOCK /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/agent.rb:72 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0018 p:---- s:0092 e:000091 CFUNC :each
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0017 p:0023 s:0089 e:000088 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/agent.rb:64
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0016 p:0079 s:0085 e:000084 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/root_agent.rb:112
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0015 p:0029 s:0079 e:000078 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/engine.rb:131
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0014 p:0009 s:0072 e:000071 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/engine.rb:96
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0013 p:0018 s:0068 e:000067 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/supervisor.rb:768
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0012 p:0039 s:0065 e:000064 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/supervisor.rb:551
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0011 p:0007 s:0061 e:000060 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/supervisor.rb:569
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0010 p:0213 s:0054 e:000053 METHOD /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/supervisor.rb:474
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0009 p:1542 s:0050 E:000480 TOP /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/command/fluentd.rb:310 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0008 p:---- s:0033 e:000032 CFUNC :require
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0007 p:0113 s:0029 e:000028 METHOD /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0006 p:0053 s:0019 e:000018 TOP /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/bin/fluentd:5 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0005 p:---- s:0016 e:000015 CFUNC :load
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0004 p:0135 s:0012 e:000011 TOP /opt/td-agent/embedded/bin/fluentd:23 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0003 p:---- s:0008 e:000007 CFUNC :load
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0002 p:0087 s:0004 E:001758 EVAL /usr/sbin/td-agent:7 [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: c:0001 p:0000 s:0002 E:000fe8 TOP [FINISH]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: -- Ruby level backtrace information ----------------------------------------
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /usr/sbin/td-agent:7:in <main>' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /usr/sbin/td-agent:7:in load'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/bin/fluentd:23:in <top (required)>' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/bin/fluentd:23:in load'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/bin/fluentd:5:in <top (required)>' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in require'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in require' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/command/fluentd.rb:310:in <top (required)>'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/supervisor.rb:474:in run_supervisor' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/supervisor.rb:569:in supervise'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/supervisor.rb:551:in dry_run' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/supervisor.rb:768:in run_configure'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/engine.rb:96:in run_configure' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/engine.rb:131:in configure'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/root_agent.rb:112:in configure' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/agent.rb:64:in configure'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/agent.rb:64:in each' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/agent.rb:72:in block in configure'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/agent.rb:128:in add_match' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin.rb:104:in new_output'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin.rb:146:in new_impl' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/registry.rb:44:in lookup'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/registry.rb:99:in search' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/registry.rb:99:in each'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/registry.rb:102:in block in search' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in require'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in require' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-google-cloud-0.6.4/lib/fluent/plugin/out_google_cloud.rb:22:in <top (required)>'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:in require' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:128:in rescue in require'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:128:in require' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-cloud-logging-0.23.2/lib/google/logging/v2/logging_pb.rb:8:in <top (required)>'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in require' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in require'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-cloud-logging-0.23.2/lib/google/logging/v2/log_entry_pb.rb:11:in <top (required)>' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in require'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in require' Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/protobuf/struct_pb.rb:6:in <top (required)>'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/protobuf/struct_pb.rb:6:in `build'
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: -- C level backtrace information -------------------------------------------
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1db45f) [0x7f09f4de545f] vm_dump.c:690
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x76473) [0x7f09f4c80473] error.c:312
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_bug+0xb3) [0x7f09f4c810d3] error.c:339
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x154ea3) [0x7f09f4d5eea3] signal.c:824
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /lib/x86_64-linux-gnu/libpthread.so.0(+0xf890) [0x7f09f49fc890]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_gc_mark+0x58) [0x7f09f4ca6228] gc.c:3566
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x9a296) [0x7f09f4ca4296] gc.c:3896
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x9c852) [0x7f09f4ca6852] gc.c:3981
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x9eb73) [0x7f09f4ca8b73] gc.c:4517
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x9f9a1) [0x7f09f4ca99a1] gc.c:1219
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/2.1/protobuf_c.so(Builder_alloc+0x31) [0x7f09ea7ba821]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_obj_alloc+0x3e) [0x7f09f4ced87e] object.c:1829
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_class_new_instance+0x11) [0x7f09f4cedcd1] object.c:1861
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/2.1/protobuf_c.so(DescriptorPool_build+0x21) [0x7f09ea7ba4d1]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1d44d2) [0x7f09f4dde4d2] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9868) [0x7f09f4dd3868] insns.def:996
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_iseq_eval+0x1b8) [0x7f09f4de00e8] vm.c:1653
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x8222e) [0x7f09f4c8c22e] load.c:615
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_require_safe+0x63e) [0x7f09f4c8dbbe] load.c:644
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c575c) [0x7f09f4dcf75c] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9905) [0x7f09f4dd3905] insns.def:1025
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_iseq_eval+0x1b8) [0x7f09f4de00e8] vm.c:1653
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x8222e) [0x7f09f4c8c22e] load.c:615
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_require_safe+0x63e) [0x7f09f4c8dbbe] load.c:644
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c575c) [0x7f09f4dcf75c] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9905) [0x7f09f4dd3905] insns.def:1025
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_iseq_eval+0x1b8) [0x7f09f4de00e8] vm.c:1653
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x8222e) [0x7f09f4c8c22e] load.c:615
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_require_safe+0x63e) [0x7f09f4c8dbbe] load.c:644
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c575c) [0x7f09f4dcf75c] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9905) [0x7f09f4dd3905] insns.def:1025
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_iseq_eval+0x1b8) [0x7f09f4de00e8] vm.c:1653
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x8222e) [0x7f09f4c8c22e] load.c:615
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_require_safe+0x63e) [0x7f09f4c8dbbe] load.c:644
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1d44d2) [0x7f09f4dde4d2] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9905) [0x7f09f4dd3905] insns.def:1025
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1d28c1) [0x7f09f4ddc8c1] vm.c:817
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_yield+0x5d) [0x7f09f4ddd6dd] vm.c:856
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_ary_each+0x52) [0x7f09f4c37fb2] array.c:1796
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1d44d2) [0x7f09f4dde4d2] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9868) [0x7f09f4dd3868] insns.def:996
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1d28c1) [0x7f09f4ddc8c1] vm.c:817
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_yield+0x5d) [0x7f09f4ddd6dd] vm.c:856
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_ary_each+0x52) [0x7f09f4c37fb2] array.c:1796
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1d44d2) [0x7f09f4dde4d2] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9868) [0x7f09f4dd3868] insns.def:996
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_iseq_eval+0x1b8) [0x7f09f4de00e8] vm.c:1653
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x8222e) [0x7f09f4c8c22e] load.c:615
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_require_safe+0x63e) [0x7f09f4c8dbbe] load.c:644
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c575c) [0x7f09f4dcf75c] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9905) [0x7f09f4dd3905] insns.def:1025
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_iseq_eval+0x1b8) [0x7f09f4de00e8] vm.c:1653
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x8222e) [0x7f09f4c8c22e] load.c:615
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x82582) [0x7f09f4c8c582] load.c:644
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1d44d2) [0x7f09f4dde4d2] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9905) [0x7f09f4dd3905] insns.def:1025
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_iseq_eval+0x1b8) [0x7f09f4de00e8] vm.c:1653
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x8222e) [0x7f09f4c8c22e] load.c:615
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x82582) [0x7f09f4c8c582] load.c:644
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1d44d2) [0x7f09f4dde4d2] vm_insnhelper.c:1510
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1c9905) [0x7f09f4dd3905] insns.def:1025
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x1ce0d8) [0x7f09f4dd80d8] vm.c:1427
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(rb_iseq_eval_main+0x212) [0x7f09f4de0362] vm.c:1666
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(+0x7c74f) [0x7f09f4c8674f] eval.c:253
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(ruby_exec_node+0x1d) [0x7f09f4c888bd] eval.c:318
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/lib/libruby.so.2.1(ruby_run_node+0x1e) [0x7f09f4c8affe] eval.c:310
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/bin/ruby() [0x40087b] main.c:36
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f09f3f27b45]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: /opt/td-agent/embedded/bin/ruby() [0x4008a9] main.c:38
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: -- Other runtime information -----------------------------------------------
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: * Loaded script: /usr/sbin/td-agent
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: * Loaded features:
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 0 enumerator.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 1 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 2 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 3 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/rbconfig.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 4 thread.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 5 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/thread.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 6 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/compatibility.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/defaults.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 8 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/deprecate.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 9 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/errors.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 10 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 11 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/requirement.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 12 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/platform.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 13 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/basic_specification.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 14 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/stub_specification.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 15 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/util/stringio.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 16 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/specification.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 17 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/exceptions.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 18 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 19 /opt/td-agent/embedded/lib/ruby/2.1.0/monitor.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 20 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 21 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 22 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/dependency.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 23 /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/path_support.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 24 /opt/td-agent/embedded/lib/ruby/2.1.0/optparse.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 25 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/etc.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 26 /opt/td-agent/embedded/lib/ruby/2.1.0/fileutils.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 27 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/config/error.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 28 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/stringio.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 29 /opt/td-agent/embedded/lib/ruby/2.1.0/json/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 30 /opt/td-agent/embedded/lib/ruby/2.1.0/ostruct.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 31 /opt/td-agent/embedded/lib/ruby/2.1.0/json/generic_object.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 32 /opt/td-agent/embedded/lib/ruby/2.1.0/json/common.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 33 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 34 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 35 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 36 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 37 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/json/ext/parser.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 38 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/json/ext/generator.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 39 /opt/td-agent/embedded/lib/ruby/2.1.0/json/ext.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 40 /opt/td-agent/embedded/lib/ruby/2.1.0/json.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 41 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/yajl-ruby-1.3.0/lib/yajl/yajl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 42 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/yajl-ruby-1.3.0/lib/yajl.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 43 /opt/td-agent/embedded/lib/ruby/2.1.0/e2mmap.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 44 /opt/td-agent/embedded/lib/ruby/2.1.0/irb/output-method.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 45 /opt/td-agent/embedded/lib/ruby/2.1.0/irb/notifier.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 46 /opt/td-agent/embedded/lib/ruby/2.1.0/irb/slex.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 47 /opt/td-agent/embedded/lib/ruby/2.1.0/irb/ruby-token.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 48 /opt/td-agent/embedded/lib/ruby/2.1.0/irb/ruby-lex.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 49 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/config/basic_parser.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 50 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/config/literal_parser.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 51 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/config/element.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 52 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/config/configure_proxy.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 53 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/strscan.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 54 /opt/td-agent/embedded/lib/ruby/2.1.0/uri/common.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 55 /opt/td-agent/embedded/lib/ruby/2.1.0/uri/generic.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 56 /opt/td-agent/embedded/lib/ruby/2.1.0/uri/ftp.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 57 /opt/td-agent/embedded/lib/ruby/2.1.0/uri/http.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 58 /opt/td-agent/embedded/lib/ruby/2.1.0/uri/https.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 59 /opt/td-agent/embedded/lib/ruby/2.1.0/uri/ldap.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 60 /opt/td-agent/embedded/lib/ruby/2.1.0/uri/ldaps.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 61 /opt/td-agent/embedded/lib/ruby/2.1.0/uri/mailto.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 62 /opt/td-agent/embedded/lib/ruby/2.1.0/uri.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 63 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/config/v1_parser.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 64 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/config/section.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 65 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/registry.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 66 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 67 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/config/types.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 68 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/configurable.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 69 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/config.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 70 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/utils.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 71 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/env.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 72 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 73 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack/msgpack.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 74 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack/packer.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 75 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack/unpacker.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 76 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack/factory.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 77 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack/symbol.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 78 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 79 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/date_core.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 80 /opt/td-agent/embedded/lib/ruby/2.1.0/date/format.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 81 /opt/td-agent/embedded/lib/ruby/2.1.0/date.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 82 /opt/td-agent/embedded/lib/ruby/2.1.0/time.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 83 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/strptime-0.1.9/lib/strptime/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 84 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/strptime-0.1.9/lib/strptime/strptime.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 85 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/strptime-0.1.9/lib/strptime.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 86 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/ruby_core_support.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 87 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/offset_rationals.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 88 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/time_or_datetime.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 89 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_definition.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 90 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_offset.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 91 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_transition.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 92 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_transition_definition.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 93 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_index_definition.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 94 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_info.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 95 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/data_timezone_info.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 96 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/linked_timezone_info.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 97 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/transition_data_timezone_info.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 98 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/zoneinfo_timezone_info.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 99 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/data_source.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 100 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/ruby_data_source.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 101 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/zoneinfo_data_source.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 102 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_period.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 103 /opt/td-agent/embedded/lib/ruby/2.1.0/set.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 104 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 105 /opt/td-agent/embedded/lib/ruby/2.1.0/delegate.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 106 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 107 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.6/lib/thread_safe.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 108 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 109 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 110 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 111 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 112 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/info_timezone.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 113 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/data_timezone.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 114 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/linked_timezone.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 115 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_proxy.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 116 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/country_index_definition.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 117 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/country_info.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 118 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/ruby_country_info.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 119 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/zoneinfo_country_info.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 120 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/country.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 121 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo/country_timezone.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 122 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.3/lib/tzinfo.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 123 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/timezone.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 124 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/time.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 125 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/msgpack_factory.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 126 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/zlib.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 127 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/compressable.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 128 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/event.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 129 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/match.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 130 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/system_config.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 131 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/base.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 132 /opt/td-agent/embedded/lib/ruby/2.1.0/forwardable.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 133 /opt/td-agent/embedded/lib/ruby/2.1.0/logger.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 134 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/log.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 135 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_id.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 136 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/event_emitter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 137 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/clock.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 138 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/thread.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 139 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 140 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/custom_require.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 141 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/iobuffer_ext.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 142 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io_ext.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 143 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/loop.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 144 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/meta.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 145 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/io.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 146 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/iowatcher.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 147 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/timer_watcher.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 148 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/async_watcher.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 149 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/socket.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 150 /opt/td-agent/embedded/lib/ruby/2.1.0/socket.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 151 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/listener.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 152 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/fcntl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 153 /opt/td-agent/embedded/lib/ruby/2.1.0/timeout.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 154 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 155 /opt/td-agent/embedded/lib/ruby/2.1.0/digest.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 156 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/openssl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 157 /opt/td-agent/embedded/lib/ruby/2.1.0/openssl/bn.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 158 /opt/td-agent/embedded/lib/ruby/2.1.0/openssl/cipher.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 159 /opt/td-agent/embedded/lib/ruby/2.1.0/openssl/config.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 160 /opt/td-agent/embedded/lib/ruby/2.1.0/openssl/digest.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 161 /opt/td-agent/embedded/lib/ruby/2.1.0/openssl/x509.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 162 /opt/td-agent/embedded/lib/ruby/2.1.0/openssl/buffering.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 163 /opt/td-agent/embedded/lib/ruby/2.1.0/openssl/ssl.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 164 /opt/td-agent/embedded/lib/ruby/2.1.0/openssl.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 165 /opt/td-agent/embedded/lib/ruby/2.1.0/securerandom.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 166 /opt/td-agent/embedded/lib/ruby/2.1.0/resolv.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 167 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/dns_resolver.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 168 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/socket.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 169 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io/server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 170 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 171 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/event_loop.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 172 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/timer.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 173 /opt/td-agent/embedded/lib/ruby/2.1.0/open3.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 174 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/child_process.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 175 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/owned_by_mixin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 176 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/storage.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 177 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/storage.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 178 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/record_filter_mixin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 179 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/handle_tag_name_mixin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 180 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/set_time_key_mixin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 181 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/set_tag_key_mixin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 182 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/type_converter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 183 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/mixin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 184 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/string_util.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 185 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/string_util.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 186 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 187 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/parser.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 188 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/formatter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 189 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/formatter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 190 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/inject.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 191 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/extract.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 192 /opt/td-agent/embedded/lib/ruby/2.1.0/ipaddr.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 193 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/socket_option.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 194 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/socket.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 195 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/sigdump-0.2.4/lib/sigdump.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 196 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 197 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/signals.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 198 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/command_sender.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 199 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/daemon_logger.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 200 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/config_loader.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 201 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/privilege.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 202 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/blocking_flag.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 203 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/process_manager.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 204 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/signal_thread.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 205 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/worker.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 206 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 207 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/embedded_server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 208 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/multi_worker_server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 209 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/multi_process_server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 210 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/multi_thread_server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 211 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/multi_spawn_server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 212 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/supervisor.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 213 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/daemon.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 214 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/socket_manager_unix.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 215 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine/socket_manager.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 216 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/serverengine-2.0.5/lib/serverengine.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 217 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/cert_option.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 218 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 219 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/retry_state.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 220 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/ruby_dig-0.0.2/lib/ruby_dig.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 221 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/record_accessor.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 222 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper/compat_parameters.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 223 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin_helper.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 224 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/filter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 225 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/call_super_mixin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 226 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/formatter_utils.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 227 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/parser_utils.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 228 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/filter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 229 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/filter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 230 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/event_router.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 231 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/unique_id.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 232 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/buffer.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 233 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/output.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 234 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/bare_output.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 235 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/handle_tag_and_time_mixin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 236 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/propagate_default.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 237 /opt/td-agent/embedded/lib/ruby/2.1.0/singleton.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 238 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/output_chain.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 239 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/detach_process_mixin.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 240 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/process.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 241 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/output.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 242 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/output_chain.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 243 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/output.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 244 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/agent.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 245 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/label.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 246 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/root_agent.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 247 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/engine.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 248 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/error.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 249 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/compat.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 250 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 251 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpversion.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 252 /opt/td-agent/embedded/lib/ruby/2.1.0/tmpdir.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 253 /opt/td-agent/embedded/lib/ruby/2.1.0/tempfile.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 254 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httputils.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 255 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/utils.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 256 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/log.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 257 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/config.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 258 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 259 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/accesslog.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 260 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/htmlutils.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 261 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/cookie.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 262 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpstatus.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 263 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httprequest.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 264 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpresponse.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 265 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpservlet/abstract.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 266 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpservlet/filehandler.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 267 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpservlet/cgihandler.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 268 /opt/td-agent/embedded/lib/ruby/2.1.0/cgi/util.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 269 /opt/td-agent/embedded/lib/ruby/2.1.0/erb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 270 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpservlet/erbhandler.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 271 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpservlet/prochandler.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 272 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpservlet.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 273 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpserver.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 274 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpauth/authenticator.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 275 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpauth/basicauth.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 276 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest/md5.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 277 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 278 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpauth/digestauth.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 279 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpauth/userdb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 280 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpauth/htpasswd.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 281 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpauth/htdigest.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 282 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpauth/htgroup.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 283 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick/httpauth.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 284 /opt/td-agent/embedded/lib/ruby/2.1.0/webrick.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 285 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/rpc.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 286 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/supervisor.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 287 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 288 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/out_null.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 289 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/buffer/chunk.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 290 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/buffer/memory_chunk.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 291 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/buf_memory.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 292 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-record-reformer-0.9.1/lib/fluent/plugin/out_record_reformer/core.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 293 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-record-reformer-0.9.1/lib/fluent/plugin/out_record_reformer/v14.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 294 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-record-reformer-0.9.1/lib/fluent/plugin/out_record_reformer.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 295 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/pathname.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 296 /opt/td-agent/embedded/lib/ruby/2.1.0/pathname.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 297 /opt/td-agent/embedded/lib/ruby/2.1.0/cgi/core.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 298 /opt/td-agent/embedded/lib/ruby/2.1.0/cgi/cookie.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 299 /opt/td-agent/embedded/lib/ruby/2.1.0/cgi.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 300 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-rewrite-tag-filter-1.5.5/lib/fluent/plugin/out_rewrite_tag_filter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 301 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser_regexp.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 302 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser_json.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 303 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser_tsv.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 304 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser_ltsv.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 305 /opt/td-agent/embedded/lib/ruby/2.1.0/English.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 306 /opt/td-agent/embedded/lib/ruby/2.1.0/csv.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 307 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser_csv.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 308 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser_none.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 309 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser_apache2.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 310 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser_syslog.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 311 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/plugin/parser_multiline.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 312 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/compat/parser.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 313 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.14.20/lib/fluent/parser.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 314 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-parser-0.6.1/lib/fluent/plugin/out_parser.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 315 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-record-modifier-0.6.0/lib/fluent/plugin/out_record_modifier.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 316 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-bigquery-1.0.0/lib/fluent/plugin/bigquery/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 317 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-bigquery-1.0.0/lib/fluent/plugin/bigquery/helper.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 318 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-bigquery-1.0.0/lib/fluent/plugin/bigquery/errors.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 319 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/multi_json-1.12.1/lib/multi_json/options.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 320 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/multi_json-1.12.1/lib/multi_json/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 321 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/multi_json-1.12.1/lib/multi_json/adapter_error.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 322 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/multi_json-1.12.1/lib/multi_json/parse_error.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 323 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/multi_json-1.12.1/lib/multi_json/options_cache.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 324 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/multi_json-1.12.1/lib/multi_json.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 325 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-bigquery-1.0.0/lib/fluent/plugin/bigquery/schema.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 326 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-bigquery-1.0.0/lib/fluent/plugin/bigquery/writer.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 327 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-bigquery-1.0.0/lib/fluent/plugin/out_bigquery.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 328 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/addressable-2.5.1/lib/addressable/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 329 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/addressable-2.5.1/lib/addressable/idna/pure.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 330 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/addressable-2.5.1/lib/addressable/idna.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 331 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/public_suffix-2.0.5/lib/public_suffix/domain.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 332 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/public_suffix-2.0.5/lib/public_suffix/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 333 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/public_suffix-2.0.5/lib/public_suffix/errors.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 334 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/public_suffix-2.0.5/lib/public_suffix/rule.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 335 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/public_suffix-2.0.5/lib/public_suffix/list.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 336 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/public_suffix-2.0.5/lib/public_suffix.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 337 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/addressable-2.5.1/lib/addressable/uri.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 338 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/addressable-2.5.1/lib/addressable/template.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 339 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 340 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/options.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 341 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/errors.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 342 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/retriable-2.1.0/lib/retriable/config.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 343 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/retriable-2.1.0/lib/retriable/exponential_backoff.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 344 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/retriable-2.1.0/lib/retriable/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 345 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/retriable-2.1.0/lib/retriable.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 346 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/hurley-0.2/lib/hurley/multipart.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 347 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/hurley-0.2/lib/hurley/options.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 348 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/hurley-0.2/lib/hurley/header.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 349 /opt/td-agent/embedded/lib/ruby/2.1.0/base64.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 350 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/hurley-0.2/lib/hurley/url.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 351 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/hurley-0.2/lib/hurley/query.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 352 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/hurley-0.2/lib/hurley/client.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 353 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/hurley-0.2/lib/hurley/addressable.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 354 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/hurley-0.2/lib/hurley.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 355 /opt/td-agent/embedded/lib/ruby/2.1.0/net/protocol.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 356 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http/exceptions.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 357 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http/header.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 358 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http/generic_request.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 359 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http/request.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 360 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http/requests.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 361 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http/response.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 362 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http/responses.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 363 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http/proxy_delta.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 364 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http/backward.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 365 /opt/td-agent/embedded/lib/ruby/2.1.0/net/http.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 366 /opt/td-agent/embedded/lib/ruby/2.1.0/net/https.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 367 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/hurley-0.2/lib/hurley/connection.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 368 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/third_party/hurley_patches.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 369 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 370 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/logging.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 371 /opt/td-agent/embedded/lib/ruby/2.1.0/prettyprint.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 372 /opt/td-agent/embedded/lib/ruby/2.1.0/pp.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 373 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/http_command.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 374 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/api_command.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 375 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/multipart.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 376 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/type.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 377 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/types/cache.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 378 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/types/container.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 379 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-data-3.2016.0521/lib/mime/types/data.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 380 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/types/loader.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 381 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/types/logger.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 382 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/type/columnar.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 383 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/types/_columnar.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 384 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/types/registry.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 385 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/types.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 386 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/mime-types-3.1/lib/mime/types/columnar.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 387 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/upload.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 388 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/download.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 389 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/batch.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 390 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 391 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/util.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 392 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/ssl_config.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 393 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/connection.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 394 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/timeout.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 395 /opt/td-agent/embedded/lib/ruby/2.1.0/open-uri.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 396 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/http.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 397 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/ssl_socket.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 398 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/session.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 399 /opt/td-agent/embedded/lib/ruby/2.1.0/mutex_m.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 400 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/auth.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 401 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/webagent-cookie.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 402 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient/cookie.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 403 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.8.2.4/lib/httpclient.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 404 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/http_client_adapter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 405 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/memoist-0.16.0/lib/memoist/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 406 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/memoist-0.16.0/lib/memoist/core_ext/singleton_class.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 407 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/memoist-0.16.0/lib/memoist.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 408 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/exception.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 409 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/syntax_error.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 410 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/psych.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 411 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/omap.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 412 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/set.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 413 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/class_loader.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 414 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/scalar_scanner.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 415 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/nodes/node.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 416 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/nodes/stream.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 417 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/nodes/document.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 418 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/nodes/sequence.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 419 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/nodes/scalar.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 420 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/nodes/mapping.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 421 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/nodes/alias.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 422 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/nodes.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 423 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/streaming.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 424 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/visitors/visitor.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 425 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/visitors/to_ruby.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 426 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/visitors/emitter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 427 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/handler.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 428 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/tree_builder.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 429 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/visitors/yaml_tree.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 430 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/json/ruby_events.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 431 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/visitors/json_tree.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 432 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/visitors/depth_first.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 433 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/visitors.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 434 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/parser.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 435 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/coder.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 436 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/y.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 437 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/core_ext.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 438 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/deprecated.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 439 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/stream.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 440 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/json/yaml_events.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 441 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/json/tree_builder.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 442 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/json/stream.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 443 /opt/td-agent/embedded/lib/ruby/2.1.0/psych/handlers/document_stream.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 444 /opt/td-agent/embedded/lib/ruby/2.1.0/psych.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 445 /opt/td-agent/embedded/lib/ruby/2.1.0/yaml.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 446 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/os-0.9.6/lib/os.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 447 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth/credentials_loader.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 448 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/utils.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 449 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/options.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 450 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/connection.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 451 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/rack_builder.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 452 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/parameters.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 453 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/middleware.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 454 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/adapter.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 455 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/request.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 456 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/response.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 457 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/multipart-post-2.0.0/lib/composite_io.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 458 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/multipart-post-2.0.0/lib/parts.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 459 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/upload_io.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 460 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/error.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 461 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/autoload.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 462 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 463 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/signet-0.7.3/lib/signet/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 464 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/signet-0.7.3/lib/signet.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 465 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/signet-0.7.3/lib/signet/errors.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 466 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/signet-0.7.3/lib/compat/multi_json.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 467 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/signet-0.7.3/lib/signet/oauth_2.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 468 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/jwt-1.5.6/lib/jwt/json.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 469 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/jwt-1.5.6/lib/jwt/error.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 470 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/jwt-1.5.6/lib/jwt/verify.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 471 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/jwt-1.5.6/lib/jwt/decode.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 472 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/jwt-1.5.6/lib/jwt.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 473 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/signet-0.7.3/lib/signet/oauth_2/client.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 474 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth/signet.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 475 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth/compute_engine.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 476 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth/service_account.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 477 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth/scope_util.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 478 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth/user_refresh.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 479 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth/client_id.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 480 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth/user_authorizer.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 481 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth/web_user_authorizer.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 482 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleauth-0.5.3/lib/googleauth.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 483 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/base_service.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 484 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/inheritable.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 485 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/config.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 486 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/uber-0.0.15/lib/uber/callable.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 487 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/uber-0.0.15/lib/uber/options.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 488 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/parse_strategies.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 489 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/definition.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 490 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/mapper.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 491 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/for_collection.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 492 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/represent.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 493 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/declarative.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 494 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/apply.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 495 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/populator.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 496 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/deserializer.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 497 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/serializer.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 498 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/cached.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 499 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/pipeline.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 500 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/autoload.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 501 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 502 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/binding.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 503 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/hash/binding.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 504 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/hash.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 505 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/json/collection.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 506 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/json.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 507 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/hash_methods.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 508 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/json/hash.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 509 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/representable-2.3.0/lib/representable/decorator.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 510 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/json_representation.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 511 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/lib/google/apis/core/hashable.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 512 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/generated/google/apis/bigquery_v2/service.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 513 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/generated/google/apis/bigquery_v2/classes.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 514 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/generated/google/apis/bigquery_v2/representations.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 515 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/generated/google/apis/bigquery_v2.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 516 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/request/url_encoded.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 517 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/faraday-0.13.1/lib/faraday/adapter/net_http.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 518 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/2.1/grpc_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 519 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/grpc.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 520 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/errors.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 521 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/logconfig.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 522 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/notifier.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 523 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/version.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 524 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/core/time_consts.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 525 /opt/td-agent/embedded/lib/ruby/2.1.0/weakref.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 526 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/generic/bidi_call.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 527 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 528 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 529 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/generic/rpc_desc.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 530 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/generic/service.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 531 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/generic/rpc_server.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 532 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 533 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/generated/google/apis/logging_v2beta1/service.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 534 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/generated/google/apis/logging_v2beta1/classes.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 535 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/generated/google/apis/logging_v2beta1/representations.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 536 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-api-client-0.9.28/generated/google/apis/logging_v2beta1.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 537 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/protobuf/message_exts.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 538 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/2.1/protobuf_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 539 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/protobuf/repeated_field.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 540 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/protobuf.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 541 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleapis-common-protos-1.3.5/lib/google/api/http_pb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 542 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleapis-common-protos-1.3.5/lib/google/api/annotations_pb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 543 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleapis-common-protos-1.3.5/lib/google/api/label_pb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 544 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleapis-common-protos-1.3.5/lib/google/api/monitored_resource_pb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 545 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/protobuf/duration_pb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 546 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleapis-common-protos-1.3.5/lib/google/logging/type/http_request_pb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 547 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/googleapis-common-protos-1.3.5/lib/google/logging/type/log_severity_pb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 548 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/protobuf/any_pb.rb
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: * Process memory map:
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 00400000-00401000 r-xp 00000000 08:01 430482 /opt/td-agent/embedded/bin/ruby
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 00600000-00601000 rw-p 00000000 08:01 430482 /opt/td-agent/embedded/bin/ruby
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ea58c000-7f09ea5a2000 r-xp 00000000 08:01 524389 /lib/x86_64-linux-gnu/libgcc_s.so.1
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ea5a2000-7f09ea7a1000 ---p 00016000 08:01 524389 /lib/x86_64-linux-gnu/libgcc_s.so.1
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ea7a1000-7f09ea7a2000 rw-p 00015000 08:01 524389 /lib/x86_64-linux-gnu/libgcc_s.so.1
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ea7a2000-7f09ea7f6000 r-xp 00000000 08:01 284979 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/2.1/protobuf_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ea7f6000-7f09ea9f6000 ---p 00054000 08:01 284979 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/2.1/protobuf_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ea9f6000-7f09ea9fe000 r--p 00054000 08:01 284979 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/2.1/protobuf_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ea9fe000-7f09eaa00000 rw-p 0005c000 08:01 284979 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/google-protobuf-3.4.0.2-x86_64-linux/lib/google/2.1/protobuf_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eaa00000-7f09eb000000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eb009000-7f09eb1e0000 r-xp 00000000 08:01 165171 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/2.1/grpc_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eb1e0000-7f09eb3df000 ---p 001d7000 08:01 165171 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/2.1/grpc_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eb3df000-7f09eb3f4000 r--p 001d6000 08:01 165171 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/2.1/grpc_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eb3f4000-7f09eb3fb000 rw-p 001eb000 08:01 165171 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/grpc-1.2.5-x86_64-linux/src/ruby/lib/grpc/2.1/grpc_c.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eb3fb000-7f09eb400000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eb400000-7f09eb800000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eb9dc000-7f09eb9f9000 r-xp 00000000 08:01 429374 /opt/td-agent/embedded/lib/libyaml-0.so.2.0.4
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eb9f9000-7f09ebbf9000 ---p 0001d000 08:01 429374 /opt/td-agent/embedded/lib/libyaml-0.so.2.0.4
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ebbf9000-7f09ebbfa000 rw-p 0001d000 08:01 429374 /opt/td-agent/embedded/lib/libyaml-0.so.2.0.4
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ebbfa000-7f09ebc00000 r-xp 00000000 08:01 424850 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/psych.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ebc00000-7f09ebdff000 ---p 00006000 08:01 424850 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/psych.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ebdff000-7f09ebe00000 rw-p 00005000 08:01 424850 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/psych.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ebe00000-7f09ecc00000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ecdf9000-7f09ece00000 r-xp 00000000 08:01 424927 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/pathname.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ece00000-7f09ecfff000 ---p 00007000 08:01 424927 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/pathname.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ecfff000-7f09ed000000 rw-p 00006000 08:01 424927 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/pathname.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ed000000-7f09ed200000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ed3fe000-7f09ed3ff000 r-xp 00000000 08:01 424940 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ed3ff000-7f09ed5fe000 ---p 00001000 08:01 424940 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ed5fe000-7f09ed5ff000 rw-p 00000000 08:01 424940 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ed5ff000-7f09ed600000 r-xp 00000000 08:01 424943 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest/md5.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ed600000-7f09ed7ff000 ---p 00001000 08:01 424943 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest/md5.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ed7ff000-7f09ed800000 rw-p 00000000 08:01 424943 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest/md5.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ed800000-7f09eda00000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09edbf4000-7f09edbff000 r-xp 00000000 08:01 524411 /lib/x86_64-linux-gnu/libnss_files-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09edbff000-7f09eddfe000 ---p 0000b000 08:01 524411 /lib/x86_64-linux-gnu/libnss_files-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eddfe000-7f09eddff000 r--p 0000a000 08:01 524411 /lib/x86_64-linux-gnu/libnss_files-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eddff000-7f09ede00000 rw-p 0000b000 08:01 524411 /lib/x86_64-linux-gnu/libnss_files-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ede00000-7f09ee400000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ee4ff000-7f09ee502000 r-xp 00000000 08:01 424919 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ee502000-7f09ee702000 ---p 00003000 08:01 424919 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ee702000-7f09ee703000 rw-p 00003000 08:01 424919 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/digest.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ee703000-7f09ee912000 r-xp 00000000 08:01 429440 /opt/td-agent/embedded/lib/libcrypto.so.1.0.0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ee912000-7f09eeb11000 ---p 0020f000 08:01 429440 /opt/td-agent/embedded/lib/libcrypto.so.1.0.0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eeb11000-7f09eeb3b000 rw-p 0020e000 08:01 429440 /opt/td-agent/embedded/lib/libcrypto.so.1.0.0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eeb3b000-7f09eeb3e000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eeb3e000-7f09eeba1000 r-xp 00000000 08:01 429442 /opt/td-agent/embedded/lib/libssl.so.1.0.0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eeba1000-7f09eeda0000 ---p 00063000 08:01 429442 /opt/td-agent/embedded/lib/libssl.so.1.0.0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eeda0000-7f09eedab000 rw-p 00062000 08:01 429442 /opt/td-agent/embedded/lib/libssl.so.1.0.0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eedab000-7f09eedfc000 r-xp 00000000 08:01 424928 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/openssl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eedfc000-7f09eeffb000 ---p 00051000 08:01 424928 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/openssl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eeffb000-7f09eeffe000 rw-p 00050000 08:01 424928 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/openssl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eeffe000-7f09eefff000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09eefff000-7f09ef000000 r-xp 00000000 08:01 424949 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/fcntl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef000000-7f09ef1ff000 ---p 00001000 08:01 424949 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/fcntl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef1ff000-7f09ef200000 rw-p 00000000 08:01 424949 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/fcntl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef200000-7f09ef400000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef5bd000-7f09ef5e5000 r-xp 00000000 08:01 424909 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/socket.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef5e5000-7f09ef7e5000 ---p 00028000 08:01 424909 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/socket.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef7e5000-7f09ef7e6000 rw-p 00028000 08:01 424909 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/socket.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef7e6000-7f09ef7ed000 r-xp 00000000 08:01 525337 /lib/x86_64-linux-gnu/librt-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef7ed000-7f09ef9ec000 ---p 00007000 08:01 525337 /lib/x86_64-linux-gnu/librt-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef9ec000-7f09ef9ed000 r--p 00006000 08:01 525337 /lib/x86_64-linux-gnu/librt-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef9ed000-7f09ef9ee000 rw-p 00007000 08:01 525337 /lib/x86_64-linux-gnu/librt-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef9ee000-7f09ef9fe000 r-xp 00000000 08:01 426156 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io_ext.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09ef9fe000-7f09efbfe000 ---p 00010000 08:01 426156 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io_ext.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09efbfe000-7f09efbff000 rw-p 00010000 08:01 426156 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/cool.io_ext.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09efbff000-7f09efc00000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09efc00000-7f09efe00000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09effd8000-7f09effdb000 r-xp 00000000 08:01 426158 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/iobuffer_ext.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09effdb000-7f09f01da000 ---p 00003000 08:01 426158 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/iobuffer_ext.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f01da000-7f09f01db000 rw-p 00002000 08:01 426158 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.4.6/lib/iobuffer_ext.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f01db000-7f09f01f0000 r-xp 00000000 08:01 429383 /opt/td-agent/embedded/lib/libz.so.1.2.8
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f01f0000-7f09f03ef000 ---p 00015000 08:01 429383 /opt/td-agent/embedded/lib/libz.so.1.2.8
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f03ef000-7f09f03f0000 rw-p 00014000 08:01 429383 /opt/td-agent/embedded/lib/libz.so.1.2.8
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f03f0000-7f09f0400000 r-xp 00000000 08:01 424922 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/zlib.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0400000-7f09f05ff000 ---p 00010000 08:01 424922 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/zlib.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f05ff000-7f09f0600000 rw-p 0000f000 08:01 424922 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/zlib.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0600000-7f09f0800000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f09b0000-7f09f09b5000 r-xp 00000000 08:01 284437 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/strptime-0.1.9/lib/strptime/strptime.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f09b5000-7f09f0bb4000 ---p 00005000 08:01 284437 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/strptime-0.1.9/lib/strptime/strptime.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0bb4000-7f09f0bb5000 rw-p 00004000 08:01 284437 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/strptime-0.1.9/lib/strptime/strptime.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0bb5000-7f09f0be8000 r-xp 00000000 08:01 424951 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/date_core.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0be8000-7f09f0de8000 ---p 00033000 08:01 424951 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/date_core.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0de8000-7f09f0dea000 rw-p 00033000 08:01 424951 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/date_core.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0dea000-7f09f0deb000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0deb000-7f09f0dff000 r-xp 00000000 08:01 541641 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack/msgpack.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0dff000-7f09f0fff000 ---p 00014000 08:01 541641 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack/msgpack.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f0fff000-7f09f1000000 rw-p 00014000 08:01 541641 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/msgpack-1.0.3/lib/msgpack/msgpack.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1000000-7f09f1400000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f15ca000-7f09f15d0000 r-xp 00000000 08:01 424945 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/strscan.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f15d0000-7f09f17d0000 ---p 00006000 08:01 424945 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/strscan.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f17d0000-7f09f17d1000 rw-p 00006000 08:01 424945 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/strscan.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f17d1000-7f09f17dd000 r-xp 00000000 08:01 426355 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/yajl-ruby-1.3.0/lib/yajl/yajl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f17dd000-7f09f19dc000 ---p 0000c000 08:01 426355 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/yajl-ruby-1.3.0/lib/yajl/yajl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f19dc000-7f09f19dd000 rw-p 0000b000 08:01 426355 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/yajl-ruby-1.3.0/lib/yajl/yajl.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f19dd000-7f09f19e7000 r-xp 00000000 08:01 424935 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/json/ext/generator.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f19e7000-7f09f1be6000 ---p 0000a000 08:01 424935 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/json/ext/generator.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1be6000-7f09f1be7000 rw-p 00009000 08:01 424935 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/json/ext/generator.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1be7000-7f09f1be8000 r-xp 00000000 08:01 424897 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1be8000-7f09f1de8000 ---p 00001000 08:01 424897 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1de8000-7f09f1de9000 rw-p 00001000 08:01 424897 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1de9000-7f09f1dea000 r-xp 00000000 08:01 424900 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1dea000-7f09f1fea000 ---p 00001000 08:01 424900 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1fea000-7f09f1feb000 rw-p 00001000 08:01 424900 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1feb000-7f09f1fec000 r-xp 00000000 08:01 424882 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f1fec000-7f09f21ec000 ---p 00001000 08:01 424882 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f21ec000-7f09f21ed000 rw-p 00001000 08:01 424882 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f21ed000-7f09f21ee000 r-xp 00000000 08:01 424892 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f21ee000-7f09f23ee000 ---p 00001000 08:01 424892 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f23ee000-7f09f23ef000 rw-p 00001000 08:01 424892 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f23ef000-7f09f23f5000 r-xp 00000000 08:01 424936 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/json/ext/parser.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f23f5000-7f09f25f4000 ---p 00006000 08:01 424936 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/json/ext/parser.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f25f4000-7f09f25f5000 rw-p 00005000 08:01 424936 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/json/ext/parser.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f25f5000-7f09f25fd000 r-xp 00000000 08:01 424910 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/stringio.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f25fd000-7f09f27fc000 ---p 00008000 08:01 424910 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/stringio.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f27fc000-7f09f27fd000 rw-p 00007000 08:01 424910 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/stringio.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f27fd000-7f09f2800000 r-xp 00000000 08:01 424911 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/etc.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f2800000-7f09f29ff000 ---p 00003000 08:01 424911 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/etc.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f29ff000-7f09f2a00000 rw-p 00002000 08:01 424911 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/etc.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f2a00000-7f09f3000000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f31f8000-7f09f31fb000 r-xp 00000000 08:01 424920 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/thread.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f31fb000-7f09f33fa000 ---p 00003000 08:01 424920 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/thread.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f33fa000-7f09f33fb000 rw-p 00002000 08:01 424920 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/thread.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f33fb000-7f09f33fd000 r-xp 00000000 08:01 424869 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f33fd000-7f09f35fd000 ---p 00002000 08:01 424869 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f35fd000-7f09f35fe000 rw-p 00002000 08:01 424869 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f35fe000-7f09f3600000 r-xp 00000000 08:01 424903 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f3600000-7f09f37ff000 ---p 00002000 08:01 424903 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f37ff000-7f09f3800000 rw-p 00001000 08:01 424903 /opt/td-agent/embedded/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f3800000-7f09f3e00000 rw-p 00000000 00:00 0 [stack:596]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f3e05000-7f09f3e06000 ---p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f3e06000-7f09f3f06000 rw-p 00000000 00:00 0 [stack:1107]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f3f06000-7f09f40a7000 r-xp 00000000 08:01 524402 /lib/x86_64-linux-gnu/libc-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f40a7000-7f09f42a7000 ---p 001a1000 08:01 524402 /lib/x86_64-linux-gnu/libc-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f42a7000-7f09f42ab000 r--p 001a1000 08:01 524402 /lib/x86_64-linux-gnu/libc-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f42ab000-7f09f42ad000 rw-p 001a5000 08:01 524402 /lib/x86_64-linux-gnu/libc-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f42ad000-7f09f42b1000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f42b1000-7f09f43b1000 r-xp 00000000 08:01 524406 /lib/x86_64-linux-gnu/libm-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f43b1000-7f09f45b0000 ---p 00100000 08:01 524406 /lib/x86_64-linux-gnu/libm-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f45b0000-7f09f45b1000 r--p 000ff000 08:01 524406 /lib/x86_64-linux-gnu/libm-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f45b1000-7f09f45b2000 rw-p 00100000 08:01 524406 /lib/x86_64-linux-gnu/libm-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f45b2000-7f09f45ba000 r-xp 00000000 08:01 524404 /lib/x86_64-linux-gnu/libcrypt-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f45ba000-7f09f47b9000 ---p 00008000 08:01 524404 /lib/x86_64-linux-gnu/libcrypt-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f47b9000-7f09f47ba000 r--p 00007000 08:01 524404 /lib/x86_64-linux-gnu/libcrypt-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f47ba000-7f09f47bb000 rw-p 00008000 08:01 524404 /lib/x86_64-linux-gnu/libcrypt-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f47bb000-7f09f47e9000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f47e9000-7f09f47ec000 r-xp 00000000 08:01 524405 /lib/x86_64-linux-gnu/libdl-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f47ec000-7f09f49eb000 ---p 00003000 08:01 524405 /lib/x86_64-linux-gnu/libdl-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f49eb000-7f09f49ec000 r--p 00002000 08:01 524405 /lib/x86_64-linux-gnu/libdl-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f49ec000-7f09f49ed000 rw-p 00003000 08:01 524405 /lib/x86_64-linux-gnu/libdl-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f49ed000-7f09f4a05000 r-xp 00000000 08:01 524398 /lib/x86_64-linux-gnu/libpthread-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f4a05000-7f09f4c04000 ---p 00018000 08:01 524398 /lib/x86_64-linux-gnu/libpthread-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f4c04000-7f09f4c05000 r--p 00017000 08:01 524398 /lib/x86_64-linux-gnu/libpthread-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f4c05000-7f09f4c06000 rw-p 00018000 08:01 524398 /lib/x86_64-linux-gnu/libpthread-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f4c06000-7f09f4c0a000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f4c0a000-7f09f4eb3000 r-xp 00000000 08:01 424652 /opt/td-agent/embedded/lib/libruby.so.2.1.0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f4eb3000-7f09f50b2000 ---p 002a9000 08:01 424652 /opt/td-agent/embedded/lib/libruby.so.2.1.0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f50b2000-7f09f50bb000 rw-p 002a8000 08:01 424652 /opt/td-agent/embedded/lib/libruby.so.2.1.0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f50bb000-7f09f50e0000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f50e0000-7f09f511c000 r-xp 00000000 08:01 429451 /opt/td-agent/embedded/lib/libjemalloc.so.2
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f511c000-7f09f531c000 ---p 0003c000 08:01 429451 /opt/td-agent/embedded/lib/libjemalloc.so.2
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f531c000-7f09f531f000 rw-p 0003c000 08:01 429451 /opt/td-agent/embedded/lib/libjemalloc.so.2
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f531f000-7f09f5320000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f5320000-7f09f5341000 r-xp 00000000 08:01 524399 /lib/x86_64-linux-gnu/ld-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f53aa000-7f09f5533000 r--p 00000000 08:01 393217 /usr/lib/locale/locale-archive
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f5533000-7f09f5538000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f5539000-7f09f553a000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f553a000-7f09f553b000 ---p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f553b000-7f09f5540000 rw-p 00000000 00:00 0 [stack:601]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f5540000-7f09f5541000 r--p 00020000 08:01 524399 /lib/x86_64-linux-gnu/ld-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f5541000-7f09f5542000 rw-p 00021000 08:01 524399 /lib/x86_64-linux-gnu/ld-2.19.so
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7f09f5542000-7f09f5543000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7ffce615f000-7ffce695e000 rw-p 00000000 00:00 0
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7ffce695e000-7ffce6960000 r-xp 00000000 00:00 0 [vdso]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: 7ffce6960000-7ffce6962000 r--p 00000000 00:00 0 [vvar]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: [NOTE]
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: You may have encountered a bug in the Ruby interpreter or extension libraries.
Aug 29 00:27:44 upload-5646239437684736-1503966426-1 td-agent[564]: Bug reports are welcome.
Aug 29 00:27:44 upload-5646239437684736

Failed to start LSB: data collector for Treasure Data

This is my ruby plugin code which I am trying to add .

require 'fluent/mixin/rewrite_tag_name'

class Fluent::GraphiteOutput < Fluent::Output
  Fluent::Plugin.register_output('graphite', self)

  include Fluent::HandleTagNameMixin
  include Fluent::Mixin::RewriteTagName

  config_param :host, :string
  config_param :port, :integer, default: 2003
  config_param :tag_for, :string, default: 'prefix'
  config_param :name_keys, :string, default: nil
  config_param :name_key_pattern, :string, default: nil

  unless method_defined?(:log)
    define_method(:log) { $log }
  end

  def initialize
    super
    require 'graphite-api'
  end

  def start
    super
    connect_client!
  end

  def configure(conf)
    super

    if !['prefix', 'suffix', 'ignore'].include?(@tag_for)
      raise Fluent::ConfigError, 'out_graphite: can specify to tag_for only prefix, suffix or ignore'
    end

    if !@name_keys && !@name_key_pattern
      raise Fluent::ConfigError, 'out_graphite: missing both of name_keys and name_key_pattern'
    end
    if @name_keys && @name_key_pattern
      raise Fluent::ConfigError, 'out_graphite: cannot specify both of name_keys and name_key_pattern'
    end

    if @name_keys
      @name_keys = @name_keys.split(',')
    end
    if @name_key_pattern
      @name_key_pattern = Regexp.new(@name_key_pattern)
    end
    # How many times to retry the call if timeout raised
    @max_retries ||= 3
  end

  def emit(tag, es, chain)
    es.each do |time, record|
      emit_tag = tag.dup
      filter_record(emit_tag, time, record)
      next unless metrics = format_metrics(emit_tag, record)

      # implemented to immediate call post method in this loop, because graphite-api.gem has the buffers.
      
      post(metrics, time)
    end

    chain.next
  end

  def format_metrics(tag, record)
    filtered_record = if @name_keys
                        record.select { |k,v| @name_keys.include?(k.to_s) }
                      else # defined @name_key_pattern
                        record.select { |k,v| @name_key_pattern.match(k.to_s) }
                      end

    return nil if filtered_record.empty?

    metrics = {}
    tag = tag.sub(/\.$/, '') # may include a dot at the end of the emit_tag fluent-mixin-rewrite-tag-name returns. remove it.
    key=""
    value=0
    filtered_record.each do |k, v|
     log.warn "Key Value #{k} #{v}"
     if (k.to_s).eql? @name_keys[0]
        key = case @tag_for
            when 'ignore' then k.to_s
            when 'prefix' then "#{tag}.#{v}"
            when 'suffix' then "#{v}.#{tag}"
            end

        key = key.gsub(/(\s|\/)+/, '_') # cope with in the case of containing symbols or spaces in the key of the record like in_dstat.
      elsif (k.to_s).eql? @name_keys[1]
        value=v.to_i
       # key=key+v
      end     
    end 
    #log.warn "break #{key} #{value}"
    metrics[key] = value  
    #log.warn "break2 #{metrics}"  
    metrics
  end

  def post(metrics, time)
    #log.warn "break3 #{metrics} #{time}"
    trial ||= 1
    #connector = GraphiteAPI::Connector.new("localhost",2003)

    #metrics.each do |key, value|
     #    toSendString = "#{key} #{value} #{time}"
     #    log.warn "#{toSendString}"
     #    connector.puts(toSendString)
         #puts "#{key}-----"
         #puts array
    #end
    
    @client.metrics(metrics, time)
  rescue Errno::ETIMEDOUT
    # after long periods with nothing emitted, the connection will be closed and result in timeout
    if trial <= @max_retries
      log.warn "out_graphite: connection timeout to #{@host}:#{@port}. Reconnecting... "
      trial += 1
      connect_client!
      retry
    else
      log.error "out_graphite: ERROR: connection timeout to #{@host}:#{@port}. Exceeded max_retries #{@max_retries}"
    end
  rescue Errno::ECONNREFUSED
    log.warn "out_graphite: connection refused by #{@host}:#{@port}"
  rescue SocketError => se
    log.warn "out_graphite: socket error by #{@host}:#{@port} :#{se}"
  rescue StandardError => e
    log.error "out_graphite: ERROR: #{e}"
  end
  
  def connect_client!
    @client = GraphiteAPI.new(graphite: "#{@host}:#{@port}")
  end
end

Ubuntu -16.04

error-

-- Unit td-agent.service has begun starting up.
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]: Starting td-agent: /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_r
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /etc/td-agent/plugin/plugin.rb:1:in `<top (required)>'
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/plugi
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/plugi
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/plugi
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/engin
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/super
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/lib/fluent/comma
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.35/bin/fluentd:5:in
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/bin/fluentd:23:in `load'
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /opt/td-agent/embedded/bin/fluentd:23:in `<top (required)>'
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /usr/sbin/td-agent:7:in `load'
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:         from /usr/sbin/td-agent:7:in `<main>'
Sep 08 20:01:12 ip-172-31-63-173 td-agent[24355]:  * td-agent
Sep 08 20:01:12 ip-172-31-63-173 systemd[1]: td-agent.service: Control process exited, code=exited status=1
Sep 08 20:01:12 ip-172-31-63-173 systemd[1]: Failed to start LSB: data collector for Treasure Data.
-- Subject: Unit td-agent.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit td-agent.service has failed.
-- 
-- The result is failed.
Sep 08 20:01:12 ip-172-31-63-173 systemd[1]: td-agent.service: Unit entered failed state.
Sep 08 20:01:12 ip-172-31-63-173 systemd[1]: td-agent.service: Failed with result 'exit-code'.
Sep 08 20:01:12 ip-172-31-63-173 sudo[24344]: pam_unix(sudo:session): session closed for user root

Please help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.