内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
fluentd:fluent-plugin
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== FluentdのPlugin ====== ===== fluent-plugin-mysql ===== https://github.com/tagomoris/fluent-plugin-mysql ログをMySQLのテーブルに直接インサートする。 ==== Install ==== <code> /opt/td-agent/embedded/bin/fluent-gem install fluent-plugin-mysql </code> ==== Configuration Sample ==== <code> <match output.by.names.*> type mysql host ホスト名 port ポート名 database データベース名 username ユーザー password パスワード key_names sourceをformatで展開したときの各項目をカンマ区切りで羅列:e.g. time,name,path columns テーブルのカラム名をカンマ区切りで羅列:e.g. time,name,path table テーブル名 flush_interval 10s </match> </code> ===== fluent-plugin-elasticsearch ===== https://github.com/uken/fluent-plugin-elasticsearch ==== Install ==== <code> /opt/td-agent/embedded/bin/fluent-gem install fluent-plugin-elasticsearch </code> ==== Configuration Sample ==== <code> <match output.by.names.*> type elasticsearch host localhost port 9200 type_name access logstash_format true logstash_prefix apache_access logstash_dateformat %Y%m%d tag_key @log_name include_tag_key true flush_interval 10s </match> </code>
fluentd/fluent-plugin.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ