Logstash cheat sheet: Difference between revisions

Line 456: Line 456:
[https://www.elastic.co/guide/en/beats/libbeat/5.0/upgrading-1-to-5.html Upgrading from 1.x to 5.x]
[https://www.elastic.co/guide/en/beats/libbeat/5.0/upgrading-1-to-5.html Upgrading from 1.x to 5.x]


filebeat を停止して、
<syntaxhighlight lang="bash" enclose="div">
<syntaxhighlight lang="bash" enclose="div">
sudo apt-get install filebeat
sudo apt-get install filebeat
Line 462: Line 463:
</syntaxhighlight>
</syntaxhighlight>
:設定ファイルを更新する。
:設定ファイルを更新する。
::更新後 filebeat を起動するが、なぜかエラーになる。一旦停止し、再起動すると正常に稼動する。おそらく registry file の変更処理が問題。


= kibana =
= kibana =