v0.2.0
Changelog:
- Added Posgresql support
- Added support for compiling under Windows and Windows binaries to the release
- Updated the list of Redis commands
- Added support for HTTPs and basic authentication for the connection with Elasticsearch
- Added CLI flags for easier testing based on saved PCAP files
- Added the
-version
CLI flag - Use packetbeat.conf from the current directory as the default configuration file
- Improved the unit tests coverage for the MySQL and HTTP parsers
- Fixed a slice error in the HTTP parser (#4).
- Correctly interpret TCP retransmissions
- Automatically disable reading from
/proc
when not running on Linux