Skip to content

Releases: elastic/beats

Packetbeat 0.2.1

10 Jun 22:59
Compare
Choose a tag to compare

New release with many small improvements and bug fixes. Read about it here:

http://packetbeat.com/blog/new-release-0-2-1.html

Many thanks to all contributors!

v0.2.0

21 May 21:06
Compare
Choose a tag to compare

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

v0.1.1

09 May 23:42
Compare
Choose a tag to compare

Bug fix release. Changelog:

  • Catch parsing errors using defer/recover.
  • Exit with a clear error in case parsing the configuration file fails.
  • Added optional logging in JSON format for the data that is sent to Elasticsearch.
  • Ignoring outgoing messages is now configurable and disabled by default. It was by default on for HTTP.
  • Many improvements in debug messages.

Thank you to all contributors!

v0.1.0

04 May 21:36
Compare
Choose a tag to compare

First public release.