Skip to content

Commit

Permalink
[Logs forwarder] Update README (#886)
Browse files Browse the repository at this point in the history
* [Logs forwarder] Update README

Include a note about migrating source and service identification to Datadog backend

* amend comment
  • Loading branch information
ge0Aja authored Jan 20, 2025
1 parent c0e57b9 commit 0ebb0b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws/logs_monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ aws lambda invoke --function-name <function-name> --payload '{"retry":"true"}' o

If you encounter issues upgrading to the latest version, check the Troubleshooting section.

### Upgrade an older version to +4.0.0
Starting version 4.0.0 `source`, `service` and `host` identification logic will be pulled out from the Lambda forwarder's code and set in directly in Datadog's backend. The first migrated log source is `RDS`.
This is not a breaking change on how the `source`, `service` and `host` are set on the `Log explorer` side. Users should continue to have the same behavior as before.

### Upgrade an older version to +3.107.0

Starting version 3.107.0 a new feature is added to enable Lambda function to store unforwarded events incase of exceptions on the intake point. If the feature is enabled using `DD_STORE_FAILED_EVENTS` env var, failing events will be stored under a defined dir in the same S3 bucket used to store tags cache. The same bucket can be used to store logs from several Lambda functions under unique subdirs.
Expand Down

0 comments on commit 0ebb0b4

Please sign in to comment.