Skip to content

Releases: elastic/beats

Beats 1.1.2

Beats 1.1.1

Beats 1.1.0

Beats 1.0.1

Packetbeat 1.0.0

27 Nov 14:27
@tsg tsg
Compare
Choose a tag to compare

Packetbeat 1.0.0-rc2

17 Nov 21:51
@tsg tsg
Compare
Choose a tag to compare

Please visit https://www.elastic.co/downloads/beats/packetbeat for the downloads.

Bugfixes

  • Packetbeat will now exit if a configuration error is detected. #357
  • Fixed an issue handling DNS requests containing no questions. #369

Packetbeat 1.0.0-rc1

05 Nov 22:13
@tsg tsg
Compare
Choose a tag to compare

For downloads, please visit: https://www.elastic.co/downloads/beats/packetbeat

Backward Compatibility Breaks

  • Rename timestamp field with @timestamp for a better integration with Logstash. #343

Bugfixes

  • Close file descriptors used to monitor processes. #337
  • Remove old RPM spec file. It moved to elastic/beats-packer. #334
  • Use stderr for console log output. elastic/libbeat#219
  • Handle empty event array in publisher. elastic/libbeat#207
  • Respect * debug selector in IsDebug. elastic/libbeat#226
  • On Windows, remove service related error message when running in the console. elastic/libbeat#242
  • Use http as the default scheme in the elasticsearch hosts elastic/libbeat#253
  • Respect max bulk size if bulk publisher (collector) is disabled or sync flag is set. elastic/libbeat#261
  • Always evaluate status code from Elasticsearch responses when indexing events. elastic/libbeat#192
  • Use bulk_max_size configuration option instead of bulk_size. elastic/libbeat#256
  • Fix max_retries=0 (no retries) configuration option. elastic/libbeat#266
  • Filename used for file based logging now defaults to beat name. elastic/libbeat#267

Added

  • Add Console output plugin. elastic/libbeat#218
  • Add timestamp to log messages elastic/libbeat#245
  • Send @metadata.beat to Logstash instead of @metadata.index to prevent possible name clashes and give user full control over index name used for Elasticsearch elastic/libbeat#231
  • Add logging messages for bulk publishing in case of error elastic/libbeat#229
  • Add option to configure number of parallel workers publishing to Elasticsearch or Logstash.
  • Set default bulk size for Elasticsearch output to 50.
  • Set default http timeout for Elasticsearch to 90s.
  • Improve publish retry if sync flag is set by retrying only up to max bulk size events instead of all events to be published.

Packetbeat 1.0.0-beta4

22 Oct 16:58
@tsg tsg
Compare
Choose a tag to compare

For downloads, please visit: https://www.elastic.co/downloads/beats/packetbeat

Backward Compatibility Breaks

  • renamed http module config file option 'strip_authorization' to 'redact_authorization'
  • save_topology is set to false by default
  • rename elasticsearch index to [packetbeat-]YYYY.MM.DD

Bugfixes

  • Support for lower-case header names when redacting http authorization headers
  • Redact proxy-authorization if redact-authorization is set
  • Fix some multithreading issues #203
  • Fix negative response time #216
  • Fix memcache TCP connection being nil after dropping stream data. #299
  • Add missing DNS protocol configuration to documentation #269

Added

  • add .editorconfig file
  • add (experimental/unsupported?) saltstack files
  • Sample config file cleanup
  • Moved common documentation to libbeat repository
  • Update build to go 1.5.1
  • Adding device descriptions to the -device output.
  • Generate coverage for system tests
  • Move go-daemon dependency to beats-packer
  • Rename integration tests to system tests
  • Made the -devices option more user friendly in case sudo is not used.
    Issue #296.
  • Publish expired DNS transactions #301
  • Update protocol guide to libbeat changes
  • Add protocol registration to new protocol guide
  • Make transaction timeouts configurable #300
  • Add direction field to the exported fields #317

Packetbeat 1.0.0-beta3

04 Sep 15:49
@tsg tsg
Compare
Choose a tag to compare

Packetbeat 1.0.0-beta2

13 Jul 16:59
@tsg tsg
Compare
Choose a tag to compare