Skip to content

Releases: DataDog/datadog-serverless-functions

datadog-log-forwarder/2.1.0

02 Oct 13:19
5ac4ce5

Choose a tag to compare

  • 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

09 Sep 09:30
54a89cd

Choose a tag to compare

  • 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

02 Aug 08:44
6259bef

Choose a tag to compare

  • Add DD_CUSTOM_SCRUBBING_RULE environment variable to pass a custom regular expression for scrubbing logs
  • Add EXCLUDE_AT_MATCH and INCLUDE_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

21 May 08:15
855ffb4

Choose a tag to compare

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.