issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 262k ⌀ | issue_title stringlengths 1 1.02k | issue_comments_url stringlengths 53 116 | issue_comments_count int64 0 2.49k | issue_created_at stringdate 1999-03-17 02:06:42 2025-06-23 11:41:49 | issue_updated_at stringdate 2000-02-10 06:43:57 2025-06-23 11:43:00 | issue_html_url stringlengths 34 97 | issue_github_id int64 132 3.17B | issue_number int64 1 215k |
|---|---|---|---|---|---|---|---|---|---|
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
There're use cases where nested json objects needs to be flattened. For example:
From:
```json
{
"key1": "val1",
"key2": {
"key3": {
"key4": "val2"
}
},
"list1": [
{
"list2": [
{
"name": "... | Flatten json processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/4128/comments | 4 | 2024-02-14T19:15:12Z | 2024-06-11T12:15:09Z | https://github.com/opensearch-project/data-prepper/issues/4128 | 2,135,023,521 | 4,128 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The `kafka` buffer and `kafka` source share a significant number of classes. Many of these classes have their own loggers. And they also use `org.apache.kafka` classes and use those loggers.
I'd like to have more logging control over the Kafka com... | Support enhanced configuration of the Kafka source and buffer loggers | https://api.github.com/repos/opensearch-project/data-prepper/issues/4126/comments | 0 | 2024-02-14T01:49:09Z | 2024-06-26T19:25:59Z | https://github.com/opensearch-project/data-prepper/issues/4126 | 2,133,411,497 | 4,126 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data source (such as DynamoDb Table) supports [Client Side Encryption](https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/client-server-side.html), which encrypts specified fields and stored as binary data. It would be nice to have the... | Add a kms decrypt processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/4125/comments | 0 | 2024-02-14T01:20:50Z | 2024-04-16T19:53:35Z | https://github.com/opensearch-project/data-prepper/issues/4125 | 2,133,389,545 | 4,125 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Scheduled S3 Scan filters out objects by checking a global state item that contains the timestamp of the most recent object that was processed during the previous scan. (https://github.com/opensearch-project/data-prepper/blob/503b7741fe63596ad994198e513404c1143f9e1d/data-prepper-plugins/s3-source/... | [BUG] S3 Scan has potential to filter out objects with the same timestamp | https://api.github.com/repos/opensearch-project/data-prepper/issues/4123/comments | 1 | 2024-02-13T19:20:32Z | 2024-02-14T17:07:23Z | https://github.com/opensearch-project/data-prepper/issues/4123 | 2,132,987,794 | 4,123 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Extended from #4102 . Currently secret retrieval failure blocks pipeline or server spinning up since extension loader is a prerequisite for plugin loading.
**Describe the solution you'd like**
Some ideas to change this behavior for better user expe... | Unblock pipeline and server creation when secret retrieval fails | https://api.github.com/repos/opensearch-project/data-prepper/issues/4122/comments | 0 | 2024-02-13T18:13:13Z | 2024-02-13T20:50:05Z | https://github.com/opensearch-project/data-prepper/issues/4122 | 2,132,896,526 | 4,122 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently our trace ingestion index alias are reserved to be
spans: otel-v1-apm-span
service-map: otel-v1-service-map
There are user requests to allow custom suffix appended to the above
**Describe the solution you'd like**
add an index alias su... | Allow custom suffix for trace ingestion index alias | https://api.github.com/repos/opensearch-project/data-prepper/issues/4121/comments | 4 | 2024-02-13T15:35:51Z | 2024-02-23T16:56:19Z | https://github.com/opensearch-project/data-prepper/issues/4121 | 2,132,600,066 | 4,121 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently, `date` processor parses the timestamp and stores in `destination` field which is of `String` type.
**Describe the solution you'd like**
In scenario's, when the integer value of `destination` field is needed, we could use this `convert_e... | Add `long` as a target type for `convert_entry_type` processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/4120/comments | 3 | 2024-02-13T13:59:32Z | 2024-04-04T15:15:01Z | https://github.com/opensearch-project/data-prepper/issues/4120 | 2,132,391,672 | 4,120 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Ingestion of events via Opentelemetry over GRPC can fail due to a full buffer or an open CircuitBreaker.
In that case, an error response is sent. When testing with the OpenTelemetry Collector, this leads to dropped data by the collector.
Reason for t... | Improve or Clarify Backpressure on OTel-Grpc-Sources | https://api.github.com/repos/opensearch-project/data-prepper/issues/4119/comments | 4 | 2024-02-13T08:35:23Z | 2025-04-23T18:40:30Z | https://github.com/opensearch-project/data-prepper/issues/4119 | 2,131,768,060 | 4,119 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
When running the Kafka buffer with `create_topic: false`, I get the following error:
```
2024-02-12T11:57:08,901 [main] ERROR org.opensearch.dataprepper.plugins.kafka.service.TopicService - Caught exception creating topic with name: test-encrypted
java.util.concurrent.ExecutionException: or... | [BUG] Kafka buffer attempts to create a topic when disabled | https://api.github.com/repos/opensearch-project/data-prepper/issues/4111/comments | 2 | 2024-02-12T18:07:32Z | 2024-02-15T16:42:41Z | https://github.com/opensearch-project/data-prepper/issues/4111 | 2,130,681,396 | 4,111 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Evaluating a statement like
```
when: '/my_field == null'
```
will throw an Exception if the value of my_field does not match the expression ANTLR language
**To Reproduce**
Steps to reproduce the behavior:
1. Create a pipeline with a when condition equal to `/my_field == null`
2. Sen... | [BUG] Attempting to evaluate if a key is null throws an Exception if the value is a List<String> for conditional expressions | https://api.github.com/repos/opensearch-project/data-prepper/issues/4109/comments | 0 | 2024-02-12T16:06:23Z | 2024-02-20T16:54:07Z | https://github.com/opensearch-project/data-prepper/issues/4109 | 2,130,451,923 | 4,109 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
The date processor does not catch any Exceptions in processing. This means that the pipeline will be shut down (in the current state of `data-prepper-core`), and will skip the processing of the remainder of Events in a batch once an Exception is hit.
**To Reproduce**
Steps to reproduce the be... | [BUG] Date Processor throws Exception and skips processing the remainder of a batch of Events | https://api.github.com/repos/opensearch-project/data-prepper/issues/4107/comments | 0 | 2024-02-12T15:58:07Z | 2024-02-12T18:07:02Z | https://github.com/opensearch-project/data-prepper/issues/4107 | 2,130,435,592 | 4,107 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
When a processor throws an exception, the current Data Prepper processor thread stops processing. Data Prepper is not shutting down the pipeline, nor is it attempting to restart the thread.
**To Reproduce**
Create a pipeline with a processor that will throw an exception. The `date` process... | [BUG] Data Prepper process threads stop when processors throw exceptions | https://api.github.com/repos/opensearch-project/data-prepper/issues/4103/comments | 1 | 2024-02-10T16:15:53Z | 2024-02-20T21:05:19Z | https://github.com/opensearch-project/data-prepper/issues/4103 | 2,128,587,312 | 4,103 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The s3 sink defaults to https://github.com/opensearch-project/data-prepper/blob/c45ddb15f9fc8803655e4879d3d3494ede937b0d/data-prepper-plugins/s3-sink/src/main/java/org/opensearch/dataprepper/plugins/sink/s3/configuration/ObjectKeyOptions.java#L14 and i... | Allow configurable file_pattern in s3 sink object_keys | https://api.github.com/repos/opensearch-project/data-prepper/issues/4099/comments | 4 | 2024-02-09T17:33:13Z | 2025-01-31T15:06:40Z | https://github.com/opensearch-project/data-prepper/issues/4099 | 2,127,572,910 | 4,099 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
When using an OpenSearch Serverless collection in a pipeline in the `opensearch` sink, the index configured is not created until a document is sent to the pipeline and is indexed into the collection.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a pipeline with an opensearch ser... | [BUG] OpenSearch Serverless Sink does not create index on startup | https://api.github.com/repos/opensearch-project/data-prepper/issues/4097/comments | 2 | 2024-02-08T22:56:45Z | 2024-02-13T20:38:06Z | https://github.com/opensearch-project/data-prepper/issues/4097 | 2,126,202,075 | 4,097 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper has sources which can pull binary data (mostly in base64) format. And we are adding some new processors which can decompress binary data. It would be good to handle binary data consistently so that we don't too much code spread across th... | Create a model for binary data | https://api.github.com/repos/opensearch-project/data-prepper/issues/4096/comments | 0 | 2024-02-08T22:08:21Z | 2024-02-13T20:36:37Z | https://github.com/opensearch-project/data-prepper/issues/4096 | 2,126,148,746 | 4,096 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
The `kafka` buffer does not include metadata. Thus, this information is lost when sent across the Kafka topic.
**Expected behavior**
All metadata from the source should be retained in the `Event` when it is pulled by the `kafka` buffer.
| [BUG] Kafka buffer does not retain metadata, including the receipt timestamp | https://api.github.com/repos/opensearch-project/data-prepper/issues/4092/comments | 1 | 2024-02-08T20:21:40Z | 2024-06-26T19:25:58Z | https://github.com/opensearch-project/data-prepper/issues/4092 | 2,126,007,543 | 4,092 |
[
"opensearch-project",
"data-prepper"
] | ## CVE-2023-1932 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hibernate-validator-6.1.7.Final.jar</b></p></summary>
<p>Hibernate's Jakarta Bean Validation reference implementation... | CVE-2023-1932 (Medium) detected in hibernate-validator-6.1.7.Final.jar - autoclosed | https://api.github.com/repos/opensearch-project/data-prepper/issues/4091/comments | 1 | 2024-02-08T19:41:43Z | 2024-03-21T21:16:22Z | https://github.com/opensearch-project/data-prepper/issues/4091 | 2,125,947,596 | 4,091 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Some users want to split an input event into multiple events by splitting a field from the input event.
Say I have the following two events:
```
{"query" : "open source", "some_other_field" : "abc" }
{"query" : "data prepper documentation", "... | Create a split event processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/4089/comments | 4 | 2024-02-07T22:50:30Z | 2024-02-28T20:28:26Z | https://github.com/opensearch-project/data-prepper/issues/4089 | 2,124,031,682 | 4,089 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently, there're no metrics emitted from mutate event processors, like what we have in grok, aggregate, etc.
**Describe the solution you'd like**
Add metrics to mutate event processors
**Describe alternatives you've considered (Optional)**
N... | Add metrics to mutate event processors | https://api.github.com/repos/opensearch-project/data-prepper/issues/4088/comments | 0 | 2024-02-07T19:35:54Z | 2024-02-13T20:31:39Z | https://github.com/opensearch-project/data-prepper/issues/4088 | 2,123,736,429 | 4,088 |
[
"opensearch-project",
"data-prepper"
] | ## CVE-2024-21485 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>dash_core_components-2.0.0-py3-none-any.whl</b>, <b>dash_html_components-2.0.0-py3-none-any.whl</b></p></summary>
<... | CVE-2024-21485 (Medium) detected in dash_core_components-2.0.0-py3-none-any.whl, dash_html_components-2.0.0-py3-none-any.whl - autoclosed | https://api.github.com/repos/opensearch-project/data-prepper/issues/4083/comments | 2 | 2024-02-05T17:48:42Z | 2024-04-15T23:53:38Z | https://github.com/opensearch-project/data-prepper/issues/4083 | 2,119,125,717 | 4,083 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Creating an opensearch pipeline in AWS is not possible using the following yaml:
`version: '2'
kafka-pipeline:
source:
kafka:
bootstrap_servers:
- '100.100.100.100:9092'
topics:
- name: Topic1
group_id: groupID1
sink:
- opensearch:
... | [BUG] bootstrap_servers is not configurable for Kafka Source in AWS | https://api.github.com/repos/opensearch-project/data-prepper/issues/4081/comments | 1 | 2024-02-03T17:05:34Z | 2024-02-06T20:45:04Z | https://github.com/opensearch-project/data-prepper/issues/4081 | 2,116,595,923 | 4,081 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Really large requests that are sent to an HTTP source pipeline can lead to Armeria exceptions which are not correctly classified by Data Prepper. Metrics show this as a 500 error. Logs included below:
```
2024-01-31T05:55:22.912 [armeria-common-worker-epoll-3-4] ERROR com.amazon.dataprepper.pl... | [BUG] Armeria ContentTooLargeExceptions are misclassified as Internal Exceptions | https://api.github.com/repos/opensearch-project/data-prepper/issues/4080/comments | 2 | 2024-02-02T21:34:24Z | 2024-04-03T18:40:42Z | https://github.com/opensearch-project/data-prepper/issues/4080 | 2,115,836,251 | 4,080 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
We do support epoch_second, epoch_mili and epoch_nano, but noticed some users need epoch_micro as well.
We have a workaround using `value_expression` in `add_entires` to convert micro seconds to other format we support. But we might as well add thi... | Support epoch_micro in date processor patterns | https://api.github.com/repos/opensearch-project/data-prepper/issues/4076/comments | 3 | 2024-02-02T16:44:50Z | 2024-02-15T16:16:17Z | https://github.com/opensearch-project/data-prepper/issues/4076 | 2,115,326,222 | 4,076 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
As mentioned on the [initial feature request ](https://github.com/opensearch-project/data-prepper/issues/2298) for the S3 DLQ, it would be great to add support for compressing the objects before storing them in S3 bucket.
**Describe the solution you... | Support compression for the DLQ S3 objects | https://api.github.com/repos/opensearch-project/data-prepper/issues/4074/comments | 0 | 2024-02-01T14:22:03Z | 2024-02-06T20:37:35Z | https://github.com/opensearch-project/data-prepper/issues/4074 | 2,112,650,347 | 4,074 |
[
"opensearch-project",
"data-prepper"
] | null | Run KMS-related integration tests as part of the GitHub Actions | https://api.github.com/repos/opensearch-project/data-prepper/issues/4040/comments | 0 | 2024-01-31T22:03:20Z | 2024-02-10T16:24:38Z | https://github.com/opensearch-project/data-prepper/issues/4040 | 2,111,049,703 | 4,040 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
While performing some load testing on our fluentbit -> data-prepper -> opensearch stack, we discovered that past a certain http request size (i.e. once a fluent-bit instance is under high enough load), data-prepper begins to throw the following errors:
```
2024-01-30T02:56:29.331 [armeria-co... | [BUG] HTTP input unable to handle large requests from fluent-bit | https://api.github.com/repos/opensearch-project/data-prepper/issues/4037/comments | 2 | 2024-01-30T23:18:29Z | 2024-02-06T20:36:05Z | https://github.com/opensearch-project/data-prepper/issues/4037 | 2,108,976,102 | 4,037 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
The `upsert` action is supposed to insert a document if it does not exist, and update a document if it does exist. However, the `upsert` action as part of a bulk request from the `opensearch` sink receives a `document not found` error from OpenSearch.
**To Reproduce**
Steps to reproduce the be... | [BUG] Upsert action requires existing document in OpenSearch | https://api.github.com/repos/opensearch-project/data-prepper/issues/4036/comments | 2 | 2024-01-30T21:04:02Z | 2024-03-06T17:39:51Z | https://github.com/opensearch-project/data-prepper/issues/4036 | 2,108,773,751 | 4,036 |
[
"opensearch-project",
"data-prepper"
] | See #3356 for details on unnecessary dependencies in geoip. There may be others as well. | Remove unnecessary dependencies from the geoip-processor. | https://api.github.com/repos/opensearch-project/data-prepper/issues/4035/comments | 1 | 2024-01-30T20:58:54Z | 2024-03-21T16:22:55Z | https://github.com/opensearch-project/data-prepper/issues/4035 | 2,108,765,939 | 4,035 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
There are several exceptions which the `grok` processor catches that do not tag the event.
**To Reproduce**
Run a pipeline with a grok pattern than times out. The event is not tagged.
**Expected behavior**
I expect that any failure to match will result in a tag.
| [BUG] Many Grok failures do not tag events | https://api.github.com/repos/opensearch-project/data-prepper/issues/4031/comments | 1 | 2024-01-30T00:36:27Z | 2024-01-30T20:04:36Z | https://github.com/opensearch-project/data-prepper/issues/4031 | 2,106,730,774 | 4,031 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
When running Data Prepper's `grok` processor with a timeout, the thread running the grok pattern continues.
| [BUG] Grok processor match requests continue after timeout | https://api.github.com/repos/opensearch-project/data-prepper/issues/4026/comments | 0 | 2024-01-29T21:07:02Z | 2024-01-29T22:44:56Z | https://github.com/opensearch-project/data-prepper/issues/4026 | 2,106,429,743 | 4,026 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
We want to be able to parse XML documents in log fields to make them more easily searchable in OpenSearch. This would mean we wouldn't have to rely on logging the field as a `keyword` and using expensive wildcard search queries to search for values w... | XML Filter | https://api.github.com/repos/opensearch-project/data-prepper/issues/4024/comments | 3 | 2024-01-29T05:30:35Z | 2024-03-07T17:17:48Z | https://github.com/opensearch-project/data-prepper/issues/4024 | 2,104,682,129 | 4,024 |
[
"opensearch-project",
"data-prepper"
] | **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` in the sources.
When sending compressed data to a source with compression `none`, an error like below is currently shown
```... | [BUG] otel sources should show a more clear exception when receiving data that cannot be processed based on the configured compression type | https://api.github.com/repos/opensearch-project/data-prepper/issues/4022/comments | 0 | 2024-01-25T21:27:51Z | 2024-04-09T22:30:33Z | https://github.com/opensearch-project/data-prepper/issues/4022 | 2,101,197,303 | 4,022 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Sometimes creating a small pipeline that reads from a file helps test a pipeline before transitioning to S3.
**Describe the solution you'd like**
Support input codecs on the `file` source.
e.g.
```
source:
file:
path: my-fi... | Support codec on the file source to help with testing | https://api.github.com/repos/opensearch-project/data-prepper/issues/4018/comments | 0 | 2024-01-25T15:42:20Z | 2024-02-09T23:16:48Z | https://github.com/opensearch-project/data-prepper/issues/4018 | 2,100,662,461 | 4,018 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper should use the AWS SDK v2 exclusively. This will reduce the number of dependencies it pulls in and allow all projects to use the AWS extension.
We did this once before: #1562
**Describe the solution you'd like**
First, remove al... | Remove the AWS SDK v1 (again) | https://api.github.com/repos/opensearch-project/data-prepper/issues/4017/comments | 0 | 2024-01-24T23:16:56Z | 2024-01-24T23:18:15Z | https://github.com/opensearch-project/data-prepper/issues/4017 | 2,099,283,753 | 4,017 |
[
"opensearch-project",
"data-prepper"
] | Add a decompress processor:
```
processor:
- decompress:
keys: [my_gzip_key]
type: gzip
```
Replace the value of the existing key with the decompressed value. Users likely don't want to save compressed values in OpenSearch.
See #3841 for more details.
| Decompress processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/4016/comments | 3 | 2024-01-24T20:36:39Z | 2024-02-14T20:08:38Z | https://github.com/opensearch-project/data-prepper/issues/4016 | 2,099,049,668 | 4,016 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
We need to differentiate requests from an instance of Data Prepper that our solution is using and from the rest of a cluster's clients.
To migrate data, our [solution](https://github.com/opensearch-project/opensearch-migrations) uses does a bulk m... | Allow users to override the user-agent | https://api.github.com/repos/opensearch-project/data-prepper/issues/4015/comments | 2 | 2024-01-24T15:37:41Z | 2024-02-08T20:30:50Z | https://github.com/opensearch-project/data-prepper/issues/4015 | 2,098,540,404 | 4,015 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
End to end acknowledgements in DataPrepper do not support aggregate processor because the events may be forwarded to a remote peer. But if the local aggregation is used (`discovery_mode: local_node` in peer forwarder configuration), the events are not ... | Add acknowledgements support to aggregate processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/4010/comments | 0 | 2024-01-23T22:59:57Z | 2024-01-30T20:33:07Z | https://github.com/opensearch-project/data-prepper/issues/4010 | 2,097,126,571 | 4,010 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
When building the project locally on the main branch, multiple date-processor tests fail. It seems that GitHub actions have these tests pass. Results from [`Grade Build`](https://github.com/opensearch-project/data-prepper/blob/main/.github/workflows/gradle.yml) workflow:
```
<testsuite name="org... | [BUG] Failing DateProcessorTests when building | https://api.github.com/repos/opensearch-project/data-prepper/issues/3999/comments | 4 | 2024-01-22T22:27:54Z | 2025-01-15T00:12:26Z | https://github.com/opensearch-project/data-prepper/issues/3999 | 2,094,882,232 | 3,999 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Peer Forwarder sends some events to remote peer based on the hash function. If the inner processor of Peer forwarder has "when" condition, it is possible an event is forwarded to remote peer first and then get dropped because when condition evaluates t... | Allow peer forwarder to skip sending events to remote peer | https://api.github.com/repos/opensearch-project/data-prepper/issues/3996/comments | 3 | 2024-01-22T06:07:23Z | 2024-01-30T20:53:24Z | https://github.com/opensearch-project/data-prepper/issues/3996 | 2,093,158,527 | 3,996 |
[
"opensearch-project",
"data-prepper"
] | This is part of the solution toward #1025.
Generation algorithm:
```
${pluginType}${incrementedCount > 1 ? incrementedCount : ''}
```
Where `incrementedCount` is unique per plugin type (e.g. `opensearch`). | Auto-generate unique component Ids | https://api.github.com/repos/opensearch-project/data-prepper/issues/3995/comments | 0 | 2024-01-19T22:49:46Z | 2024-10-07T14:01:31Z | https://github.com/opensearch-project/data-prepper/issues/3995 | 2,091,583,330 | 3,995 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently Data Prepper does not support multiple instances of processors that require peer-forwarding in a single pipeline.
```
processor:
- aggregate:
- aggregate:
```
This is primarily because Data Prepper does not currently distingui... | Support multiple peer-forwarding components in the same pipeline | https://api.github.com/repos/opensearch-project/data-prepper/issues/3994/comments | 0 | 2024-01-19T22:49:31Z | 2024-06-18T19:39:37Z | https://github.com/opensearch-project/data-prepper/issues/3994 | 2,091,582,883 | 3,994 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
I removed some try-catch lines in the `ParquetOutputCodecTest` test. These tests began to fail.
Something is definitely wrong as the lines in question are part of the setup. It may be that the tests are not actually testing what they claim to test.
**To Reproduce**
Remove these lines:
... | [BUG] ParquetOutputCodecTest may not be testing correctly | https://api.github.com/repos/opensearch-project/data-prepper/issues/3992/comments | 2 | 2024-01-19T18:59:01Z | 2024-07-02T16:26:17Z | https://github.com/opensearch-project/data-prepper/issues/3992 | 2,091,151,299 | 3,992 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
It seems that the put_all aggregate function only works with "root" keys, and do not add new nested keys.
For example, I have these 2 postfix events that I need to aggregate, based on /host/id and /email/local_id :
```json
{
"@timestamp": "2024-01-19T13:25:35.503436Z",
"postfix": {
... | [BUG] aggregate put_all not working with nested keys | https://api.github.com/repos/opensearch-project/data-prepper/issues/3989/comments | 0 | 2024-01-19T14:54:21Z | 2024-04-16T19:52:17Z | https://github.com/opensearch-project/data-prepper/issues/3989 | 2,090,727,465 | 3,989 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
`update`, `upsert`, and `delete` bulk actions in the opensearch sink requires knowing the `document_id` of the document to update or delete. However, if `document_id` is not provided in the `opensearch` sink with one of these actions being used, the following NPE is hit when converting the failed ... | [BUG] Using update, upsert, or delete actions without specifying document_id crashes the pipeline with NPE | https://api.github.com/repos/opensearch-project/data-prepper/issues/3988/comments | 2 | 2024-01-18T23:21:42Z | 2024-03-12T19:36:33Z | https://github.com/opensearch-project/data-prepper/issues/3988 | 2,089,253,450 | 3,988 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Sometimes Data Prepper shuts down without a clear reason as to why.
```
2024-01-18T06:23:32.523 [pool-33-thread-1] INFO org.opensearch.dataprepper.DataPrepper - Shutting down pipeline: my-pipeline
2024-01-18T06:23:32.524 [pool-33-thread-1] INFO org.opensearch.dataprepper.pipeline.Pipeli... | [BUG] Understanding what caused a pipeline shutdown can be difficult. | https://api.github.com/repos/opensearch-project/data-prepper/issues/3986/comments | 0 | 2024-01-18T22:07:23Z | 2024-01-18T22:20:26Z | https://github.com/opensearch-project/data-prepper/issues/3986 | 2,089,123,141 | 3,986 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
When Data Prepper receives a SIGTERM or SIGINT (ctrl-C), Data Prepper should begin a graceful shutdown.
**Describe the solution you'd like**
Handle a SIGTERM or SIGINT by adding a Java shutdown hook.
```
getRuntime().addShutdownHook( ... th... | Shutdown gracefully on SIGTERM or SIGINT | https://api.github.com/repos/opensearch-project/data-prepper/issues/3984/comments | 0 | 2024-01-18T21:13:07Z | 2024-04-16T19:51:58Z | https://github.com/opensearch-project/data-prepper/issues/3984 | 2,089,057,640 | 3,984 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Peer forwarding is unable to serialize events.
```
2024-01-17T23:51:34.293 [test-pipeline-processor-worker-1-thread-1] WARN org.opensearch.dataprepper.peerforwarder.RemotePeerForwarder - Unable to submit request for forwarding, processing locally.
java.lang.RuntimeException: java.io.NotSer... | [BUG] Serialization error during peer-forwarding | https://api.github.com/repos/opensearch-project/data-prepper/issues/3981/comments | 1 | 2024-01-18T19:36:36Z | 2024-01-18T22:41:40Z | https://github.com/opensearch-project/data-prepper/issues/3981 | 2,088,933,187 | 3,981 |
[
"opensearch-project",
"data-prepper"
] | null | Create Kafka buffer integration tests for KMS | https://api.github.com/repos/opensearch-project/data-prepper/issues/3980/comments | 0 | 2024-01-18T19:17:45Z | 2024-01-30T16:15:11Z | https://github.com/opensearch-project/data-prepper/issues/3980 | 2,088,907,905 | 3,980 |
[
"opensearch-project",
"data-prepper"
] | ## Summary
The `kafka` buffer should support rotating the `encryption_key`. This is a high-level issue for supporting key rotation. Data Prepper is not doing any key rotation on KMS. Instead, it will support rotation of the `encryption_key` which is encrypted by a KMS key.
## Tasks
- [x] #3655
- [ ] Use the e... | Support KMS encryption key rotation in Kafka buffer | https://api.github.com/repos/opensearch-project/data-prepper/issues/3979/comments | 0 | 2024-01-18T19:15:59Z | 2024-04-16T19:51:52Z | https://github.com/opensearch-project/data-prepper/issues/3979 | 2,088,905,175 | 3,979 |
[
"opensearch-project",
"data-prepper"
] | ## Background
Previously, when installing the security plugin demo configuration, the cluster was spun up with the default admin credentials, admin:admin. A change was made in main and backported to 2.x for the 2.12.0 release, which now requires an initial admin password to be passed in via the environment variable OP... | [v2.12.0] Ensure CI/documentation reflect changes to default admin credentials | https://api.github.com/repos/opensearch-project/data-prepper/issues/3978/comments | 4 | 2024-01-18T16:53:34Z | 2025-03-11T19:52:54Z | https://github.com/opensearch-project/data-prepper/issues/3978 | 2,088,692,942 | 3,978 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper pipelines often expand events using processors like `grok` or `parse_json`. Processors like these output events which are larger than the input event. Each event now takes up more memory.
Data Prepper processors work in batches. Each ... | Delete input for processors which expand the event | https://api.github.com/repos/opensearch-project/data-prepper/issues/3968/comments | 1 | 2024-01-17T03:08:51Z | 2024-07-04T18:11:29Z | https://github.com/opensearch-project/data-prepper/issues/3968 | 2,085,306,022 | 3,968 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
We have several related requests for transforming maps and lists. We also have the `list_to_map` and `map_to_list` processors. Can we combine them somehow?
**Describe the solution you'd like**
Create a cohesive processor (or set of processors) ... | Enhanced support for lists, maps, strings | https://api.github.com/repos/opensearch-project/data-prepper/issues/3967/comments | 1 | 2024-01-16T20:52:06Z | 2024-02-28T21:22:52Z | https://github.com/opensearch-project/data-prepper/issues/3967 | 2,084,900,447 | 3,967 |
[
"opensearch-project",
"data-prepper"
] | {
"src_key_0.1": "val_0.1",
"src_key_0.2": "val_0.2",
"src_key_0.3": "val_0.3",
"src_key_0.4": {
"src_key_0.5": {
"src_key_0.6": "val_0.4"
}
},
"some_source": [
{
"nested_array": [
{
"src_key_1": ... | [Feature Request] Dynamic Auto-Map | https://api.github.com/repos/opensearch-project/data-prepper/issues/3965/comments | 3 | 2024-01-16T15:07:15Z | 2024-02-28T21:22:52Z | https://github.com/opensearch-project/data-prepper/issues/3965 | 2,084,212,660 | 3,965 |
[
"opensearch-project",
"data-prepper"
] | This is a feature request which is requested a processor to implement the following ETL functionality to handle Mapping string to array.
#SOURCE
"some_source": [
{
"src_key_1": "val_1"
}
]
#TO
... | [Feature Request] Mapping String to Array | https://api.github.com/repos/opensearch-project/data-prepper/issues/3964/comments | 2 | 2024-01-16T15:01:20Z | 2024-02-12T16:13:27Z | https://github.com/opensearch-project/data-prepper/issues/3964 | 2,084,196,972 | 3,964 |
[
"opensearch-project",
"data-prepper"
] | This is a feature request which is requested a processor to implement the following ETL functionality to handle Mapping Array to string
#SOURCE
"some_source": [
{
"src_key_1": "val_1"
},
{
... | [Feature Request] Mapping Array to string | https://api.github.com/repos/opensearch-project/data-prepper/issues/3963/comments | 10 | 2024-01-16T14:59:52Z | 2024-02-12T16:18:36Z | https://github.com/opensearch-project/data-prepper/issues/3963 | 2,084,192,939 | 3,963 |
[
"opensearch-project",
"data-prepper"
] | This is a feature request which is requested a processor to implement the following ETL functionality to handle Mapping Records within a Record Array
#REQUIRED RECORD ARRAY MANIPULATION
"some_source": [
{
"nested_array": [
{
... | [Feature Request] Mapping Records within a Record Array | https://api.github.com/repos/opensearch-project/data-prepper/issues/3962/comments | 3 | 2024-01-16T14:57:28Z | 2024-02-09T21:09:55Z | https://github.com/opensearch-project/data-prepper/issues/3962 | 2,084,186,374 | 3,962 |
[
"opensearch-project",
"data-prepper"
] | This is a feature request which is requested a processor to implement the following ETL functionality to handle Conditional Logic on Record Arrays -
#REQUIRED RECORD ARRAY MANIPULATION
"src_object_1": {
"src_key_1": "src_val_1",
"src_key_2": "src_val_2",
... | [Feature Request] Conditionally Assign New Field Logic on Record Arrays | https://api.github.com/repos/opensearch-project/data-prepper/issues/3961/comments | 4 | 2024-01-16T14:52:38Z | 2024-02-12T16:14:06Z | https://github.com/opensearch-project/data-prepper/issues/3961 | 2,084,172,155 | 3,961 |
[
"opensearch-project",
"data-prepper"
] | **Describe the issue**
When using the OpenSearch sink with timestamp formats such as `index-%{yyyyMMdd}-test`, the OpenSearch sink throws an IllegalArgumentException on startup after validating that this format is being injected in a suffix such as `index-test-%{yyyyMMdd}`
```
2024-01-11T18:56:53,018 [log-pipeline... | Injecting timestamp in index name that is not a suffix throws IllegalArgumentException | https://api.github.com/repos/opensearch-project/data-prepper/issues/3957/comments | 1 | 2024-01-12T01:01:15Z | 2024-01-24T22:18:09Z | https://github.com/opensearch-project/data-prepper/issues/3957 | 2,077,857,782 | 3,957 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Feature request is to add support for data prepper internal tags which can be used for different purposes.
**Describe the solution you'd like**
This feature would allow adding Data Prepper internal tags, identified by having a fixed data prepper in... | Add Data Prepper internal tags | https://api.github.com/repos/opensearch-project/data-prepper/issues/3956/comments | 0 | 2024-01-11T20:58:16Z | 2024-01-11T21:57:01Z | https://github.com/opensearch-project/data-prepper/issues/3956 | 2,077,573,864 | 3,956 |
[
"opensearch-project",
"data-prepper"
] | ## CVE-2023-41329 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>wiremock-3.0.1.jar</b></p></summary>
<p>A web service test double for all occasions</p>
<p>Library home page: <a hre... | CVE-2023-41329 (Medium) detected in wiremock-3.0.1.jar | https://api.github.com/repos/opensearch-project/data-prepper/issues/3954/comments | 0 | 2024-01-11T20:21:52Z | 2024-01-17T18:25:35Z | https://github.com/opensearch-project/data-prepper/issues/3954 | 2,077,521,854 | 3,954 |
[
"opensearch-project",
"data-prepper"
] | Use a public CDN endpoint to improve the user experience and provide MaxMind GeoLite2 Database by default.
Configuration for using geoip can be as simple as this,
```
processor:
- geoip:
keys:
- key:
source: "/peer/ip"
target: "target1"
``` | Use a public CDN endpoint to get MaxMind GeoLite2 Data by default | https://api.github.com/repos/opensearch-project/data-prepper/issues/3942/comments | 1 | 2024-01-10T22:13:36Z | 2024-03-21T21:05:37Z | https://github.com/opensearch-project/data-prepper/issues/3942 | 2,075,304,546 | 3,942 |
[
"opensearch-project",
"data-prepper"
] | Add GeoIP service configuration in `data-prepper-config.yaml` file.
This can be done by adding it in extensions and used by plugin, instead of configuring it in each plugin instance.
```
extensions:
geoip_service:
maxmind:
database_paths: ["path1", "path2"]
database_refresh_interval: "P10D"... | Add GeoIP extensions in Data Prepper Config | https://api.github.com/repos/opensearch-project/data-prepper/issues/3941/comments | 0 | 2024-01-10T22:13:34Z | 2024-01-17T17:56:22Z | https://github.com/opensearch-project/data-prepper/issues/3941 | 2,075,304,510 | 3,941 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Sometimes we want to test pipelines with a delay after pulling events from the buffer. I found this helpful for working on #3937 for example.
**Describe the solution you'd like**
Create a new `delay` processor.
```
processor:
- delay:
... | Provide a delay processor to put a delay in the processor for debugging and testing | https://api.github.com/repos/opensearch-project/data-prepper/issues/3938/comments | 0 | 2024-01-10T18:32:32Z | 2024-03-19T18:30:57Z | https://github.com/opensearch-project/data-prepper/issues/3938 | 2,074,947,907 | 3,938 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
The `BlockingBuffer.bufferUsage` metric is inaccurate. It indicates that it is the percentage of the buffer used. However, it is only the percentage of the buffer used for messages that are waiting. It does not include in-flight messages.
**Expected behavior**
I expect this metric to inclu... | [BUG] BlockingBuffer.bufferUsage metric does not include records in-flight | https://api.github.com/repos/opensearch-project/data-prepper/issues/3936/comments | 4 | 2024-01-09T19:26:05Z | 2024-01-10T22:10:54Z | https://github.com/opensearch-project/data-prepper/issues/3936 | 2,073,022,287 | 3,936 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
A processor that converts a map of key-value pairs:
```json
{
"my-map": {
"key1": "value1",
"key2": "value2",
"key3": "value3"
}
}
```
to a list of object with key and value under separate fields:
```json
{
"my-list": [
... | MapToList processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/3935/comments | 2 | 2024-01-09T18:06:11Z | 2024-01-11T20:59:04Z | https://github.com/opensearch-project/data-prepper/issues/3935 | 2,072,897,053 | 3,935 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
My sink configuration is specified as:
```
sink:
- opensearch:
hosts: [ "https://search-opport/..." ]
index: "poc"
document_id_field: "opportunity_id"
routing_field: "opportunity_id"
action: "upsert"
...
```
However, when it gets documents w... | [BUG] OpenSearch Sink upsert action fails to create new document if it doesn't exist already | https://api.github.com/repos/opensearch-project/data-prepper/issues/3934/comments | 1 | 2024-01-09T17:40:17Z | 2024-03-12T19:37:43Z | https://github.com/opensearch-project/data-prepper/issues/3934 | 2,072,856,250 | 3,934 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
There is a potential NullPointerException for when `document` is null here that causes pipeline to crash (https://github.com/opensearch-project/data-prepper/blob/35a69489c2f8621c8aa258ddd8dda105cd67a9e4/data-prepper-plugins/opensearch/src/main/java/org/opensearch/dataprepper/plugins/sink/opensearc... | [BUG] Potential for NullPointerException when converting OpenSearch docuents to be sent to DLQ | https://api.github.com/repos/opensearch-project/data-prepper/issues/3933/comments | 2 | 2024-01-09T17:21:28Z | 2024-08-08T14:27:30Z | https://github.com/opensearch-project/data-prepper/issues/3933 | 2,072,823,621 | 3,933 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Some configurations will not work if a request size is too large. For example, an `http` source with a `kafka` buffer will fail to write to Kafka if the request size is greater than 1MB. Data Prepper does not check the request size up-front leading t... | Support maximum request length configurations in the HTTP and OTel sources | https://api.github.com/repos/opensearch-project/data-prepper/issues/3931/comments | 2 | 2024-01-09T17:08:44Z | 2024-01-13T20:42:59Z | https://github.com/opensearch-project/data-prepper/issues/3931 | 2,072,802,890 | 3,931 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
S3-SQS source pipelines can get stuck when SQS is reading from multiple buckets and one bucket has permissions issues.
**To Reproduce**
Steps to reproduce the behavior:
1. Create an SQS queue
2. Create 2 S3 buckets and configure event notifications for the SQS queue in step 1
3. Create an I... | [BUG] S3-SQS source pipelines can get stuck when SQS is reading from multiple buckets and one bucket has permissions issues | https://api.github.com/repos/opensearch-project/data-prepper/issues/3930/comments | 1 | 2024-01-09T16:00:54Z | 2024-01-16T21:06:29Z | https://github.com/opensearch-project/data-prepper/issues/3930 | 2,072,671,435 | 3,930 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
A Null pointer exception occurs in Key Value Processor with the following stack trace
2023-12-29T11:03:28.730 [osi-logs-dev-pipeline-processor-worker-1-thread-2] ERROR org.opensearch.dataprepper.pipeline.ProcessWorker - Encountered exception during pipeline osi-logs-dev-pipeline processing
jav... | [BUG] Null Pointer Exception in Key Value Processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/3928/comments | 0 | 2024-01-09T06:55:40Z | 2024-01-17T19:12:01Z | https://github.com/opensearch-project/data-prepper/issues/3928 | 2,071,742,231 | 3,928 |
[
"opensearch-project",
"data-prepper"
] | ## CVE-2024-21634 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ion-java-1.0.2.jar</b>, <b>ion-java-1.9.5.jar</b></p></summary>
<p>
<details><summary><b>ion-java-1.0.2.jar</b></p><... | CVE-2024-21634 (High) detected in ion-java-1.0.2.jar, ion-java-1.9.5.jar | https://api.github.com/repos/opensearch-project/data-prepper/issues/3926/comments | 1 | 2024-01-09T00:26:21Z | 2024-02-28T21:05:55Z | https://github.com/opensearch-project/data-prepper/issues/3926 | 2,071,430,821 | 3,926 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The string truncate processor should truncate the string to the user configured length.
**Describe the solution you'd like**
Solution would be to support truncate string processor with the following config
```
processor: ... | Add string truncate processor to the family of mutate string processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/3925/comments | 0 | 2024-01-08T19:27:57Z | 2024-01-11T17:14:44Z | https://github.com/opensearch-project/data-prepper/issues/3925 | 2,071,089,181 | 3,925 |
[
"opensearch-project",
"data-prepper"
] | ## CVE-2023-22102 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-j-8.0.33.jar</b></p></summary>
<p>JDBC Type 4 driver for MySQL.</p>
<p>Library home page: <a href="htt... | CVE-2023-22102 (High) detected in mysql-connector-j-8.0.33.jar - autoclosed | https://api.github.com/repos/opensearch-project/data-prepper/issues/3920/comments | 3 | 2024-01-05T17:55:12Z | 2024-02-15T16:52:01Z | https://github.com/opensearch-project/data-prepper/issues/3920 | 2,067,797,128 | 3,920 |
[
"opensearch-project",
"data-prepper"
] | ## CVE-2023-51074 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-path-2.8.0.jar</b></p></summary>
<p>A library to query and verify JSON</p>
<p>Library home page: <a href="https... | CVE-2023-51074 (Medium) detected in json-path-2.8.0.jar | https://api.github.com/repos/opensearch-project/data-prepper/issues/3919/comments | 0 | 2024-01-05T17:55:11Z | 2024-02-15T16:54:47Z | https://github.com/opensearch-project/data-prepper/issues/3919 | 2,067,797,082 | 3,919 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
I follow example from https://github.com/opensearch-project/data-prepper/tree/main/examples/log-ingestion
and all field are parsed as string expected date as number
**Expected behavior**
date should be parsed as time... | [BUG] all parsed field with pattern COMMONAPACHELOG are string | https://api.github.com/repos/opensearch-project/data-prepper/issues/3918/comments | 2 | 2024-01-05T17:43:50Z | 2024-01-06T05:04:29Z | https://github.com/opensearch-project/data-prepper/issues/3918 | 2,067,777,969 | 3,918 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
AWS Opensearch Ingestion pipeline with DynamoDB
1. DynamoDB export
2. DynamoDB stream
3. Opensearch sink
4. DDB table more than 1.7 gigabytes with 2.1m records
5. Issue: No records are sent to the sink and stopping and increasing the OCU min and max does not fix the issue.
The pipeline... | [BUG] dynamodb source hangs if initial OCUs are not enough in AWS ingestion pipeline | https://api.github.com/repos/opensearch-project/data-prepper/issues/3914/comments | 5 | 2024-01-04T07:28:15Z | 2024-12-17T16:11:14Z | https://github.com/opensearch-project/data-prepper/issues/3914 | 2,065,142,292 | 3,914 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Some pipelines using an `http` source have had the following error:
```
2023-12-27T23:16:48.364 [armeria-common-worker-epoll-3-2] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted... | [BUG] Possible memory leak related to Armeria/Netty | https://api.github.com/repos/opensearch-project/data-prepper/issues/3912/comments | 1 | 2024-01-03T19:23:37Z | 2024-01-04T21:45:37Z | https://github.com/opensearch-project/data-prepper/issues/3912 | 2,064,534,200 | 3,912 |
[
"opensearch-project",
"data-prepper"
] | ## CVE-2023-50572 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jline-3.9.0.jar</b>, <b>jline-3.22.0.jar</b></p></summary>
<p>
<details><summary><b>jline-3.9.0.jar</b></p></summa... | CVE-2023-50572 (Medium) detected in jline-3.9.0.jar, jline-3.22.0.jar | https://api.github.com/repos/opensearch-project/data-prepper/issues/3871/comments | 0 | 2024-01-01T00:46:51Z | 2024-01-30T00:30:01Z | https://github.com/opensearch-project/data-prepper/issues/3871 | 2,061,212,515 | 3,871 |
[
"opensearch-project",
"data-prepper"
] | ## CVE-2023-50570 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ipaddress-5.4.0.jar</b></p></summary>
<p>Library for handling IP addresses, both IPv4 and IPv6</p>
<p>Library home p... | CVE-2023-50570 (Medium) detected in ipaddress-5.4.0.jar - autoclosed | https://api.github.com/repos/opensearch-project/data-prepper/issues/3870/comments | 1 | 2024-01-01T00:46:49Z | 2024-01-30T16:26:33Z | https://github.com/opensearch-project/data-prepper/issues/3870 | 2,061,212,501 | 3,870 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Data prepper throws java.lang.IllegalStateException: Duplicate key xxx when ingest through log pipeline.
See the error below, due to open telemetry exporter exporting a duplicate **ConnectionId** key. Not sure this is expected behavior or not. Please help considering to fix this issue.
```js
... | [BUG] Duplicate key exception when integrate with open-telemetry exporter | https://api.github.com/repos/opensearch-project/data-prepper/issues/3868/comments | 3 | 2023-12-29T07:56:49Z | 2025-06-19T15:21:30Z | https://github.com/opensearch-project/data-prepper/issues/3868 | 2,059,172,800 | 3,868 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
As a user, I would like to have the ability to transform a map to a list, or flatten a list of maps to a list.
Example input:
```
{
"mylist": [
{ "a": "b" },
{ "a": "c" },
{ "x": "y" },
]
}
```
Example output:
```
{
... | Combine values under the same key from a list of key-value pairs | https://api.github.com/repos/opensearch-project/data-prepper/issues/3867/comments | 6 | 2023-12-28T21:00:09Z | 2024-02-05T20:36:53Z | https://github.com/opensearch-project/data-prepper/issues/3867 | 2,058,816,984 | 3,867 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
This is not technically a bug, but is easy to miss and leads to unexpected behavior. If a user has acknowledgements enabled for their source and routes enabled, but the routes do not cover all possibilities of the incoming data, a portion of the data will never end up in a sink or DLQ. This preven... | [BUG] Incomplete route set leads to duplicates when E2E ack is enabled. | https://api.github.com/repos/opensearch-project/data-prepper/issues/3866/comments | 5 | 2023-12-28T17:26:02Z | 2024-01-17T21:11:40Z | https://github.com/opensearch-project/data-prepper/issues/3866 | 2,058,667,465 | 3,866 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
After a while that is running, Data Prepper is starting to generate these lines on the log:
```
2023-12-21T17:50:19,079 [pool-9-thread-71] ERROR org.opensearch.dataprepper.plugins.source.loghttp.LogHTTPService - Failed to parse the request of size 56244 due to: Unrecognized token 'inf': was expe... | [BUG] ERROR org.opensearch.dataprepper.plugins.source.loghttp.LogHTTPService - Failed to parse the request of size XXX due to: Unrecognized token | https://api.github.com/repos/opensearch-project/data-prepper/issues/3865/comments | 5 | 2023-12-27T00:34:26Z | 2024-03-04T12:27:28Z | https://github.com/opensearch-project/data-prepper/issues/3865 | 2,056,791,624 | 3,865 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Rollover index is not working:
```
{
"cause": "no permissions for [indices:admin/rollover] and associated roles [dataprepper, own_index]",
"message": "Failed to rollover index [index=otel-v1-apm-span-000001]"
}
```
**To Reproduce**
Install dataprepper and use a specific user ... | [BUG] Failed to rollover index | https://api.github.com/repos/opensearch-project/data-prepper/issues/3864/comments | 3 | 2023-12-21T16:08:15Z | 2024-04-18T15:02:53Z | https://github.com/opensearch-project/data-prepper/issues/3864 | 2,052,699,621 | 3,864 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Without any separate process deleting the sqs message, users found data prepper could still encounters the following error:
```
2023-12-15T15:42:44.320 [acknowledgement-callback-2] ERROR org.opensearch.dataprepper.plugins.source.s3.SqsWorker - Failed to set visibility timeout for message 5df184d... | [BUG] Failed to reset visibility timeout due to message not existing | https://api.github.com/repos/opensearch-project/data-prepper/issues/3861/comments | 0 | 2023-12-19T21:49:51Z | 2023-12-26T20:30:17Z | https://github.com/opensearch-project/data-prepper/issues/3861 | 2,049,489,205 | 3,861 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Enable Kafka buffer for pipeline:
```yaml
service-map-pipeline:
...
buffer:
kafka:
bootstrap_servers: []
topics:
- name: topic-name
group_id: kafka_group_id
create_topic: tr... | [BUG] Error when building buffer for pipeline using Kafka | https://api.github.com/repos/opensearch-project/data-prepper/issues/3858/comments | 4 | 2023-12-14T14:43:42Z | 2024-01-18T14:55:40Z | https://github.com/opensearch-project/data-prepper/issues/3858 | 2,041,847,797 | 3,858 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Provide a way to send all failed events to a global/pipeline-level DLQ. Failed events any where in the pipeline (sources, processors, and sinks) are sent directly to this DLQ. This will eventually replace sink level DLQs we have today.
**Describe th... | Pipeline DLQ | https://api.github.com/repos/opensearch-project/data-prepper/issues/3857/comments | 5 | 2023-12-13T22:18:29Z | 2024-10-23T18:38:08Z | https://github.com/opensearch-project/data-prepper/issues/3857 | 2,040,553,912 | 3,857 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
I am seeing parquet records are not completely ingested into the open search severless sink sometimes.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to AWS console
2. Click on Open Search Ingestion Pipeline
3. Check the document metrics and no documents failed to ingest and dlq is... | [BUG] parquet records are not completely ingested into the open search severless sink | https://api.github.com/repos/opensearch-project/data-prepper/issues/3856/comments | 2 | 2023-12-13T21:34:06Z | 2023-12-22T15:35:36Z | https://github.com/opensearch-project/data-prepper/issues/3856 | 2,040,500,774 | 3,856 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
In #1005, there is a syntax for supporting sets in Data Prepper expressions as well as operations on sets. However, these do not actually work in Data Prepper.
**Describe the solution you'd like**
Implement support for sets in Data Prepper.
| Support sets and set operations in Data Prepper expressions | https://api.github.com/repos/opensearch-project/data-prepper/issues/3854/comments | 1 | 2023-12-12T20:31:38Z | 2024-08-16T14:41:47Z | https://github.com/opensearch-project/data-prepper/issues/3854 | 2,038,507,750 | 3,854 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
As a user of Data Prepper, I would like to send pipeline processing messages as notifications to different external systems, so that I can quickly be alerted and notified of any issues or state changes within my pipeline.
**Describe the solution you... | Data Prepper messaging system to report messages about the pipeline processing | https://api.github.com/repos/opensearch-project/data-prepper/issues/3851/comments | 0 | 2023-12-12T16:31:55Z | 2024-01-30T19:46:08Z | https://github.com/opensearch-project/data-prepper/issues/3851 | 2,038,148,748 | 3,851 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper's `dynamodb` source does not have integration tests. Thus, we may introduce breaking changes without knowing in the PRs.
**Describe the solution you'd like**
Data Prepper's `dynamodb` source should have integration tests. Additiona... | Create DynamoDB source integration tests and run with GitHub | https://api.github.com/repos/opensearch-project/data-prepper/issues/3849/comments | 0 | 2023-12-12T15:08:05Z | 2024-06-18T19:40:46Z | https://github.com/opensearch-project/data-prepper/issues/3849 | 2,037,967,639 | 3,849 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The `s3` sink integration tests do not run automatically. Thus, PRs may be breaking behavior without our knowing.
**Describe the solution you'd like**
Run the `s3` sink integration tests as part of the GitHub Action. To support this, create an ... | Run S3 sink integration tests as GHA | https://api.github.com/repos/opensearch-project/data-prepper/issues/3848/comments | 0 | 2023-12-12T15:04:55Z | 2024-05-21T19:42:37Z | https://github.com/opensearch-project/data-prepper/issues/3848 | 2,037,961,621 | 3,848 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The `s3` source integration tests do not run automatically. Thus, PRs may be breaking behavior without our knowing.
**Describe the solution you'd like**
Run the `s3` source integration tests as part of the GitHub Action. To support this, create... | Run S3 source integration tests as GHA | https://api.github.com/repos/opensearch-project/data-prepper/issues/3847/comments | 0 | 2023-12-12T15:02:42Z | 2024-05-21T19:42:28Z | https://github.com/opensearch-project/data-prepper/issues/3847 | 2,037,955,101 | 3,847 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
As a user of Data Prepper, my Events contain keys that are encoded in different formats, such as `gzip`, `base64`, and `protobuf` (https://protobuf.dev/programming-guides/encoding/).
Sample Event
```
{
"my_protobuf_key": "",
"my_gzip_key": ... | Create a decoder processor to decode Event keys | https://api.github.com/repos/opensearch-project/data-prepper/issues/3841/comments | 6 | 2023-12-11T15:44:46Z | 2024-02-14T20:08:38Z | https://github.com/opensearch-project/data-prepper/issues/3841 | 2,035,967,166 | 3,841 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Given an item in with a Number type ending in 0, such as `1702062202420`, the DynamoDB source will convert it to scientific notation for export items.
```
{"pk": "my_partition_key", "sk":"my_sort_key", "my_number_ending_in_0": 702062202420 }
```
**To Reproduce**
Steps to reproduce the be... | [BUG] DynamoDB source export converts Numbers ending in 0 to scientific notation | https://api.github.com/repos/opensearch-project/data-prepper/issues/3840/comments | 6 | 2023-12-08T21:20:52Z | 2025-06-03T19:30:53Z | https://github.com/opensearch-project/data-prepper/issues/3840 | 2,033,325,728 | 3,840 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
OpenSearch has a security advisory. It is related to the `_search` API. But, we should update to avoid the CVE.
See advisory:
https://github.com/advisories/GHSA-6g3j-p5g6-992f
| [BUG] GHSA-6g3j-p5g6-992f | https://api.github.com/repos/opensearch-project/data-prepper/issues/3837/comments | 2 | 2023-12-08T17:30:35Z | 2025-02-10T04:52:12Z | https://github.com/opensearch-project/data-prepper/issues/3837 | 2,033,056,206 | 3,837 |
[
"opensearch-project",
"data-prepper"
] | Please approve or deny the release of Data Prepper.
**VERSION**: 2.6.1
**BUILD NUMBER**: 76
**RELEASE MAJOR TAG**: true
**RELEASE LATEST TAG**: true
Workflow is pending manual review.
URL: https://github.com/opensearch-project/data-prepper/actions/runs/7132559423
Required approvers: [chenqi0805 engechas graytaylor0 ... | Manual approval required for workflow run 7132559423: Release Data Prepper : 2.6.1 | https://api.github.com/repos/opensearch-project/data-prepper/issues/3834/comments | 3 | 2023-12-07T19:01:22Z | 2023-12-07T19:17:35Z | https://github.com/opensearch-project/data-prepper/issues/3834 | 2,031,354,446 | 3,834 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
As a user of the opensearch sink and the `routing_field`, I would like to dynamically format my _routing id using one or more metadata keys or keys in the Event
**Describe the solution you'd like**
A new `routing_id` parameter that supports format ... | Support format expressions for routing in the opensearch sink | https://api.github.com/repos/opensearch-project/data-prepper/issues/3833/comments | 0 | 2023-12-07T17:44:42Z | 2024-01-11T17:15:08Z | https://github.com/opensearch-project/data-prepper/issues/3833 | 2,031,240,936 | 3,833 |
[
"opensearch-project",
"data-prepper"
] | ## CVE-2023-6481 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>logback-core-1.4.12.jar</b></p></summary>
<p>logback-core module</p>
<p>Library home page: <a href="http://logback.qos.... | CVE-2023-6481 (High) detected in logback-core-1.4.12.jar | https://api.github.com/repos/opensearch-project/data-prepper/issues/3817/comments | 0 | 2023-12-06T21:34:59Z | 2023-12-06T22:35:38Z | https://github.com/opensearch-project/data-prepper/issues/3817 | 2,029,423,379 | 3,817 |
[
"opensearch-project",
"data-prepper"
] | I am made two files, docker-compose.yml file with following description
version: '3'
services:
data-prepper:
container_name: data-prepper
image: opensearchproject/data-prepper:latest
volumes:
- ./log_pipeline.yaml:/usr/share/data-prepper/pipelines/pipelines.yaml
ports:
- 2021:20... | Failed Initialization of Opensearch Sink | https://api.github.com/repos/opensearch-project/data-prepper/issues/3810/comments | 2 | 2023-12-06T07:40:40Z | 2024-08-18T12:13:56Z | https://github.com/opensearch-project/data-prepper/issues/3810 | 2,027,877,867 | 3,810 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.