Skip to content

Release 3.7.0 of cb-event-forwarder

Choose a tag to compare

@dseidel-b9 dseidel-b9 released this 23 Jun 14:47
be08f76

Features

  • We now support Antimalware Scan Interface (AMSI) events. This event is called ingress.event.filelessscriptload. Please note that you will need EDR 7.2.0 in order to receive these events.
  • New command-line option -pid-file <pid_filename> for better parity with other services, and to facilitate process monitoring.

Bug Fixes / Changes

  • Reverted use of Confluent Kafka client library to the pure Go Sarama client.
  • Removed configuration settings api_token, api_verify_ssl, and api_proxy_ssl. Event Forwarder no longer needs to use the EDR API to perform event post-processing. EDR now has built-in capability for adding report titles to feed hit events.
  • Changed some log messages in the protobuf processing code to debug level, to avoid filling log files with unneeded entries.
  • Specify CA/Client cert/keys in PEM format.
  • Deprecate Upstart in favor of sysvinit for service control on EL6 systems