MySQL のスロークエリログを fluentd で elasticsearch に流し込む流れをメモ。基本は以下のステップ。
[mysqld] slow_query_log=1 long_query_time=1 slow_query_log_file=/usr/local/var/mysql/slow_query.log
td-agent-gem install fluent-plugin-mysqlslowquery
<source> type mysql_slow_query path /path/to/mysqld-slow.log tag mysqld.slow_query </source>
ウェブ界隈でエンジニアとして労働活動に励んでいる @gomi_ningen 個人のブログです