Packetbeat 0.3.2
Release notes:
- The RPM now uses an embedded go-daemon installation instead of daemonize. This removes the dependency and adds support for CentOS / RedHat / Oracle Linux 7 #59. We've written about this change here.
- Simplified default configuration file and README. Changes are backward compatible, so you can keep your existing configuration file.
- Fixed a bug in the MySQL implementation which could cause the agent to ignore the whole stream when a command is not understood.
- Fixed a bug when the agent was crashing when the GeoIP.dat file was a symbolic link.
- Fixed a stacktrace when the advertised IP header length is smaller than 20 bytes. #49
- Fixed an error in the Redis parser when dealing with fragmented TCP segments.
- Fixed a typo in the Debian init script. The pid file was wrongly named. #58