Created
June 1, 2012 04:27
-
-
Save hayajo/2848763 to your computer and use it in GitHub Desktop.
fluentd qmail-send log format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format /^(?<tai64>[^ ]+) (?<message>(((?:new|end) msg (?<key>[0-9]+)|info msg (?<key>[0-9]+): bytes (?:\d+) from <(?<address>[^>]*)> |starting delivery (?<delivery_id>[0-9]+): msg (?<key>[0-9]+) to (?:local|remote) (?<address>.+)|delivery (?<delivery_id>[0-9]+))?.*))$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ログデータはこんなのを想定。daemontools配下なのでtimeはTAI64形式。