2022-06-23 Version 1.5.0
Features
- Support S3 and SQS as a source of events. (#251)
- Data Prepper can now report its own metrics with custom tags applied. (#1415)
- Support the Embedded Metrics Format (EMF) for reporting Data Prepper's own metrics. (#1404)
Enhancements
- The OpenSearch sink now supports disabling any index management from Data Prepper via the
management-disabled
index-type
. (#1051) - Add a health check to the HTTP source. (#1466)
- Display the port number when starting the HTTP source or OTel trace source. (#1469)
- Allow for HTTP decorators in gRPC authentication plugins to give access to the HTTP request. (#1529)
Bug Fixes
- Fix a bug where a null plugin setting throws an exception when attempting to validate that setting. (#1525)
Infrastructure
- Data Prepper supports Docker labels for major version only now. This gets the latest within an entire major version series. (#1475)
Documentation
- Clarified the latest tested version of OpenDistro in the documentation. (#1494)