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" ]
**Describe the bug** Data Prepper's S3 source can loose connections from the AWS SDK connection pool. See the following error. ``` 2023-11-30T22:35:53.601 [Thread-11] ERROR org.opensearch.dataprepper.plugins.source.s3.S3ObjectWorker - Error reading from S3 object: s3ObjectReference=[bucketName=my-bucket, key=not...
[BUG] Data Prepper is losing connections from S3 pool
https://api.github.com/repos/opensearch-project/data-prepper/issues/3809/comments
1
2023-12-05T23:08:49Z
2023-12-11T23:07:53Z
https://github.com/opensearch-project/data-prepper/issues/3809
2,027,286,697
3,809
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Currently opensearch sink supports dynamic index but the documents* metrics such as documentsWritten, documentsSuccess, etc do not have resolution on index name. **Describe the solution you'd like** Add index name as a dimension into the metrics ...
Add index resolution into opensearch sink indexing metrics
https://api.github.com/repos/opensearch-project/data-prepper/issues/3807/comments
0
2023-12-05T17:17:12Z
2023-12-05T17:17:28Z
https://github.com/opensearch-project/data-prepper/issues/3807
2,026,748,843
3,807
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** At present data prepper seems to continually retry access to a S3 bucket, no matter what the error returned may be. This means that when using SQS messages may be continually returned to the queue and ultimately backlog the entire pipeline. **Descr...
Allow different actions based off of different S3 error codes
https://api.github.com/repos/opensearch-project/data-prepper/issues/3804/comments
0
2023-12-04T08:31:28Z
2023-12-05T20:33:58Z
https://github.com/opensearch-project/data-prepper/issues/3804
2,023,300,305
3,804
[ "opensearch-project", "data-prepper" ]
**Describe the bug** The update and upsert actions always pass the full Event to the bulk actions, instead of only passing the part of the Event that is filtered from `document_root_key`, `exclude_keys`, `include_keys`, etc. For update we are passing the original jsonNode here (https://github.com/opensearch-projec...
[BUG] update and upsert bulk actions do not include changes from document_root_key, exclude_keys, etc
https://api.github.com/repos/opensearch-project/data-prepper/issues/3745/comments
2
2023-12-01T16:57:29Z
2023-12-06T21:21:06Z
https://github.com/opensearch-project/data-prepper/issues/3745
2,021,257,982
3,745
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** At present the maximum back-off delay (for SQS, not sure if others) is hard coded, we would like to be able to set that to a user defined value **Describe the solution you'd like** A configuration option to set the maximum back-off delay **Descr...
Make maximum back-off delay a configuration option
https://api.github.com/repos/opensearch-project/data-prepper/issues/3744/comments
1
2023-12-01T10:20:24Z
2025-02-05T11:14:03Z
https://github.com/opensearch-project/data-prepper/issues/3744
2,020,562,559
3,744
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** For my use-case I have nested ion documents in my input. For example: ``` { "event": "{id:\"foo...\", status: ACTIVE, timestamp: 2023-11-30T21:05:23.383Z, amount: dollars::100.0}" } ``` I would like to parse these into fields so that I can in...
Processor for parsing Amazon Ion documents
https://api.github.com/repos/opensearch-project/data-prepper/issues/3730/comments
2
2023-11-30T21:24:25Z
2023-12-11T19:16:57Z
https://github.com/opensearch-project/data-prepper/issues/3730
2,019,532,496
3,730
[ "opensearch-project", "data-prepper" ]
## CVE-2023-6378 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>logback-classic-1.2.12.jar</b></p></summary> <p>logback-classic module</p> <p>Library home page: <a href="http://logbac...
CVE-2023-6378 (High) detected in logback-classic-1.2.12.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/3729/comments
0
2023-11-30T16:19:39Z
2023-12-06T21:20:52Z
https://github.com/opensearch-project/data-prepper/issues/3729
2,019,015,421
3,729
[ "opensearch-project", "data-prepper" ]
**Describe the bug** There is a confusion in s3 source users when source receives notification from SQS on creating S3 folder. S3 sources processes this notifications and tries to get the object from folder, which results in 0 records being created and also logging a warning message along with incrementing `s3ObjectNo...
[BUG] S3 source processes SQS notification when S3 folder is created
https://api.github.com/repos/opensearch-project/data-prepper/issues/3727/comments
1
2023-11-29T21:35:45Z
2023-12-05T19:38:20Z
https://github.com/opensearch-project/data-prepper/issues/3727
2,017,456,067
3,727
[ "opensearch-project", "data-prepper" ]
**Describe the bug** The process workers crash when there is not sufficient permission to access the source cluster of an OpenSearch source pipeline. This causes the pipeline to shutdown. ``` 2023-11-28T20:19:42.499 [opensearch-migration-pipeline-sink-worker-2-thread-1] ERROR org.opensearch.dataprepper.pipeline.co...
[BUG] OpenSearch source pipeline crashes when there are insufficient permissions to the source cluster
https://api.github.com/repos/opensearch-project/data-prepper/issues/3725/comments
2
2023-11-29T18:56:39Z
2024-03-20T18:58:22Z
https://github.com/opensearch-project/data-prepper/issues/3725
2,017,221,253
3,725
[ "opensearch-project", "data-prepper" ]
Please approve or deny the release of Data Prepper. **VERSION**: 2.6.0 **BUILD NUMBER**: 75 **RELEASE MAJOR TAG**: true **RELEASE LATEST TAG**: true Workflow is pending manual review. URL: https://github.com/opensearch-project/data-prepper/actions/runs/7022025728 Required approvers: [chenqi0805 engechas graytaylor0 ...
Manual approval required for workflow run 7022025728: Release Data Prepper : 2.6.0
https://api.github.com/repos/opensearch-project/data-prepper/issues/3713/comments
3
2023-11-28T17:26:02Z
2023-11-28T17:27:38Z
https://github.com/opensearch-project/data-prepper/issues/3713
2,014,940,941
3,713
[ "opensearch-project", "data-prepper" ]
Every time that I restart container/service of Data Prepper, the output file configured in my File Sink Output is deleted. I think that this is a big problem if you are collecting that results file with other program to send it to other platform, because sometimes a file collector do mistakes when the file that is c...
Not delete output file of File Sink Output on every container/service restart
https://api.github.com/repos/opensearch-project/data-prepper/issues/3687/comments
1
2023-11-21T14:54:00Z
2023-11-29T21:07:43Z
https://github.com/opensearch-project/data-prepper/issues/3687
2,004,462,185
3,687
[ "opensearch-project", "data-prepper" ]
## Is your feature request related to a problem? Please describe. Today, I frequently need to repeat specific pieces of info in my config which are all the same. When I update them, I have to check I got all settings. For example, if I'm deploying my template in a new region, I have at least 3 region settings to updat...
User configurable "variables" for repeatedly used elements
https://api.github.com/repos/opensearch-project/data-prepper/issues/3684/comments
7
2023-11-20T17:46:42Z
2023-11-21T21:56:19Z
https://github.com/opensearch-project/data-prepper/issues/3684
2,002,705,839
3,684
[ "opensearch-project", "data-prepper" ]
**Describe the bug** The following code - has a bug about releasing event handles without trying to push the events to DLQ first. ``` https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-plugins/kafka-plugins/src/main/java/org/opensearch/dataprepper/plugins/kafka/producer/KafkaCustomProducer.j...
[BUG] Kafka Producer Callback releases events incorrectly
https://api.github.com/repos/opensearch-project/data-prepper/issues/3680/comments
0
2023-11-16T18:02:47Z
2023-11-16T18:03:06Z
https://github.com/opensearch-project/data-prepper/issues/3680
1,997,451,146
3,680
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Data Prepper's new feature to provide [protection against premature visibility timeouts](https://github.com/opensearch-project/data-prepper/issues/2485) is very useful to avoid duplicate values. It should be the default value. But this may not work s...
Enable visibility duplication prevention by default
https://api.github.com/repos/opensearch-project/data-prepper/issues/3679/comments
0
2023-11-16T17:06:19Z
2023-11-16T17:06:50Z
https://github.com/opensearch-project/data-prepper/issues/3679
1,997,334,546
3,679
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** We were recently concerned that Data Prepper was sending invalid data to OpenSearch. It turns out we don't have test cases to verify many different data combinations are correctly sent to OpenSearch. **Describe the solution you'd like** Create ...
Integration tests to validate data going to OpenSearch
https://api.github.com/repos/opensearch-project/data-prepper/issues/3678/comments
0
2023-11-16T16:12:29Z
2023-11-28T14:24:36Z
https://github.com/opensearch-project/data-prepper/issues/3678
1,997,220,761
3,678
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** I am trying to create a data prepper pipeline that consumes data from kafka and ingest it into opensearch. I need to consume from a set of topics whose name is generated dynamically over time, so I don't know it in advance. I only know that the patte...
Support wildcard pattern in kafka source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3677/comments
2
2023-11-16T15:01:47Z
2025-06-07T10:16:44Z
https://github.com/opensearch-project/data-prepper/issues/3677
1,997,068,100
3,677
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Provide an configuration to allow ingesting the s3 data by file timestamp or some other attribute. **Describe the solution you'd like** Our batch process creates the parquet files in batches, we like to enforce some order to ingest the source file...
Provide a configuration to allow ingesting the s3 data by file timestamp or some other configurable attributes.
https://api.github.com/repos/opensearch-project/data-prepper/issues/3674/comments
0
2023-11-16T02:28:19Z
2023-11-21T20:39:19Z
https://github.com/opensearch-project/data-prepper/issues/3674
1,995,923,454
3,674
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The snapshot speed for SINGLE table/collection from existing mongodb is not fast enough. (current speed 3-4 Mb per second per DB table/collection from local test). This is the limitation of the Debezium Tool. In Debezium, it only parallelized the sna...
Speed Up initial snapshot from MongoDB
https://api.github.com/repos/opensearch-project/data-prepper/issues/3673/comments
0
2023-11-16T01:39:46Z
2024-01-10T20:03:24Z
https://github.com/opensearch-project/data-prepper/issues/3673
1,995,875,607
3,673
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Sending traces with compression from OTel collector to OTel traces source in a pipeline results in 500 error. **To Reproduce** Steps to reproduce the behavior: 1. Change `otel-collector-config.yaml` in jaeger-hotrod example to use otlphttp exporter: ``` receivers: jaeger: protoco...
[BUG] Sending traces with compression from OTel collector to OTel traces source in a pipeline results in 500 error
https://api.github.com/repos/opensearch-project/data-prepper/issues/3670/comments
1
2023-11-15T17:44:36Z
2023-11-15T18:12:45Z
https://github.com/opensearch-project/data-prepper/issues/3670
1,995,248,459
3,670
[ "opensearch-project", "data-prepper" ]
On this line, I believe the intention is indeed to print the `exceptionFromRequest` as it is passed to this LOG.warn, however, there is not a second `{}` in the log string for it to be interpolated into. So instead, the underlying error is silently discarded, making it difficult for users to debug through this step. A...
Log detail is passed but not printed
https://api.github.com/repos/opensearch-project/data-prepper/issues/3669/comments
1
2023-11-15T16:47:18Z
2023-11-15T16:53:52Z
https://github.com/opensearch-project/data-prepper/issues/3669
1,995,155,026
3,669
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Leader parition will time out when there are some errors occured during initialization, such as permission is not properly set or PITR is not enabled etc. The save progresss state is never invoked hence the lease of the partition will time out after 10 minutes by default, and another node can take...
[BUG] Leader partition time out due when exception occured in DynamoDB source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3665/comments
0
2023-11-15T12:02:22Z
2023-11-15T15:42:12Z
https://github.com/opensearch-project/data-prepper/issues/3665
1,994,644,548
3,665
[ "opensearch-project", "data-prepper" ]
**Describe the bug** If the source item contains string with `'`, the final document in OpenSearch will have empty body. After debug, An exception has been throw when converting the Stream event to Json event using jackson library. ``` com.fasterxml.jackson.core.JsonParseException: Unrecognized character escap...
[BUG] Unrecognized character escape issue for stream data in DynamoDB source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3664/comments
6
2023-11-15T07:09:51Z
2023-11-16T01:03:05Z
https://github.com/opensearch-project/data-prepper/issues/3664
1,994,183,016
3,664
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** As a user of the OpenSearch source, it is not clear to me how long the search requests are taking to be fulfilled by OpenSearch. **Describe the solution you'd like** A `searchLatency` metric that provides information on how long it takes for the a...
Emit a searchLatency metric on the OpenSearch source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3663/comments
0
2023-11-15T05:22:45Z
2023-11-15T05:25:51Z
https://github.com/opensearch-project/data-prepper/issues/3663
1,994,069,560
3,663
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The OpenSearch source currently supports an `index_name_regex` parameter, and users may be more familiar or prefer to pass an index pattern of `index-*`, which in regex is `index-.*`. This would be achieved by adding an `index_pattern` parameter as...
Support index_pattern option in the OpenSearch source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3662/comments
0
2023-11-15T05:19:33Z
2023-11-15T05:20:10Z
https://github.com/opensearch-project/data-prepper/issues/3662
1,994,066,566
3,662
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** I want to ensure that eventsRead and eventsWritten match, but if I'm using routes to filter events by not specifying sink, I cannot tell what part of the delta is from my route specific issues vs potential data loss from the writers. **Describe the ...
Count events that are read by not written because there's no sink defined for that route
https://api.github.com/repos/opensearch-project/data-prepper/issues/3659/comments
1
2023-11-14T22:43:55Z
2023-11-21T20:39:35Z
https://github.com/opensearch-project/data-prepper/issues/3659
1,993,700,806
3,659
[ "opensearch-project", "data-prepper" ]
Coming from #3620, include metadata about encryption in the Kafka buffer message ``` message BufferedData { /* The format of the message as it was written. */ MessageFormat message_format = 1; /* The actual data. This is encrypted if key_id is present. Otherwise, it * is unencrypted data. ...
Include encrypted data key in Kafka buffer message.
https://api.github.com/repos/opensearch-project/data-prepper/issues/3655/comments
1
2023-11-14T20:55:51Z
2024-02-10T16:24:04Z
https://github.com/opensearch-project/data-prepper/issues/3655
1,993,556,711
3,655
[ "opensearch-project", "data-prepper" ]
**Describe the bug** When the call to extend the visibility timeout fails, no exception or logs are thrown. This is because we don't `get` the future for the callback at any point to surface the ExecutionException. A side effect of this is that the expiry metric for the ack set are not published even though the vis...
[BUG] ProgressCheck callback silently fails on exception
https://api.github.com/repos/opensearch-project/data-prepper/issues/3653/comments
2
2023-11-14T19:29:41Z
2023-11-15T17:47:26Z
https://github.com/opensearch-project/data-prepper/issues/3653
1,993,423,464
3,653
[ "opensearch-project", "data-prepper" ]
**Describe the bug** The Data Prepper `opensearch` sink can write empty DLQ objects to S3 in certain case. From what I can tell, this mostly occurs from high-level errors from the `_bulk` request which do not result in underlying `items` provided with failures. **To Reproduce** Steps to reproduce the behavior...
[BUG] Data Prepper is writting empty DLQ objects
https://api.github.com/repos/opensearch-project/data-prepper/issues/3644/comments
1
2023-11-13T18:37:20Z
2023-11-15T00:58:57Z
https://github.com/opensearch-project/data-prepper/issues/3644
1,991,233,884
3,644
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Currently, in DynamoDB source, the DynamoDB partition key and sort key will be stored in event metadata which can then be used as doc id in OpenSearch. However, for the event comes from export data file, the metadata info will be incorrect if the key is in numeric format. For example, if I...
[BUG] The primary key in metadata for export data is incorrect for DynamoDB source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3642/comments
0
2023-11-13T08:06:13Z
2023-11-14T16:35:11Z
https://github.com/opensearch-project/data-prepper/issues/3642
1,990,086,810
3,642
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** We have a requirement to produce reports showing the time difference between a file been actioned upon (uploaded, generally) in S3 and the time that we process it in data-prepper This page outlines the data provided to "SQS" https://docs.aws.amazon....
Add S3 SQS Data Event Notification message as metadata to records
https://api.github.com/repos/opensearch-project/data-prepper/issues/3641/comments
1
2023-11-12T20:21:10Z
2023-11-14T20:49:21Z
https://github.com/opensearch-project/data-prepper/issues/3641
1,989,555,574
3,641
[ "opensearch-project", "data-prepper" ]
Hi. I am testing data prepper new openseach source functionally with this config: ``` opensearch-to-s3: delay: "10" workers: 4 source: opensearch: hosts: [ "https://my-aws-opensearch-2.7:443" ] username: "***" password: "***" indices: include: - index_na...
[BUG] AWS openseach source error: ElasticsearchVersionInfo.buildFlavor
https://api.github.com/repos/opensearch-project/data-prepper/issues/3640/comments
4
2023-11-12T19:53:04Z
2024-06-21T18:48:22Z
https://github.com/opensearch-project/data-prepper/issues/3640
1,989,543,870
3,640
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** There is a problem with the DynamoDB source metadata. We are currently using `dynamodb_item_version` as the key for the metadata field with nanosecond precision version of the record timestamp, equivalent of the `dynamodb_timestamp` field which current...
Alternative metadata naming for version
https://api.github.com/repos/opensearch-project/data-prepper/issues/3630/comments
2
2023-11-10T21:35:16Z
2023-11-20T19:24:25Z
https://github.com/opensearch-project/data-prepper/issues/3630
1,988,435,279
3,630
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Currently, if DDB source role does not have `dynamodb:DescribeTable` permission, the pipeline will shut down during initialization. We can catch this as a retryable error like we did for Opensearch sink to allow user to correct permissions on the role....
Retry when DynamoDB source fails to initialize due to permission issue
https://api.github.com/repos/opensearch-project/data-prepper/issues/3623/comments
4
2023-11-09T23:35:42Z
2023-11-13T19:29:25Z
https://github.com/opensearch-project/data-prepper/issues/3623
1,986,580,950
3,623
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Right now it's not easy to debug 500 errors in any otel source, if there is an exception which is not an instance of `RequestTimeoutException`, `TimeoutException`, `SizeOverflowException`, `BadRequestException`, `RequestCancelledException` we incremen...
Improve GRPC request exception logging
https://api.github.com/repos/opensearch-project/data-prepper/issues/3621/comments
1
2023-11-09T18:56:36Z
2023-11-15T01:26:19Z
https://github.com/opensearch-project/data-prepper/issues/3621
1,986,223,398
3,621
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The `kafka` buffer supports data encryption with envelope encryption. In this situation, Data Prepper should be able to write the event data alongside the encrypted data key. Additionally, the `kafka` buffer only supports input from `byte[]`. With...
Write Kafka buffer data in a consistent format with metadata
https://api.github.com/repos/opensearch-project/data-prepper/issues/3620/comments
1
2023-11-09T18:55:16Z
2023-11-14T20:56:32Z
https://github.com/opensearch-project/data-prepper/issues/3620
1,986,221,601
3,620
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Race condition in DefaultEventHandle causing crash with the following stack trace ``` java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 0 at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:?] ...
[BUG] Race condition in DefaultEventHandle
https://api.github.com/repos/opensearch-project/data-prepper/issues/3617/comments
0
2023-11-09T16:52:03Z
2023-11-09T18:30:17Z
https://github.com/opensearch-project/data-prepper/issues/3617
1,986,033,125
3,617
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The `kafka` buffer is currently subject to the heap circuit breaker on receipt of data. Since this buffer writes directly to a Kafka topic, and thus leaves the JVM heap, it shouldn't have the heap circuit-breaker impact it. **Describe the solution...
Allow the Kafka buffer (and others that do not require the heap) to bypass the heap circuit breaker
https://api.github.com/repos/opensearch-project/data-prepper/issues/3616/comments
0
2023-11-09T15:10:46Z
2023-11-10T16:45:07Z
https://github.com/opensearch-project/data-prepper/issues/3616
1,985,831,153
3,616
[ "opensearch-project", "data-prepper" ]
**Describe the bug** DataPrepper crashes when following [quickstart instructions](https://opensearch.org/docs/latest/data-prepper/getting-started/) The stack trace is quite long, but the relevant part is (not terribly decipherable, but anyway)... > Reading pipelines and data-prepper configuration files from Data...
[BUG] DataPrepper crashes when following quickstart instructions
https://api.github.com/repos/opensearch-project/data-prepper/issues/3612/comments
2
2023-11-08T19:25:12Z
2024-06-19T12:24:02Z
https://github.com/opensearch-project/data-prepper/issues/3612
1,984,255,921
3,612
[ "opensearch-project", "data-prepper" ]
**Describe the bug** The ${pipelineName} variable does not get replaced in this field: ``` sink: - opensearch: ... dlq: s3: bucket: "our_dlq_bucket" key_path_prefix: "${pipelineName}/logs/dlq" ``` **To Reproduce** Steps to reproduce the behavior: ...
[BUG] In OpenSearch pipelines, ${pipelineName} variable does not get replaced in s3 key_path_prefix
https://api.github.com/repos/opensearch-project/data-prepper/issues/3609/comments
1
2023-11-08T18:21:07Z
2023-11-14T20:33:50Z
https://github.com/opensearch-project/data-prepper/issues/3609
1,984,166,117
3,609
[ "opensearch-project", "data-prepper" ]
There are projects which we are not supporting yet. We need to remove them in the `settings.gradle` in the `2.6` branch once created.
Remove all unnecessary projects in the 2.6 branch
https://api.github.com/repos/opensearch-project/data-prepper/issues/3605/comments
1
2023-11-08T15:43:36Z
2023-11-27T23:54:49Z
https://github.com/opensearch-project/data-prepper/issues/3605
1,983,897,290
3,605
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** I want to test pushing more data through Data Prepper. I'd like to make the `random` source support a configurable wait time. **Describe the solution you'd like** Add a new `wait_delay` field to the `random` source that takes a duration value. ...
Configure the delay in the random string source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3601/comments
0
2023-11-08T14:44:05Z
2023-11-14T22:53:31Z
https://github.com/opensearch-project/data-prepper/issues/3601
1,983,773,052
3,601
[ "opensearch-project", "data-prepper" ]
Vector search is feature of OpenSearch that is gaining prominence with recent emergence of generative AI and other ML use cases. Currently users of OpenSearch either use external embedding methods or use OpenSearch ingest pipelines to generate text embedding. Other processor currently present in the [ingest pipelines](...
Vector embedding processor
https://api.github.com/repos/opensearch-project/data-prepper/issues/3597/comments
13
2023-11-07T20:59:04Z
2023-12-12T20:24:25Z
https://github.com/opensearch-project/data-prepper/issues/3597
1,982,217,619
3,597
[ "opensearch-project", "data-prepper" ]
The GitHub Actions tests often fail from flaky tests. This makes checking PRs difficult. Also, some true failures have made it through by ignoring the build failures. I'm creating this issue to track the flaky tests. When you see a test fail, paste the failure as a comment. ### Tasks - [x] #3470 - [ ] #1374
[BUG] Data Prepper flaky tests
https://api.github.com/repos/opensearch-project/data-prepper/issues/3589/comments
2
2023-11-04T16:48:32Z
2023-11-09T21:03:16Z
https://github.com/opensearch-project/data-prepper/issues/3589
1,977,425,449
3,589
[ "opensearch-project", "data-prepper" ]
## CVE-2023-4043 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>parsson-1.1.2.jar</b></p></summary> <p>Jakarta JSON Processing provider</p> <p>Library home page: <a href="https://gith...
CVE-2023-4043 (High) detected in parsson-1.1.2.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/3588/comments
0
2023-11-04T06:14:26Z
2023-11-27T16:45:39Z
https://github.com/opensearch-project/data-prepper/issues/3588
1,977,192,450
3,588
[ "opensearch-project", "data-prepper" ]
Since the certainty of an Anomaly Detection model increases as more samples are available, it would be good if all the information that the Anomaly Detector plugin has calculated since it was started would be persisted on disk (or other mechanism) between service restarts, because that would improve model fidelity over...
Add persistence to Data Prepper Anomaly Detector Processor between service restarts
https://api.github.com/repos/opensearch-project/data-prepper/issues/3582/comments
0
2023-11-02T19:55:50Z
2023-11-21T01:58:22Z
https://github.com/opensearch-project/data-prepper/issues/3582
1,974,943,265
3,582
[ "opensearch-project", "data-prepper" ]
**Describe the bug** When using the dynamo source with export and stream, after the export completed, I received the following exception continuously ``` ERROR org.opensearch.dataprepper.sourcecoordination.enhanced.EnhancedLeaseBasedSourceCoordinator - Global state arn:aws:dynamodb:us-west-2:123456789012:table/So...
[BUG] DynamoDb source global state not found for export
https://api.github.com/repos/opensearch-project/data-prepper/issues/3579/comments
0
2023-11-02T04:15:03Z
2023-12-12T16:13:19Z
https://github.com/opensearch-project/data-prepper/issues/3579
1,973,472,341
3,579
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The Kafka buffer reads from Kafka and then writes to an internal buffer. The Kafka buffer creates this itself by calling `new` which bypasses the circuit breaker. This means that the Kafka reads could be faster enough to cause an out-of-memory situat...
Support the circuit breaker when reading from Kafka as a buffer
https://api.github.com/repos/opensearch-project/data-prepper/issues/3578/comments
0
2023-11-01T18:28:01Z
2023-11-28T14:24:20Z
https://github.com/opensearch-project/data-prepper/issues/3578
1,972,882,648
3,578
[ "opensearch-project", "data-prepper" ]
Provide configurations in the `opensearch` sink which can configure an Amazon OpenSearch Serverless network policy.
Create or update Amazon OpenSearch Serverless network policy
https://api.github.com/repos/opensearch-project/data-prepper/issues/3577/comments
1
2023-11-01T14:53:46Z
2023-11-01T14:54:53Z
https://github.com/opensearch-project/data-prepper/issues/3577
1,972,535,827
3,577
[ "opensearch-project", "data-prepper" ]
null
Update release workflow to use end-to-end tests with pre-released Docker image
https://api.github.com/repos/opensearch-project/data-prepper/issues/3568/comments
0
2023-10-31T16:28:41Z
2023-10-31T20:02:32Z
https://github.com/opensearch-project/data-prepper/issues/3568
1,970,847,551
3,568
[ "opensearch-project", "data-prepper" ]
null
Make end-to-end tests configurable such that they can run from configurable Docker images
https://api.github.com/repos/opensearch-project/data-prepper/issues/3567/comments
0
2023-10-31T16:28:37Z
2025-06-04T22:08:30Z
https://github.com/opensearch-project/data-prepper/issues/3567
1,970,847,442
3,567
[ "opensearch-project", "data-prepper" ]
The current end-to-end tests build custom Docker images and run using those. Update these tests to use the release Docker image. It provides a few benefits: * These tests run on PRs and can thus help ensure that our release Docker image remains stable. * Helps consolidate our end-to-end tests with our smoke tests. ...
Update end-to-end tests to run from the released Docker image
https://api.github.com/repos/opensearch-project/data-prepper/issues/3566/comments
0
2023-10-31T16:03:38Z
2023-11-03T18:26:55Z
https://github.com/opensearch-project/data-prepper/issues/3566
1,970,801,340
3,566
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** DynamoDB supports customer to choose their own customer key when doing the data export, that is used for encrypt the exported data files. Currently, there is not an option for customer to provide the CMK, will default to use S3-SSE encryption, but t...
Add CMK support to DynamoDB source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3564/comments
1
2023-10-30T23:01:11Z
2023-11-07T22:26:26Z
https://github.com/opensearch-project/data-prepper/issues/3564
1,969,356,593
3,564
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** As a user of the OpenSearch sink, I would like to conditionally update documents by comparing the existing document in OpenSearch with the updated document. **Describe the solution you'd like** An option to specify a `script` parameter that will a...
Support conditional script update of documents in the OpenSearch sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/3563/comments
0
2023-10-30T21:16:32Z
2025-06-10T23:36:57Z
https://github.com/opensearch-project/data-prepper/issues/3563
1,969,240,338
3,563
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Logical types are used to extend the types that parquet can be used to store, by specifying how the primitive types should be interpreted. This keeps the set of primitive types to a minimum and reuses parquet's efficient encodings. Currently, the l...
Allow Option to ingest file with Parquet Logical types
https://api.github.com/repos/opensearch-project/data-prepper/issues/3562/comments
2
2023-10-30T14:41:35Z
2023-11-01T13:28:26Z
https://github.com/opensearch-project/data-prepper/issues/3562
1,968,540,728
3,562
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** As a user of the OpenSearch sink, I would like to roll over my indices with custom time durations, rather than just those provided by the `JavaDateTime` format (https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html). For exa...
Support dynamic indices with more granular time-based partitions
https://api.github.com/repos/opensearch-project/data-prepper/issues/3558/comments
1
2023-10-30T00:56:24Z
2023-11-07T20:32:31Z
https://github.com/opensearch-project/data-prepper/issues/3558
1,967,269,056
3,558
[ "opensearch-project", "data-prepper" ]
**Describe the bug** DynamoDb and OpenSearch mappings have potential for conflicts. One example of this being hit is with the `Number` type in DDB supporting both float and long types. With dynamic mappings in OpenSearch, the first document that gets created will determine the mappings. Following documents with di...
[BUG] DynamoDB source has potential for invalid mappings to OpenSearch
https://api.github.com/repos/opensearch-project/data-prepper/issues/3557/comments
1
2023-10-27T21:52:33Z
2024-01-05T21:12:47Z
https://github.com/opensearch-project/data-prepper/issues/3557
1,966,233,482
3,557
[ "opensearch-project", "data-prepper" ]
**Describe the bug** When running a Data Prepper pipeline without any Kafka Connect plugins, I see logs for the Kafka extension. ``` 2023-10-27T14:44:40.828 [main] INFO org.opensearch.dataprepper.plugins.kafka.extension.KafkaClusterConfigExtension - Applying Kafka Cluster Config Extension. 2023-10-27T14:44:40....
[BUG] Kafka Connect extension loaded even if not needed
https://api.github.com/repos/opensearch-project/data-prepper/issues/3555/comments
1
2023-10-27T18:26:29Z
2024-04-02T19:53:22Z
https://github.com/opensearch-project/data-prepper/issues/3555
1,966,003,190
3,555
[ "opensearch-project", "data-prepper" ]
## CVE-2023-46136 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Werkzeug-2.2.3-py3-none-any.whl</b></p></summary> <p>The comprehensive WSGI web application library.</p> <p>Library ho...
CVE-2023-46136 (High) detected in Werkzeug-2.2.3-py3-none-any.whl
https://api.github.com/repos/opensearch-project/data-prepper/issues/3552/comments
0
2023-10-26T12:17:53Z
2023-11-27T16:52:32Z
https://github.com/opensearch-project/data-prepper/issues/3552
1,963,434,537
3,552
[ "opensearch-project", "data-prepper" ]
## CVE-2023-46122 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>io_2.13-1.9.1.jar</b></p></summary> <p>IO module for sbt</p> <p>Library home page: <a href="https://github.com/sbt/io"...
CVE-2023-46122 (High) detected in io_2.13-1.9.1.jar - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/3547/comments
1
2023-10-25T00:16:02Z
2023-11-27T17:04:53Z
https://github.com/opensearch-project/data-prepper/issues/3547
1,960,285,158
3,547
[ "opensearch-project", "data-prepper" ]
**Describe the bug** The switch to Docker base image "eclipse-temurin:17-jre-jammy" introduced in #3355 adds BerkeleyDB to the image (libdb5.3_5.3.28+dfsg1-0.8ubuntu3_amd64.deb). Berkeley DB is dual license, either Oracle commercial license or GNU AGPL v3 [1]. Both licenses types are problematic for distribution and S...
[BUG] Docker image jre-jammy contains Berkeley DB
https://api.github.com/repos/opensearch-project/data-prepper/issues/3543/comments
2
2023-10-24T07:24:03Z
2023-11-21T17:17:06Z
https://github.com/opensearch-project/data-prepper/issues/3543
1,958,665,626
3,543
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Currently, the s3 and opensearch source have an internal acknowledgment timeout of 1 or 2 hours. This is because these are mainly used for historical migrations of data, so they are less time sensitive. However, as dynamodb streams is a streaming use ...
End to end acknowledgments for Dynamo source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3538/comments
1
2023-10-21T00:04:34Z
2023-11-02T16:14:44Z
https://github.com/opensearch-project/data-prepper/issues/3538
1,955,147,306
3,538
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** As a user of the date processor, I am unable to format the result of the conversion of my dates to ISO_8601 format strings. The result of the string is always the entire timestamp String (`2023-07-23T15:28:15.081-05:00`). **Describe the solution ...
Support a destination_format option in the date processor to format result with DateTimeFormatter
https://api.github.com/repos/opensearch-project/data-prepper/issues/3537/comments
0
2023-10-20T23:02:34Z
2023-10-20T23:42:14Z
https://github.com/opensearch-project/data-prepper/issues/3537
1,955,105,921
3,537
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** We deprecated the `Record` class, but have not provided any alternatives to users. Thus, developers ignore deprecation warnings, which is probably not what we want. Also, might `Record` be useful for binary data? **Describe the solution you'd l...
Remove the @Deprecated from Record
https://api.github.com/repos/opensearch-project/data-prepper/issues/3536/comments
0
2023-10-20T21:25:02Z
2023-10-23T21:52:28Z
https://github.com/opensearch-project/data-prepper/issues/3536
1,955,030,346
3,536
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** It seems during ingestion stage, the OSI will filter based on certain criteria like `start_time`, and `prefix`, we like to see those in logging so we can understand what criteria are applied during ingestion process. https://github.com/opensearch-p...
Improve the logging in the OSI filtering stage
https://api.github.com/repos/opensearch-project/data-prepper/issues/3531/comments
3
2023-10-19T14:43:43Z
2024-03-28T17:08:50Z
https://github.com/opensearch-project/data-prepper/issues/3531
1,952,436,560
3,531
[ "opensearch-project", "data-prepper" ]
**Describe the bug** NullPointer exception in DefaultKafkaClusterConfigSupplier get API **To Reproduce** Start pipeline with the following YAML file, it crashes because the kafkaClusterConfig is null ``` kafka-pipeline: source: kafka: bootstrap_servers: ["localhost:9092"] acknowledgments: ...
[BUG] NullPointer exception in DefaultKafkaClusterConfigSupplier get API
https://api.github.com/repos/opensearch-project/data-prepper/issues/3528/comments
0
2023-10-18T23:16:17Z
2023-10-23T21:50:23Z
https://github.com/opensearch-project/data-prepper/issues/3528
1,950,859,645
3,528
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Having the ability to do complex schema transformations in DataPrepper is an important component of log observably and index management. For example, if an organization wants to standardize on SS4O schema without rewriting logging in all their apps, to...
Improved schema transformation utilities in DatPrepper
https://api.github.com/repos/opensearch-project/data-prepper/issues/3526/comments
1
2023-10-18T16:01:40Z
2023-10-19T21:52:19Z
https://github.com/opensearch-project/data-prepper/issues/3526
1,950,102,303
3,526
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Data Prepper currently has both end-to-end tests and a set of smoke tests. The end-to-end tests cover more cases than the smoke tests. The primary advantage of the smoke tests is that they use the actual Docker image or tar.gz. We can do the same ...
Use end-to-end tests for smoke tests
https://api.github.com/repos/opensearch-project/data-prepper/issues/3524/comments
0
2023-10-18T14:56:21Z
2025-06-04T22:08:31Z
https://github.com/opensearch-project/data-prepper/issues/3524
1,949,960,235
3,524
[ "opensearch-project", "data-prepper" ]
## CVE-2023-5072 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-20230618.jar</b></p></summary> <p>JSON is a light-weight, language independent, data interchange format. S...
CVE-2023-5072 (High) detected in json-20230618.jar - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/3522/comments
1
2023-10-18T13:32:30Z
2023-11-27T17:04:50Z
https://github.com/opensearch-project/data-prepper/issues/3522
1,949,769,867
3,522
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** When using the Kafka buffer, we may wish to have different AWS credentials for KMS than for the actual Amazon MSK configuration provided in the root of the configuration. **Describe the solution you'd like** Add new configurations for the AWS c...
Support KMS-specific AWS configurations in the Kafka buffer
https://api.github.com/repos/opensearch-project/data-prepper/issues/3516/comments
0
2023-10-17T16:50:17Z
2023-11-28T14:24:24Z
https://github.com/opensearch-project/data-prepper/issues/3516
1,947,850,537
3,516
[ "opensearch-project", "data-prepper" ]
**Describe the bug** When using a pointer and a destination together with the `parse_json` processor, the output data in the destination contains an incorrect nested key. **To Reproduce** Steps to reproduce the behavior: pipelines.yaml: ``` parse-json-pipeline: source: http: sink: - stdout: ...
[BUG] parse_json processor doesn't handle pointers with destinations
https://api.github.com/repos/opensearch-project/data-prepper/issues/3515/comments
2
2023-10-17T16:36:23Z
2024-05-16T15:48:16Z
https://github.com/opensearch-project/data-prepper/issues/3515
1,947,825,888
3,515
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Trying to use a regex in a Data Prepper expression with a `$` in the Regex is causing this error: ``` 2023-10-17T16:24:04,064 [simple-pipeline-processor-worker-1-thread-1] ERROR org.opensearch.dataprepper.pipeline.router.RouteEventEvaluator - Failed to evaluate route. This route will not be ...
[BUG] Regex matching with Data Prepper Expression throws error when using $
https://api.github.com/repos/opensearch-project/data-prepper/issues/3514/comments
2
2023-10-17T16:29:14Z
2024-02-03T18:00:23Z
https://github.com/opensearch-project/data-prepper/issues/3514
1,947,813,657
3,514
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The Data Prepper pipeline configuration uses YAML which supports both single and double quotes for strings. And in many cases, you don't even need quotes. The Data Prepper expression language uses double quotes to represent a string within an expr...
Provide better documentation around YAML quotes
https://api.github.com/repos/opensearch-project/data-prepper/issues/3513/comments
0
2023-10-17T16:23:19Z
2025-01-21T20:59:11Z
https://github.com/opensearch-project/data-prepper/issues/3513
1,947,804,019
3,513
[ "opensearch-project", "data-prepper" ]
Any chance that support for sourcing from RabbitMQ might be considered (rabbitmq-source plugin)?
RabbitMQ Source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3511/comments
0
2023-10-17T00:32:29Z
2023-10-31T19:53:07Z
https://github.com/opensearch-project/data-prepper/issues/3511
1,946,313,831
3,511
[ "opensearch-project", "data-prepper" ]
**Describe the bug** No permissions when writing to serverless collections results in infinite retry (or up to max_retries) before an exception message is shown to the user. This can lead to never seeing the permission issue. This may occur for more than just serverless collections but I have only personally hit the i...
[BUG] No permissions for writing to OpenSearch serverless collection only shows errors after max_retries limit is reached
https://api.github.com/repos/opensearch-project/data-prepper/issues/3508/comments
0
2023-10-16T20:24:46Z
2023-10-31T20:23:57Z
https://github.com/opensearch-project/data-prepper/issues/3508
1,946,030,351
3,508
[ "opensearch-project", "data-prepper" ]
**Describe the bug** When a bulk request fails to write to OpenSearch, failures will be handled after the `max_retries` has been exhausted. However, when logging the failure or sending the failure to the DLQ, the bulk level message of `Number of retries reached the limit of max retries (configured value %d)`, instead ...
[BUG] Document level bulk request error messages are overridden by bulk level error message when max limit is reached
https://api.github.com/repos/opensearch-project/data-prepper/issues/3507/comments
5
2023-10-16T20:17:37Z
2024-05-16T21:30:34Z
https://github.com/opensearch-project/data-prepper/issues/3507
1,946,019,555
3,507
[ "opensearch-project", "data-prepper" ]
**Describe the bug** In the Trace Analytics OpenSearch setup, index rollovers for the `otel-v1-apm-span-*` indices are not working with Data Prepper's official index template. **To Reproduce** * Prerequisite is a running OpenSearch cluster. * Configure Data Prepper for the [trace analytics use case](https://opens...
[BUG] ISM index rollover actions fail because of missing setting for otel-v1-apm-span-* indices
https://api.github.com/repos/opensearch-project/data-prepper/issues/3506/comments
6
2023-10-16T16:22:24Z
2023-11-08T14:38:51Z
https://github.com/opensearch-project/data-prepper/issues/3506
1,945,632,200
3,506
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Data Prepper 2.5 started using Ubuntu as the base image (from the Temurin Java Docker image). This introduces quite a few packages and through these introduced a number of CVEs in the base image. **Describe the solution you'd like** Use [Amazon...
Use Amazon Linux as base Docker image
https://api.github.com/repos/opensearch-project/data-prepper/issues/3505/comments
0
2023-10-16T14:50:31Z
2023-11-17T20:34:53Z
https://github.com/opensearch-project/data-prepper/issues/3505
1,945,405,084
3,505
[ "opensearch-project", "data-prepper" ]
I'm trying to debug an issue in an OS Integration Pipeline, but the only message I get is: ``` WARN org.opensearch.dataprepper.plugins.sink.opensearch.BulkRetryStrategy - Bulk Operation Failed. Number of retries 5. Retrying... ``` Which makes impossible to debug the root cause of the issue. It would be very u...
Bulk Operation Retry Strategy should print cause of error
https://api.github.com/repos/opensearch-project/data-prepper/issues/3504/comments
1
2023-10-16T13:00:33Z
2023-11-27T17:40:06Z
https://github.com/opensearch-project/data-prepper/issues/3504
1,945,168,125
3,504
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** For some use cases ingest pipelines in opensearch are useful. From what I gather from the docs and code the opensearch sink does not support an ingest pipeline option. **Describe the solution you'd like** Implement ingest pipeline config option and...
Opensearch sink: support ingest pipeline config
https://api.github.com/repos/opensearch-project/data-prepper/issues/3502/comments
4
2023-10-15T21:54:39Z
2023-11-01T18:41:21Z
https://github.com/opensearch-project/data-prepper/issues/3502
1,944,071,752
3,502
[ "opensearch-project", "data-prepper" ]
I get a x_content_parse_exception while triying .\examples\jaeger-hotrod Steps to reproduce the behavior: 1. Go to localhost:8080 and click some buttons on Hot ROD page. 2. Open http://127.0.0.1:5601/app/observability-traces , select Data-Prepper and click refresh button 3. See Error (details in opensearch-dasboard c...
[BUG] Cannot get view in DashBoard - jaeger-hotrod
https://api.github.com/repos/opensearch-project/data-prepper/issues/3499/comments
4
2023-10-12T22:00:07Z
2024-10-26T13:25:04Z
https://github.com/opensearch-project/data-prepper/issues/3499
1,940,860,537
3,499
[ "opensearch-project", "data-prepper" ]
**Describe the bug** The key value processor can throw NPE here (https://github.com/opensearch-project/data-prepper/blob/b4b4a98d10a5cec0d8c0331e7551bc272403c71f/data-prepper-plugins/key-value-processor/src/main/java/org/opensearch/dataprepper/plugins/processor/keyvalue/KeyValueProcessor.java#L239) if the `source` key...
[BUG] Key value processor will throw NPE if source key does not exist in the Event
https://api.github.com/repos/opensearch-project/data-prepper/issues/3496/comments
1
2023-10-12T19:11:04Z
2024-01-17T19:13:17Z
https://github.com/opensearch-project/data-prepper/issues/3496
1,940,627,928
3,496
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Users of Data Prepper are not given an accurate look at the time it takes for Events to be processed through a Data Prepper pipeline, from the time the Event was received by the source, to the time that it is successfully sent to the sink. Addition...
Sink level metric for end to end latency
https://api.github.com/repos/opensearch-project/data-prepper/issues/3494/comments
10
2023-10-12T16:47:37Z
2023-11-01T20:53:00Z
https://github.com/opensearch-project/data-prepper/issues/3494
1,940,393,345
3,494
[ "opensearch-project", "data-prepper" ]
Update the minimum version for running Data Prepper to JDK 21 from JDK 11. (The original proposal from Oct 2023 was to update to JDK 17. Releasing with JDK 21 as the minimum now that it is the latest LTS will give us more language features and fewer versions to support)
Update the minimum version of Data Prepper to 21
https://api.github.com/repos/opensearch-project/data-prepper/issues/3493/comments
1
2023-10-12T15:48:55Z
2024-09-06T18:21:54Z
https://github.com/opensearch-project/data-prepper/issues/3493
1,940,279,504
3,493
[ "opensearch-project", "data-prepper" ]
## CVE-2023-44981 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>zookeeper-3.7.1.jar</b>, <b>zookeeper-3.6.4.jar</b>, <b>zookeeper-3.6.3.jar</b></p></summary> <p> <details><summ...
CVE-2023-44981 (Critical) detected in multiple libraries - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/3491/comments
4
2023-10-12T03:29:11Z
2023-11-27T17:04:56Z
https://github.com/opensearch-project/data-prepper/issues/3491
1,939,109,349
3,491
[ "opensearch-project", "data-prepper" ]
## CVE-2023-36478 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>http2-hpack-11.0.12.jar</b>, <b>jetty-http-11.0.12.jar</b></p></summary> <p> <details><summary><b>http2-hpack-11.0.1...
CVE-2023-36478 (High) detected in http2-hpack-11.0.12.jar, jetty-http-11.0.12.jar - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/3490/comments
2
2023-10-12T03:28:52Z
2023-10-26T18:28:40Z
https://github.com/opensearch-project/data-prepper/issues/3490
1,939,109,117
3,490
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Users often format the `index` with values from the Event or EventMetadata, and this can commonly lead to invalid index names that don't follow the guidelines below ``` OpenSearch Service indexes have the following naming restrictions: All l...
Using index in expressions has a common chance of creating an invalid index
https://api.github.com/repos/opensearch-project/data-prepper/issues/3487/comments
2
2023-10-11T19:57:05Z
2023-11-11T21:54:31Z
https://github.com/opensearch-project/data-prepper/issues/3487
1,938,621,617
3,487
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The Kafka buffer can now decrypt an envelope encryption key using KMS. However, sometimes, we want to decrypt with an encryption context. **Describe the solution you'd like** Add support for KMS encryption context in the configuration. Use this...
Support KMS encryption context in the Kafka buffer's encryption
https://api.github.com/repos/opensearch-project/data-prepper/issues/3484/comments
0
2023-10-11T17:03:58Z
2023-11-28T14:24:27Z
https://github.com/opensearch-project/data-prepper/issues/3484
1,938,281,282
3,484
[ "opensearch-project", "data-prepper" ]
Please approve or deny the release of Data Prepper. **VERSION**: 2.5.0 **BUILD NUMBER**: 74 **RELEASE MAJOR TAG**: true **RELEASE LATEST TAG**: true Workflow is pending manual review. URL: https://github.com/opensearch-project/data-prepper/actions/runs/6485073769 Required approvers: [chenqi0805 engechas graytaylor0 ...
Manual approval required for workflow run 6485073769: Release Data Prepper : 2.5.0
https://api.github.com/repos/opensearch-project/data-prepper/issues/3483/comments
3
2023-10-11T16:48:47Z
2023-10-11T16:54:57Z
https://github.com/opensearch-project/data-prepper/issues/3483
1,938,249,381
3,483
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Running the data-prepper build and github actions frequently has failing flaky tests, and often requires retrying the tests multiple times before it succeeds. This issue is meant to allow easy tracking of these flaky tests, by adding an item to the checklist when a flaky test is seen. ### Fla...
[BUG] Flaky tests high-level tracking
https://api.github.com/repos/opensearch-project/data-prepper/issues/3481/comments
25
2023-10-11T15:15:26Z
2025-01-14T20:55:06Z
https://github.com/opensearch-project/data-prepper/issues/3481
1,938,065,731
3,481
[ "opensearch-project", "data-prepper" ]
## CVE-2023-44487 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>netty-codec-http2-4.1.96.Final.jar</b>, <b>http2-common-11.0.16.jar</b>, <b>http2-server-11.0.16.jar</b></p></summary...
CVE-2023-44487 (High) detected in multiple libraries
https://api.github.com/repos/opensearch-project/data-prepper/issues/3474/comments
0
2023-10-10T20:33:21Z
2023-10-10T23:33:28Z
https://github.com/opensearch-project/data-prepper/issues/3474
1,936,165,922
3,474
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Fix disabled E2E ack integration tests in PipelinesWithAcksIT.java **To Reproduce** The problem occurs somewhat frequently in github environment but not in local environments. **Expected behavior** Tests should pass in all environments. **Screenshots** If applicable, add screenshots to...
[BUG] Fix disabled E2E ack integration tests in PipelinesWithAcksIT.java
https://api.github.com/repos/opensearch-project/data-prepper/issues/3472/comments
0
2023-10-10T17:25:56Z
2023-10-11T20:00:49Z
https://github.com/opensearch-project/data-prepper/issues/3472
1,935,869,693
3,472
[ "opensearch-project", "data-prepper" ]
**Describe the bug** ``` > Task :data-prepper-plugins:dynamodb-source:test DataFileLoaderTest > test_run_loadFile_correctly() FAILED org.mockito.exceptions.verification.WantedButNotInvoked at DataFileLoaderTest.java:139 ``` Example failure: https://github.com/opensearch-project/data-prepper/actions/r...
[BUG] Flaky test in DataFileLoaderTest
https://api.github.com/repos/opensearch-project/data-prepper/issues/3470/comments
7
2023-10-10T14:55:52Z
2023-11-09T21:03:15Z
https://github.com/opensearch-project/data-prepper/issues/3470
1,935,581,274
3,470
[ "opensearch-project", "data-prepper" ]
**Describe the bug** There are a lot of test failures on the Windows system. 1. SinkModelTest. It uses hardcode "\n" in the tests, but it is "\r\n" on Windows. 2. DataPrepperArgsTest. It uses a hardcode "/" path separator to compare the path, but on Windows which is "\\" 3. DateProcessorTests. The test uses the wro...
[BUG] Unit tests fail on Windows machine
https://api.github.com/repos/opensearch-project/data-prepper/issues/3459/comments
0
2023-10-08T07:33:08Z
2023-11-01T14:56:17Z
https://github.com/opensearch-project/data-prepper/issues/3459
1,931,687,294
3,459
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Changed the compression in logstash producer to snappy compression. After that dataprepper stopped processing messages without giving an error. Removed compression and everything is okay again **To Reproduce** ^^ **Expected behavior** Dataprepper processes compressed messages **Screensh...
[BUG] Kafka input snappy compression not supported?
https://api.github.com/repos/opensearch-project/data-prepper/issues/3452/comments
1
2023-10-06T16:41:05Z
2023-10-06T18:37:15Z
https://github.com/opensearch-project/data-prepper/issues/3452
1,930,597,044
3,452
[ "opensearch-project", "data-prepper" ]
## CVE-2023-4586 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-handler-4.1.100.Final.jar</b></p></summary> <p></p> <p>Library home page: <a href="https://netty.io/">https://net...
CVE-2023-4586 (High) detected in netty-handler-4.1.100.Final.jar - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/3443/comments
7
2023-10-05T16:58:38Z
2023-11-07T18:03:48Z
https://github.com/opensearch-project/data-prepper/issues/3443
1,928,711,408
3,443
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Currently basic auth (username/password) support in pipeline.yaml does not include secret refreshment through polling. **Describe the solution you'd like** Support secret refreshment through the polling (#3415 ) **Describe alternatives you've co...
[Enhancement] Support secrets refreshment for basic auth in OpenSearch Source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3436/comments
0
2023-10-05T02:53:15Z
2023-10-09T15:24:49Z
https://github.com/opensearch-project/data-prepper/issues/3436
1,927,287,282
3,436
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** We would like to support Hadoop partitions in the S3 sink. For example, we may wish to write an object to the following key path: ``` events/year=2023/month=10/day=04 ``` **Describe the solution you'd like** Provide a new Data Prepper expr...
Data Prepper function to format a date-time
https://api.github.com/repos/opensearch-project/data-prepper/issues/3434/comments
4
2023-10-04T19:34:37Z
2024-09-17T19:46:05Z
https://github.com/opensearch-project/data-prepper/issues/3434
1,926,852,311
3,434
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Index patterns are being created with a truncated index pattern from the index template index patterns passed in the config This bug occurs when there is no `ism_policy_file` passed to the source. This is here in the code (https://github.com/opensearch-project/data-prepper/blob/463fa4590d5f9d...
[BUG] Index template_file and template_content truncates index pattern incorrectly
https://api.github.com/repos/opensearch-project/data-prepper/issues/3432/comments
1
2023-10-03T19:00:32Z
2025-03-04T20:49:56Z
https://github.com/opensearch-project/data-prepper/issues/3432
1,924,747,017
3,432
[ "opensearch-project", "data-prepper" ]
## CVE-2023-39410 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>avro-1.11.0.jar</b></p></summary> <p>Avro core components</p> <p>Library home page: <a href="https://avro.apache.org">...
CVE-2023-39410 (High) detected in avro-1.11.0.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/3430/comments
2
2023-10-03T16:59:09Z
2023-11-27T18:58:52Z
https://github.com/opensearch-project/data-prepper/issues/3430
1,924,562,417
3,430
[ "opensearch-project", "data-prepper" ]
Please approve or deny the release of Data Prepper. **VERSION**: 2.4.1 **BUILD NUMBER**: 73 **RELEASE MAJOR TAG**: true **RELEASE LATEST TAG**: true Workflow is pending manual review. URL: https://github.com/opensearch-project/data-prepper/actions/runs/6384570326 Required approvers: [chenqi0805 engechas graytaylor0 ...
Manual approval required for workflow run 6384570326: Release Data Prepper : 2.4.1
https://api.github.com/repos/opensearch-project/data-prepper/issues/3423/comments
4
2023-10-02T19:52:59Z
2023-10-02T20:08:37Z
https://github.com/opensearch-project/data-prepper/issues/3423
1,922,574,138
3,423