2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

td-agentのbufferをflushする

2
Posted at

TL;DR

よくある運用のアレです。

Tips

bufferをflush

td-agentが走っているインスタンスを落とす前に、bufferに溜まったものを送っておきましょう。
ロストしても良いものであればやらなくてもOK。

ls -al /var/tmp/td-agent/* 
sudo kill -SIGUSR1 `cat /var/run/td-agent/td-agent.pid`
sleep 5
ls -al /var/tmp/td-agent/* 

Fluentd’s Signal Handling
参考: シグナルとAPIを使ったハンドリング

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?