The latest release is another important step in grok's life. Most
major changes were outside of the code:
* The new grok is available in FreeBSD ports: sysutils/grok
* Documentation available on the project site:
http://code.google.com/p/semicomplete/wiki/Grok
* Grok now ships with a manpage.
Changes since last announced release:
20091227.01
- Add function to get the list of loaded patterns.
- Ruby: new method Grok#patterns returns a Hash of known patterns.
- Added flags to grok: -d and --daemon to daemonize on startup (after config
parsing). Also added '-f configfile' for specifying the config file.
- Added manpage (grok.1, generated from grok.pod)
20091110
- match {} blocks can now have multiple 'pattern:' instances
- Include samples/ directory of grok configs in release package.
-Jordan