Skip to content

Releases: elastic/beats

Packetbeat 0.3.2

07 Aug 20:18
Compare
Choose a tag to compare

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

Packetbeat 0.3.1

16 Jul 20:30
Compare
Choose a tag to compare

Change log:

  • Fixed the Elasticsearch output failure if the topology index already exists
  • Fixed REDIS parser when dealing with messages spanning multiple TCP segments

Packetbeat 0.3.0

15 Jul 17:35
Compare
Choose a tag to compare

New features:

  • Added support for multiple output plugins.
  • Added Redis as an output plugin, which makes scaling and integrating with Logstash easier. See this article for a suggested architecture of your monitoring system.
  • Added new CLI options for debugging memory leaks in the agent.

Fixes:

  • Disabled tokenising the src_server and dst_server items. This improves the support for hostnames containing dashes.
  • Improved the way the topology is stored and expired in Elasticsearch.
  • Fixed a FD leak when looping the same PCAP file.
  • Cap the maximum data we store per one TCP stream.
  • Solved a potential memory leak issue.
  • Reduced default verbosity when running in production.
  • Mark the configuration file as not-executable (#41).
  • Correctly mark the configuration file as configuration in the RPM packages (#42).

Packetbeat 0.2.2

19 Jun 16:43
Compare
Choose a tag to compare

Change log:

  • Fixed an issue (#33), where the packetbeat agent was always connecting to localhost for Elasticsearch regardless of the configured host.
  • Added the option of "censoring" POST parameters. This can be used, for example, to avoid logging user passwords.
  • Fixed an issue (#39) that caused uninstalling the rpm to fail.
  • When the -version option is used, exit immediately after printing the version.
  • Use our fork of elasticgo in the tests as well.

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.