Releases: DataDog/datadog-serverless-functions
Releases · DataDog/datadog-serverless-functions
datadog-log-forwarder/2.1.0
- The environment variable DD_NO_SSL can disable HTTPS/TLS in need of proxy
- The HTTP forwarder supports DD_PORT now
datadog-log-forwarder/2.0.0
- Datadog-Log-Forwarder is using HTTPS by default
- The environment variable DD_USE_TCP=true can be set to send logs using a SSL encrypted TCP connection
datadog-log-forwarder/1.5.0
- Add
DD_CUSTOM_SCRUBBING_RULE
environment variable to pass a custom regular expression for scrubbing logs - Add
EXCLUDE_AT_MATCH
andINCLUDE_AT_MATCH
environment variables to respectively exclude and include logs matching a regular expression - Fix a bug where host wouldn't include the S3 bucket prefix for ELB logs
- Fix a bug where multi-line aggregation would split logs incorrectly
- Raise an exception is the regular expression passed in
DD_MULTILINE_LOG_REGEX_PATTERN
is invalid
datadog-log-forwarder/1.3.0
Changelog
- Datadog-Log-Forwarder is now sending logs over HTTP.
- A new env variable
DD_USE_TCP=true
can be set to send logs over TCP.