Skip to content

Packetbeat 0.3.0

Compare
Choose a tag to compare
@packetb-old packetb-old released this 15 Jul 17:35
· 15011 commits to master since this release

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).