2015-12-01から1ヶ月間の記事一覧
前回の記事のfluent-plugin-filter-parse-postfixはデフォルトでメールアドレスをマスクするようにしている。 <source> @type tail path /var/log/maillog pos_file /var/log/td-agent/postfix-maillog.pos tag postfix.maillog format none </source> <filter postfix.maillog> @type grep regexp1 me</filter>…
Postfixのログの「status=...」の行をfluentdに流そうと思ったんですよ。 要件としては メアドはマスクしたい メアドからドメインとりたい statusは値と詳細に分けたい 大量にメールが流れるので早くしたい それで何も考えずにCの拡張ライブラリを作って、そ…