私はこれを実装しようとしています: http://www.tipstuff.org/2014/01/Postfix-log-centralize-and-analysis-in-realtime-with-fluentd-elasticsearch-and-kibana-part-4.html
この構成ですべてが機能しています:
<match mail.info>
type elasticsearch
log_level debug
index_name postfix_mail
type_name postfix_mail
</match>
しかし、logstash_format true を追加すると機能しません。Kibana を希望どおりに動作させるには、ES インデックスにタイムスタンプがどうしても必要です。
<match mail.info>
type elasticsearch
log_level debug
index_name postfix_mail
type_name postfix_mail
logstash_format true
</match>
td-agent init スクリプト (-vv オプション) に詳細ログを追加しようとしましたが、価値のあるものは何も得られません。
これを解決するための入力は高く評価されます。