forked from tagomoris/fluent-plugin-secure-forward
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
server(input)側のtd-agentのprocessをrestartし、
client(output)のtd-agentのprocessはそのまま、という形でclient側から
echo '{"hoge":"fuga"}' | fluent-cat hoge.hoge.hoge
とコマンドを実行してデータを送ってみたところ、
server側のログに以下のような出力が。
時間が取れたら調査する(証明書生成とかそこら辺かな...)
2013-11-21 15:48:26 +0900 [warn]: Failed to send messages to "ホスト名", pargi
ng. error_class=Errno::EPIPE error=#<Errno::EPIPE: Broken pipe>
2013-11-21 15:48:26 +0900 [warn]: temporarily failed to flush the buffer. next_r
etry=2013-11-21 15:48:27 +0900 error_class="Errno::EPIPE" error="Broken pipe" in
stance=70115717215340
2013-11-21 15:48:26 +0900 [warn]: /usr/lib64/fluent/ruby/lib/ruby/1.9.1/openss
l/buffering.rb:318:in `syswrite'
2013-11-21 15:48:26 +0900 [warn]: /usr/lib64/fluent/ruby/lib/ruby/1.9.1/openss
l/buffering.rb:318:in `do_write'
2013-11-21 15:48:26 +0900 [warn]: /usr/lib64/fluent/ruby/lib/ruby/1.9.1/openss
l/buffering.rb:336:in `write'
2013-11-21 15:48:26 +0900 [warn]: /usr/lib64/fluent/ruby/lib/ruby/gems/1.9.1/g
ems/fluent-plugin-secure-forward-0.1.5/lib/fluent/plugin/out_secure_forward.rb:1
93:in `send_data'
具体的な設定内容などはギョームに関わるため、
Vagrant-templateを利用しつつ問題なさそうな形で現象が再現できる環境を整えていく。