エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
fluent-plugin-mackerelでhttpdのステータスコードを送信 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
fluent-plugin-mackerelでhttpdのステータスコードを送信 - Qiita
<source> type tail format apache2 path /var/log/httpd/access.log pos_file /var/log/td-agent/acces... <source> type tail format apache2 path /var/log/httpd/access.log pos_file /var/log/td-agent/access.log.pos tag data.httpd.accesslog </source> <match data.httpd.accesslog> type datacounter count_interval 1m count_key code tag mackerel.httpd.accesslog outcast_unmatched yes pattern1 2xx ^2\d\d$ pattern2 3xx ^3\d\d$ pattern3 404 ^404$ pattern4 4xx ^4\d\d$ pattern5 5xx ^5\d\d$ </match> <match mackerel.