data-prepper icon indicating copy to clipboard operation
data-prepper copied to clipboard

Data Prepper is a component of the OpenSearch project that accepts, filters, transforms, enriches, and routes data at scale.

Results 578 data-prepper issues
Sort by recently updated
recently updated
newest added

### Description This PR updates data prepper server handlers to support proper HTTP methods specified in #313. Unit tests and docs are updated accordingly. ### Issues Resolved Resolves #313 ###...

**Is your feature request related to a problem? Please describe.** Remove ambiguity in pipeline configuration YAML files and Plugins by supporting a single name for Processors/Preppers. **Describe the solution you'd...

breaking change

### Description Fix auth for gRPC provider. ### Issues Resolved #1600 ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been documented. -...

Signed-off-by: Asif Sohail Mohammed ### Description - Addressed some left out feedback from peer forwarder client PR https://github.com/opensearch-project/data-prepper/pull/1677 - Added custom exceptions which will be thrown in decorator - Updated...

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...

proposal
breaking change

**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...

breaking change

Currently core peer forwarder has a limitation of creating beans with ssl as true by default. Solution 1: Make ssl false by default. Solution 2: Have a configuration with default...

# 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...

proposal

# 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...

proposal

Updated Logstash converter to convert CSVProcessor.

backlog