Skip to content

Instantly share code, notes, and snippets.

@hayajo
Created June 1, 2012 04:27
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hayajo/2848763 to your computer and use it in GitHub Desktop.
Save hayajo/2848763 to your computer and use it in GitHub Desktop.
fluentd qmail-send log format
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]+))?.*))$/
@hayajo
Copy link
Author

hayajo commented Jun 1, 2012

http://dl.dropbox.com/u/224433/fluentd_casual_1/index.html#25 とあわせるために id じゃなくて key にしてみた

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment