You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,21 @@
1
-
# CB Event Forwarder Changelog
1
+
# CB EDR Event Forwarder Changelog
2
2
3
-
## v.3.7.0
4
-
* Reverted use of confluentinc kafak client library to pure go sarama client
5
-
* specify CA/Client cert/keys in PEM format
3
+
## v3.7.0
6
4
7
-
## v.3.6.3
5
+
#### Features
6
+
7
+
* 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.
8
+
* New command-line option `-pid-file <pid_filename>` for better parity with other services, and to facilitate process monitoring.
9
+
10
+
#### Bug Fixes / Changes
11
+
12
+
* Reverted use of Confluent Kafka client library to the pure Go Sarama client.
13
+
* 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.
14
+
* Changed some log messages in the protobuf processing code to debug level, to avoid filling log files with unneeded entries.
15
+
* Specify CA/Client cert/keys in PEM format.
16
+
* Deprecate Upstart in favor of sysvinit for service control on EL6 systems
0 commit comments