fluent-plugin-gcloud-pubsub
fluent-plugin-gcloud-pubsub copied to clipboard
Please review this PR after merging #17. I've tried to migrate to use v0.14 Output Plugin API. This PR contains major update change. Could you bump up minor version if...
config_params that do not set default value become mandatory parameters.
``` 2017-02-02 13:25:01 +0900 [error]: unexpected error error="SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A" 2017-02-02 13:25:04 +0900 [error]: /opt/td-agent/embedded/lib/ruby/2.1.0/net/http.rb:923:in `connect' 2017-02-02 13:25:04 +0900 [error]: /opt/td-agent/embedded/lib/ruby/2.1.0/net/http.rb:923:in `block in connect'...
I used PubSub and BigQuery fluentd plugin together, and hit the dependnecy conflict issue. glcoud 0.6.3 and google-api-client 0.9.3 I solved the conflict by changed the gcloud to the newest...
Hi, I fix error message_count is too large. It's due to Fluentd's API limitation. Please see https://github.com/tagomoris/fluent-plugin-buffer-lightening/issues/6 . This PR will also enable to use `file` or `memory` buffer plugin...
The following error can occur, stalling fluentd processing and (apparently) requiring a restart. ``` 2016-07-28 14:54:59 +0000 [error]: unexpected error error="Net::OpenTimeout" 2016-07-28 14:54:59 +0000 [error]: /usr/local/lib/ruby/2.3.0/net/http.rb:930:in `connect' 2016-07-28 14:54:59 +0000...
Mentioned in https://github.com/mdoi/fluent-plugin-gcloud-pubsub/pull/8, out_gcloud_pubsub don't work properly in fluentd v0.14.0. The error's stacktrace is below: ``` 2016-06-14 11:06:54 +0900 [error]: unexpected error error="\"\\xE8\" from ASCII-8BIT to UTF-8" 2016-06-14 11:06:54 +0900...
Hi I am using this output plugin to send different logs to different pub topics. following are my td-agent.conf ``` @type copy ..... type gcloud_pubsub project my.project topic my.topic1 key...
We are currently running into an issue with our Google Compute PubSub where our instances are all using PDT for time but our local Kafka servers are using EST. We...