This file documents all notable changes in LogDNA CloudWatch Lambda Function
. The release numbering uses semantic versioning.
- Set hostname to
meta.log.group
ifraw_event
is enabled
- Add
LOG_RAW_EVENT
environment variable option to setline
to rawevent.message
- Update retry mechanism
- Remove message truncation
- Fix bugs: change constants values to milliseconds
- Add
user-agent
toreq.headers
to track the clients better - Add
CHANGELOG
andSemantic Versioning
- Release new
Lambda Function
written/implemented onnode.js
- Add Retry on
ETIMEDOUT
orESOCKETTIMEDOUT
- Move
log.group
andlog.stream
info frommeta
to the mainline
- Add the extra custom options configurable with environment variables
- Add Custom Ingestion URL Option with
LOGDNA_URL
environment variable
- Initial Release