Taylor Gray
Taylor Gray
**What do you want to do?** - [x] Request a change to existing documentation - [ ] Add new documentation - [ ] Report a technical problem with the documentation...
### Description This post is meant to inform potential contributors to Data Prepper on how to create a new source plugin, and how to use the [Source Coordination Infrastructure](https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/source-coordination/) of...
### Description The geoip and dissect processors contained a `Collection` and a `Map` that the new enum deserializer was getting called for, and it does not deserialize on the types....
### Description Json pointer uses ~ character as the escape sequence in some places. For example, a literal / in the key name will be escaped with ~1, but Data...
**Describe the bug** Currently, data prepper does not validate that routes exist on startup, and even during runtime will not throw any errors. **To Reproduce** Steps to reproduce the behavior:...
### Description This changes the S3 scan partition supplier to create partitions directly after each page is listed during the listObjects call to S3. This has a couple of benefits...
**Is your feature request related to a problem? Please describe.** The data prepper S3 source only supports `gzip` decompression **Describe the solution you'd like** Support `.zip` decompression
**Is your feature request related to a problem? Please describe.** The `data-prepper-config.yaml` supports passing a default `sts_role_arn`. Sometimes, plugins are checking for this role specifically and still treating it as...
**Is your feature request related to a problem? Please describe.** As a user with data in the format of ``` { "array_one": [ { "array_two": [ { "field_one": { "json_string":...