David Venable
David Venable
We need to be able to run our services with dynamic ports in Amazon ECS. We have an internal Spring Boot starter which is able to successfully get the ECS...
The documentation indicates that there is a version.description configuration for the EB plugin. However, this does not populate the application version description. This is a good feature.
Due to a recent misconfiguration, one of our builds from the gradle-release plugin was released as a SNAPSHOT build. The plugin should validate that the version being published is not...
This RFC introduces a change from distributing Data Prepper as an uber-jar into a bundled directory structure. This approach is similar to how OpenSearch is distributed. ## What is the...
**Is your feature request related to a problem? Please describe.** The OpenSearch sink has two values which were deprecated: `trace_analytics_raw` and `trace_analytics_service_map`. The `index_type` field replaces these. **Describe the solution...
# Background The background for this change is explained in #699. # Proposal Data Prepper will include peer forwarding as a core feature which any plugin can use. The aggregate...
# Background Data Prepper pipelines currently do not support conditionals or routing. Thus all events in Data Prepper must flow through all sinks and processors in a pipeline. Many users...
Some Events will have a single line from a comma-separated value (CSV) or tab-separated value (TSV) file. Data Prepper should be able to parse an individual CSV line and add...
### Description This PR adds the `SinkModel` class. Data Prepper will be able to use this for sinks as part of conditional routing. It deserializes the `routes` property without making...
**Is your feature request related to a problem? Please describe.** The `s3` source includes two codes in 1.5 and a new codec for CSV processing is coming in 2.0. These...