Taylor Gray
Taylor Gray
**Is your feature request related to a problem? Please describe.** * As a user of Amazon OpenSearch Service, I would like to configure my `opensearch` sink of Data Prepper with...
**Is your feature request related to a problem? Please describe.** Currently, Data Prepper does not support a standard concept for adding descriptions dynamically for what happens in individual sources, processors,...
**Is your feature request related to a problem? Please describe.** The `http` source does not support compressed gzip data **Describe the solution you'd like** * The `http` source should read...
[FindBugs](http://findbugs.sourceforge.net/) is a static analysis tool that finds bugs in Java code. Adding the FindBugs analysis to our Gradle build will make it easy to quickly catch issues in the...
As a user of the AggregateProcessor, I would like to save state between restarts of Data Prepper
**Describe the issue** This issue was brought up in #979. [The Log Ingestion Demo Guide](https://github.com/opensearch-project/data-prepper/blob/main/examples/log-ingestion/log_ingestion_demo_guide.md) assumes that the `docker-compose` is run from the `../data-prepper/examples/log-ingestion` folder. This leads to confusion since...
**Is your feature request related to a problem? Please describe.** As a user of Data Prepper that wants to test Data Prepper log analytics with my logs rather quickly, it...
… NoSuchElementException ### Description If one uses `update` or `upsert` action will `document_id` and no `routing` or `routing_field`, then there is an exception for trying to access the Optional for...
**Is your feature request related to a problem? Please describe.** As a user of data prepper and tags within data prepper, I would like to explicitly add or remove tags...
**Describe the bug** When sending data to an otel source, both the `otel-collector` and the source of the pipeline must align on the `compression` used. This compression defaults to `none`...