ユーザ用ツール

サイト用ツール


serverapps:fluentd

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
serverapps:fluentd [2017/04/26 03:19] – [見出し] hayashiserverapps:fluentd [2019/11/06 06:49] hayashi
行 1: 行 1:
 ====== Fluentd ====== ====== Fluentd ======
 +===== tagにホスト名を入れる =====
 +==== e.g. ====
  
-===== 見出し =====+ 
 +<code> 
 +<source> 
 +  @type tail 
 +  path /var/log/messages 
 +  tag "td.log.messages.#{Socket.gethostname}" 
 +  pos_file /var/log/messages.td.pos 
 +  format syslog 
 +</source> 
 +</code> 
 + 
 +==== その他 ==== 
 + 
 +record_transformer filter pluginを使う 
 +===== Log受信に失敗する =====
  
   error_class=MessagePack::MalformedFormatError error="invalid byte" tag="WebM04/dms.ssl_member_error_log"   error_class=MessagePack::MalformedFormatError error="invalid byte" tag="WebM04/dms.ssl_member_error_log"
行 9: 行 25:
  
 要約:適当 要約:適当
 +
 v0.12までは秒単位であったLogの時間分解能がv0.14からnano秒となりました。\\ v0.12までは秒単位であったLogの時間分解能がv0.14からnano秒となりました。\\
 このため、Fluentd v0.14から転送されたナノ秒の分解能を含むバイナリデータの受信にFluentd v0.12は失敗します。\\ このため、Fluentd v0.14から転送されたナノ秒の分解能を含むバイナリデータの受信にFluentd v0.12は失敗します。\\
 Fluentd v0.14からFluent v0.12にデータを転送する場合、forward出力プラグインの設定でtime_as_integer true指定します。 Fluentd v0.14からFluent v0.12にデータを転送する場合、forward出力プラグインの設定でtime_as_integer true指定します。
 +
 +
 +===== 参考 =====
 +
 +[[https://www.fluentd.org/guides/recipes/apache-add-hostname|Adding Hostname to Event Logs (Apache httpd Example)]]
  
serverapps/fluentd.txt · 最終更新: 2020/09/24 03:03 by hayashi