Packetbeat 0.4.1
Change log:
- Switched to using the gopacket library for sniffing. Details in this blog post.
- Added IPv6 support.
- Added two new sniffer types: af_packet and pfring. Details in the same blog post linked above.
- Switched to the redigo library for REDIS. Performance improvements by using REDIS pipelining when publishing.
- Added an option to add tags per agent. This can be useful for getting statistics for a group of servers serving the same application.
- Added the option to save a pcap file by using the
-dump
command line flag. - Added the option to save CPU profiling data by using the
-cpuprofile
command line flag. - Fixed a slice error in decoding the MySQL messages.
- Increased the default file size for the file output plugin.