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.** DataPrepper recently added Kafka Source support. Kafka source should expose KafkaConsumer metrics and other metrics to DataPrepper users using the PluginMetrics **Describe the solution you'd like** Types of metrics to support - global (KafkaSourc...
Metrics in Kafka Source
https://api.github.com/repos/opensearch-project/data-prepper/issues/3112/comments
1
2023-08-04T15:10:36Z
2023-08-10T18:38:44Z
https://github.com/opensearch-project/data-prepper/issues/3112
1,836,929,936
3,112
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The OpenSearch sink currently supports the `create` and `index` bulk actions. As a user, I would also like to utilize both the `delete` and `update` actions (as well as `upsert` action which uses the update bulk action) in the OpenSearch sink, but th...
Support remaining bulk actions and conditional expressions to determine bulk action in the OpenSearch sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/3109/comments
4
2023-08-03T15:28:35Z
2023-10-06T00:54:39Z
https://github.com/opensearch-project/data-prepper/issues/3109
1,835,285,927
3,109
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Other projects in the OpenSearch project have a `RELEASING.md` file. Data Prepper has the instructions in a different location. https://github.com/opensearch-project/data-prepper/blob/main/release/README.md **Describe the solution you'd like...
Providing a RELEASING.md file
https://api.github.com/repos/opensearch-project/data-prepper/issues/3108/comments
0
2023-08-03T14:18:18Z
2023-08-25T21:04:45Z
https://github.com/opensearch-project/data-prepper/issues/3108
1,835,160,368
3,108
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Currently the cloudwatch_logs sink does not support the pushing of log events to a dlq if an error occurs. **Describe the solution you'd like** To solve this issue, an S3 and file dlq can be passed into the sink to allow for errored out log events ...
Addition of DLQ inside the CloudWatch Logs Sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/3107/comments
0
2023-08-03T00:44:37Z
2023-08-09T21:09:22Z
https://github.com/opensearch-project/data-prepper/issues/3107
1,834,094,476
3,107
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Currently the cloudwatch_logs sink publishes log events with the time at which the event is transmitted from the sink. There is no support for extracting an already existing timestamp from the event and using it as the timestamp of the event. **Desc...
Adding Timestamp Extraction to CloudWatch Logs Sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/3106/comments
0
2023-08-03T00:39:44Z
2023-08-09T21:08:15Z
https://github.com/opensearch-project/data-prepper/issues/3106
1,834,089,017
3,106
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Data-Prepper can receive log events but not publish them in Embedded Metrics Format(EMF) to take advantage of metric extraction from CloudWatch Logs services. **Describe the solution you'd like** To solve this, a processor can be made to format the...
Addition of EMF Processor to format log events for CloudWatch Logs Metric Extraction
https://api.github.com/repos/opensearch-project/data-prepper/issues/3105/comments
0
2023-08-03T00:25:28Z
2023-08-09T21:06:14Z
https://github.com/opensearch-project/data-prepper/issues/3105
1,834,072,546
3,105
[ "opensearch-project", "data-prepper" ]
Data Prepper `pipelines.yaml`: ```yaml otel-opensearch-pipeline: workers: 1 delay: "5000" source: otel_logs_source: ssl: false sink: - opensearch: hosts: [ "https://es-host:9200" ] index: "test-index-%{yyyy.MM.dd}" username: admin password: <redacted> ``` T...
Receive OTLP and index into OpenSearch without `log.attributes` prefix
https://api.github.com/repos/opensearch-project/data-prepper/issues/3098/comments
2
2023-08-01T11:08:07Z
2024-08-28T22:37:03Z
https://github.com/opensearch-project/data-prepper/issues/3098
1,831,029,991
3,098
[ "opensearch-project", "data-prepper" ]
See PR comments in #2989.
PR feedback improvements from #2989
https://api.github.com/repos/opensearch-project/data-prepper/issues/3080/comments
1
2023-07-31T14:07:34Z
2023-08-14T15:30:14Z
https://github.com/opensearch-project/data-prepper/issues/3080
1,829,273,528
3,080
[ "opensearch-project", "data-prepper" ]
Hello, I tried many different syntaxes about rollover_alias but somehow, when data-prepper is creating the template in OpenSearch, the setting gets lost. I have a simple pipeline with a sink: ``` sink: - opensearch: hosts: [ "https://127.0.0.1:9200" ] index: "test_logs" template_...
Question: How can I add a rollover_alias in the index_template file?
https://api.github.com/repos/opensearch-project/data-prepper/issues/3077/comments
2
2023-07-28T14:04:44Z
2023-10-16T06:22:12Z
https://github.com/opensearch-project/data-prepper/issues/3077
1,826,491,182
3,077
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** In the `index` parameter of the OpenSearch sink this format is supported to format from multiple keys or expression results in the Event ``` index: "${key-one}-${key-two}-${getMetadata(\"some_metadata_key\")" ``` but `document_id_field` has n...
Support formatting of the document_id_field in the OpenSearch sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/3074/comments
0
2023-07-28T00:04:00Z
2023-08-16T17:27:31Z
https://github.com/opensearch-project/data-prepper/issues/3074
1,825,409,723
3,074
[ "opensearch-project", "data-prepper" ]
## WS-2023-0236 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jetty-xml-11.0.12.jar</b></p></summary> <p>The jetty xml utilities.</p> <p>Library home page: <a href="https://eclipse.or...
WS-2023-0236 (Low) detected in jetty-xml-11.0.12.jar - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/3072/comments
6
2023-07-27T15:53:10Z
2023-10-26T18:28:47Z
https://github.com/opensearch-project/data-prepper/issues/3072
1,824,676,808
3,072
[ "opensearch-project", "data-prepper" ]
## CVE-2023-37920 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>certifi-2022.12.7-py3-none-any.whl</b></p></summary> <p>Python package for providing Mozilla's CA Bundle.</p> <p>L...
CVE-2023-37920 (Critical) detected in certifi-2022.12.7-py3-none-any.whl
https://api.github.com/repos/opensearch-project/data-prepper/issues/3070/comments
1
2023-07-26T19:11:42Z
2023-09-07T22:13:41Z
https://github.com/opensearch-project/data-prepper/issues/3070
1,823,003,802
3,070
[ "opensearch-project", "data-prepper" ]
## CVE-2023-38493 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>armeria-1.22.1.jar</b>, <b>armeria-1.15.0.jar</b></p></summary> <p> <details><summary><b>armeria-1.22.1.jar</b></p><...
CVE-2023-38493 (High) detected in armeria-1.22.1.jar, armeria-1.15.0.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/3069/comments
0
2023-07-26T19:11:38Z
2023-09-20T13:35:44Z
https://github.com/opensearch-project/data-prepper/issues/3069
1,823,003,710
3,069
[ "opensearch-project", "data-prepper" ]
## CVE-2023-3635 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>okio-2.8.0.jar</b></p></summary> <p>A modern I/O API for Java</p> <p>Library home page: <a href="https://github.com/squ...
CVE-2023-3635 (High) detected in okio-2.8.0.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/3068/comments
3
2023-07-26T19:11:36Z
2024-03-07T15:38:26Z
https://github.com/opensearch-project/data-prepper/issues/3068
1,823,003,668
3,068
[ "opensearch-project", "data-prepper" ]
## CVE-2021-39194 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kaml-0.20.0.jar</b></p></summary> <p>YAML support for kotlinx.serialization</p> <p>Library home page: <a href="https...
CVE-2021-39194 (Medium) detected in kaml-0.20.0.jar - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/3064/comments
2
2023-07-25T22:57:39Z
2023-09-26T18:40:01Z
https://github.com/opensearch-project/data-prepper/issues/3064
1,821,285,278
3,064
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Currently the `index_type` defaults to `management_disabled` when `distribution_version` is set to es6. This is due to old index mapping schema in ES 6: ``` org.opensearch.client.opensearch._types.OpenSearchException: Request failed: [illegal_argumen...
[Enhancement] Support custom index template for ES 6 in opensearch sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/3060/comments
0
2023-07-25T17:06:53Z
2023-07-26T21:05:54Z
https://github.com/opensearch-project/data-prepper/issues/3060
1,820,763,343
3,060
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Data Prepper now supports the new `_index_template` template type. This is preferred over the `v1` style. **Describe the solution you'd like** Change the default behavior of the Data Prepper `opensearch` sink to use the newer composable index t...
Change the default OpenSearch template type to index_template
https://api.github.com/repos/opensearch-project/data-prepper/issues/3059/comments
0
2023-07-25T15:23:48Z
2023-07-25T15:25:03Z
https://github.com/opensearch-project/data-prepper/issues/3059
1,820,589,121
3,059
[ "opensearch-project", "data-prepper" ]
Requesting RPM&DEB packages for data-prepper in order to ease the barrier of entry to its use.
Request RPM&DEB packages for data-prepper
https://api.github.com/repos/opensearch-project/data-prepper/issues/3057/comments
2
2023-07-25T12:58:23Z
2023-07-31T22:20:56Z
https://github.com/opensearch-project/data-prepper/issues/3057
1,820,288,597
3,057
[ "opensearch-project", "data-prepper" ]
**Describe the bug** When using a sink with the parameters template_file and ism_policy_file, an OpenSearch template is automatically created. However, this is not visible in the dashboard because it uses the old path _template instead of the new one _index_template It's probably more an improvement to stay compatib...
[BUG] Data-Prepper is still using the deprecated _template path when creating ES templates
https://api.github.com/repos/opensearch-project/data-prepper/issues/3052/comments
4
2023-07-22T13:24:44Z
2023-07-26T07:16:53Z
https://github.com/opensearch-project/data-prepper/issues/3052
1,816,764,759
3,052
[ "opensearch-project", "data-prepper" ]
### Background Data Prepper has an existing metric naming convention of: ``` {pipelineName}.{pluginType}.{metricName} ``` The `{metricName}` part is custom to each plugin. The `{pipelineName}.{pluginType}` is determined by the `PluginMetrics` class and is standard to all Data Prepper metrics. ### Problems...
Consistent metric naming convention
https://api.github.com/repos/opensearch-project/data-prepper/issues/3051/comments
2
2023-07-21T18:06:16Z
2024-11-18T17:39:12Z
https://github.com/opensearch-project/data-prepper/issues/3051
1,816,191,180
3,051
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Currently opensearch sink defaults to `management_disabled` for index management. Since the merge of support for composable index template we have the ability to expand the support for index management for serverless ingestion. **Describe the soluti...
[Enhancement] Support serverless compatible index template in opensearch sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/3048/comments
1
2023-07-20T17:39:23Z
2023-10-11T16:28:59Z
https://github.com/opensearch-project/data-prepper/issues/3048
1,814,495,298
3,048
[ "opensearch-project", "data-prepper" ]
**Describe the bug** We have deployed TLS enabled data prepper version 2.3.2 on Kubernetes cluster and we are using opensearch sink for it. We use data prepper for distributed tracing using opentelemetry. We noticed that once the pod starts up, it the data prepper containers always gets stuck at "Submitting request to...
[BUG] Data prepper 2.3.2 is stuck in Submitting request to initiate the pipeline processing
https://api.github.com/repos/opensearch-project/data-prepper/issues/3043/comments
2
2023-07-19T09:55:14Z
2023-07-20T05:40:04Z
https://github.com/opensearch-project/data-prepper/issues/3043
1,811,598,786
3,043
[ "opensearch-project", "data-prepper" ]
**Describe the bug** DataPrepper supports `create` and `index` actions in the OpenSearch sink. Depending on which action is specified, the BulkRequest populates the respective parameter. This is accounted for in some places of the code, such as the [JavaClientUncompressedAccumulatingBulkRequest](https://github.com/ope...
[BUG] DLQ Serialization Doesn't Support Create Action
https://api.github.com/repos/opensearch-project/data-prepper/issues/3040/comments
0
2023-07-18T18:35:17Z
2023-07-19T21:13:01Z
https://github.com/opensearch-project/data-prepper/issues/3040
1,810,484,422
3,040
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Race condition in DataPrepper sources using e2e acknowledgements. DataPrepper sources using e2e acknowledgements are doing something like this ``` bufferAccumulator.add(eventRecord); if(Objects.nonNull(acknowledgementSet)){ ...
[BUG] Race condition in DataPrepper sources using e2e acknowledgements
https://api.github.com/repos/opensearch-project/data-prepper/issues/3038/comments
0
2023-07-18T18:05:51Z
2023-07-18T22:53:42Z
https://github.com/opensearch-project/data-prepper/issues/3038
1,810,445,690
3,038
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** I'd like to push metrics to Prometheus. **Describe the solution you'd like** Provide a `prometheus` sink which can support push. ``` sink: - prometheus: model: push endpoint: http://localhost:2090 ``` **Additional con...
Support Prometheus as a Sink storage (remote-write model)
https://api.github.com/repos/opensearch-project/data-prepper/issues/3028/comments
0
2023-07-13T17:26:23Z
2025-04-17T14:08:22Z
https://github.com/opensearch-project/data-prepper/issues/3028
1,803,465,348
3,028
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The error message provided by STS when assuming may not always be the most useful message to present. **Describe the solution you'd like** Allow configuration of the AWS plugin to change the error message provided when assuming a role. This ...
Support configurable error message from STS
https://api.github.com/repos/opensearch-project/data-prepper/issues/3018/comments
0
2023-07-12T19:32:13Z
2023-07-12T21:07:33Z
https://github.com/opensearch-project/data-prepper/issues/3018
1,801,628,706
3,018
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Please address comments in issue : https://github.com/opensearch-project/data-prepper/pull/2925 Issue : downloadReady flag and also global usage of this flag. **To Reproduce** Review comments to be addressed
[BUG] GeoIP - Download ready flag
https://api.github.com/repos/opensearch-project/data-prepper/issues/3015/comments
2
2023-07-12T17:10:08Z
2023-07-13T15:35:00Z
https://github.com/opensearch-project/data-prepper/issues/3015
1,801,405,566
3,015
[ "opensearch-project", "data-prepper" ]
**Describe the bug** The `s3` source no longer validates the bucket ownership, which can lead to bucket sniping. **To Reproduce** Steps to reproduce the behavior: 1. Run Data Prepper with cross-account SQS/S3 **Expected behavior** The bucket is not owned by the same account, Data Prepper should not read...
[BUG] Data Prepper S3 source does not validate bucket ownership
https://api.github.com/repos/opensearch-project/data-prepper/issues/3005/comments
0
2023-07-11T19:14:04Z
2023-07-12T17:36:11Z
https://github.com/opensearch-project/data-prepper/issues/3005
1,799,604,355
3,005
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The current opensearch sink lacks support for Elasticsearch 6 due to the type removal breaking change in opensearch: ``` Request failed: [action_request_validation_exception] Validation Failed: 1: type is missing;2: type is missing;3: type is missing...
Support ES 6.8 in opensearch sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/3003/comments
0
2023-07-11T16:39:50Z
2023-07-28T23:32:55Z
https://github.com/opensearch-project/data-prepper/issues/3003
1,799,331,892
3,003
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Race condition in S3 source when E2E acknowledgements enabled. The main thread and the ack callback thread may get executed in different order causing the `waitingForAcknowledgements` to be not populated correctly. This can cause SQS messages not deleted. **To Reproduce** Steps to reproduce t...
[BUG] Race condition in S3 source when E2E acknowledgements enabled
https://api.github.com/repos/opensearch-project/data-prepper/issues/3000/comments
0
2023-07-11T07:29:13Z
2023-07-11T22:09:28Z
https://github.com/opensearch-project/data-prepper/issues/3000
1,798,300,903
3,000
[ "opensearch-project", "data-prepper" ]
**Describe the bug** _Network delays when sending alert messages._ Sometimes messages are not sent during tests of sending alert messages and an exception occurs. I suspect network delays/FW cause errors randomly. On the same machine, there is no problem with the same mailbox using Alertmanager. `[2023-07-06T22:...
[BUG] Network delays when sending alert messages.
https://api.github.com/repos/opensearch-project/data-prepper/issues/2990/comments
0
2023-07-07T10:31:34Z
2023-07-11T08:31:05Z
https://github.com/opensearch-project/data-prepper/issues/2990
1,793,274,518
2,990
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Rename StartTime and Time fields of Aggregate processor to "AggregationStartTime" and "AggregationEndTime" **Describe the solution you'd like** Rename StartTime and Time fields of Aggregate processor to "AggregationStartTime" and "AggregationEndTim...
Rename StartTime and Time fields of Aggregate processor
https://api.github.com/repos/opensearch-project/data-prepper/issues/2988/comments
1
2023-07-07T00:48:10Z
2023-08-16T22:28:14Z
https://github.com/opensearch-project/data-prepper/issues/2988
1,792,517,969
2,988
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Customers would like to allowlist Some data to OpenSearch and send all discarded data to S3 Sink. Right now there is not an easy way to do it, it would be nice to add options of include_keys and exclude_keys under the sink. **Describe the solution y...
Add include_keys and exclude_keys options under the sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/2975/comments
22
2023-07-03T03:04:22Z
2023-08-14T15:28:52Z
https://github.com/opensearch-project/data-prepper/issues/2975
1,785,195,111
2,975
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Data Prepper logs usually contain an array of json objects and I would like to add entries inside each object of the array. **Describe the solution you'd like** For Example: Incoming Event JSON : ``` { "collection": [ { "entry_...
Support for iterating over an array in add_entries processor
https://api.github.com/repos/opensearch-project/data-prepper/issues/2957/comments
0
2023-06-30T17:24:49Z
2023-07-05T20:36:02Z
https://github.com/opensearch-project/data-prepper/issues/2957
1,782,886,331
2,957
[ "opensearch-project", "data-prepper" ]
**Describe the bug** When the substitute string processor encounters an exception while processing, it throws that exception and shuts down the process worker thread. The rest of the pipeline remains active but unable to make progress on incoming data. Example exception that shut down a process worker thread: ``` 20...
[BUG] Exception in substitute string processor shuts down processor work but not pipeline
https://api.github.com/repos/opensearch-project/data-prepper/issues/2956/comments
4
2023-06-30T15:13:17Z
2023-12-12T19:45:46Z
https://github.com/opensearch-project/data-prepper/issues/2956
1,782,704,485
2,956
[ "opensearch-project", "data-prepper" ]
**Describe the bug** My Data Prepper pipeline seems to be sending much larger requests that the `bulk_size` configured in the pipeline. Here's the relevant snippet of my pipeline configuration: ``` .... processor: - add_entries: entries: - key: "document_id" ...
[BUG] bulk_size is underestimated
https://api.github.com/repos/opensearch-project/data-prepper/issues/2954/comments
2
2023-06-29T22:20:48Z
2023-07-26T22:15:30Z
https://github.com/opensearch-project/data-prepper/issues/2954
1,781,586,746
2,954
[ "opensearch-project", "data-prepper" ]
**Describe the bug** While trying to set field_delimiter_regex, I see the following error `Caused by: java.lang.IllegalArgumentException: field_delimiter_regex and field_split_characters cannot both be defined.`, I am not setting field_split_characters, I assume it is using the default one. **To Reproduce** 1. U...
[BUG] : unable to set field_delimiter_regex
https://api.github.com/repos/opensearch-project/data-prepper/issues/2946/comments
4
2023-06-27T18:47:18Z
2024-04-03T17:15:54Z
https://github.com/opensearch-project/data-prepper/issues/2946
1,777,554,077
2,946
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Hello! We're working on changing the [opensearch-migrations](https://github.com/opensearch-project/opensearch-migrations) tooling so our data migration implementation uses Data Prepper instead of Logstash. We will be leveraging the newly minted OpenSea...
[Feature Request] Allow the OpenSearch source plugin to shut down the Data Prepper pipeline
https://api.github.com/repos/opensearch-project/data-prepper/issues/2944/comments
6
2023-06-27T17:47:34Z
2023-07-13T21:52:33Z
https://github.com/opensearch-project/data-prepper/issues/2944
1,777,457,389
2,944
[ "opensearch-project", "data-prepper" ]
## WS-2023-0116 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jose4j-0.7.9.jar</b></p></summary> <p>The jose.4.j library is a robust and easy to use open source implementation of J...
WS-2023-0116 (Medium) detected in jose4j-0.7.9.jar - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/2943/comments
3
2023-06-27T17:30:18Z
2023-09-26T18:40:10Z
https://github.com/opensearch-project/data-prepper/issues/2943
1,777,432,633
2,943
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Traces coming from the otel-trace-pipeline and forwarded to the service-map-pipeline don't propagate some items. It could be a great improvement if custom items could be added in the service-map-pipeline. **Describe the solution you'd like** The t...
Adding custom items to service-map traces
https://api.github.com/repos/opensearch-project/data-prepper/issues/2941/comments
1
2023-06-27T08:40:36Z
2024-12-11T13:24:19Z
https://github.com/opensearch-project/data-prepper/issues/2941
1,776,393,264
2,941
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Firstly, thanks for merging in [support for the scroll API for the ElasticSearch accessor](https://github.com/opensearch-project/data-prepper/pull/2930)! When I attempted to use this plugin with a test ElasticSearch OSS source cluster, I ran into the following error: ``` .... 2023-06-26T22:30...
[BUG] OpenSearch source plugin requires auth configuration even when the source cluster does not need any
https://api.github.com/repos/opensearch-project/data-prepper/issues/2939/comments
0
2023-06-26T22:41:21Z
2023-06-29T16:37:37Z
https://github.com/opensearch-project/data-prepper/issues/2939
1,775,794,357
2,939
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Pipeline users want to send message to an Amazon Simple Notification Service (SNS) topic. **Describe the solution you'd like** Create a new sink in Data Prepper which outputs data to topic using codec ``` sink: - sns: topic_na...
SNS as Sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/2938/comments
2
2023-06-26T22:13:42Z
2023-09-20T14:51:56Z
https://github.com/opensearch-project/data-prepper/issues/2938
1,775,756,946
2,938
[ "opensearch-project", "data-prepper" ]
## CVE-2023-35165 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aws-cdk-lib-2.13.0.tgz</b></p></summary> <p>Version 2 of the AWS Cloud Development Kit library</p> <p>Library home p...
CVE-2023-35165 (Medium) detected in aws-cdk-lib-2.13.0.tgz
https://api.github.com/repos/opensearch-project/data-prepper/issues/2933/comments
0
2023-06-26T02:39:09Z
2023-06-29T14:59:05Z
https://github.com/opensearch-project/data-prepper/issues/2933
1,773,728,554
2,933
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Customers would like to use Data Prepper to sync the data in Amazon DynamoDB (as source) to destination such as OpenSearch. The sync will include a full historical data dump and/or incremental changes capture. **Describe the solution you'd like**...
Support DynamoDB as source
https://api.github.com/repos/opensearch-project/data-prepper/issues/2932/comments
2
2023-06-26T02:14:32Z
2023-10-03T16:31:24Z
https://github.com/opensearch-project/data-prepper/issues/2932
1,773,675,922
2,932
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** As a user with Events that have keys with epoch milli timestamps, `"{ "timestamp": 1687549774219 }`, I would like to use the date processor to convert this timestamp to a date **Describe the solution you'd like** A new concept of built-in patterns ...
Date processor to convert from epoch_milli or epoch_second
https://api.github.com/repos/opensearch-project/data-prepper/issues/2929/comments
1
2023-06-23T19:54:34Z
2023-12-20T19:58:59Z
https://github.com/opensearch-project/data-prepper/issues/2929
1,772,041,123
2,929
[ "opensearch-project", "data-prepper" ]
## CVE-2023-34462 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>netty-all-4.1.86.Final.jar</b>, <b>netty-handler-4.1.86.Final.jar</b></p></summary> <p> <details><summary><b>netty...
CVE-2023-34462 (Medium) detected in netty-all-4.1.86.Final.jar, netty-handler-4.1.86.Final.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/2924/comments
0
2023-06-22T17:07:12Z
2023-06-29T14:59:06Z
https://github.com/opensearch-project/data-prepper/issues/2924
1,770,086,128
2,924
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** I would like to be able to see and review metric's exemplars data-points representing samples of the aggregated values used to build the metrics **Describe the solution you'd like** In order to navigate from metrics (which are an aggregation of dat...
Support Metrics Exemplar
https://api.github.com/repos/opensearch-project/data-prepper/issues/2921/comments
0
2023-06-21T18:43:55Z
2023-07-05T20:44:50Z
https://github.com/opensearch-project/data-prepper/issues/2921
1,768,199,878
2,921
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** As a user, I would like to filter the keys in my Event with an explicit allowlist, and delete all other keys. **Describe the solution you'd like** An additional parameter in the `delete_entries` processor ``` delete_entries: delete_all_e...
Allowlist support for deleting entries
https://api.github.com/repos/opensearch-project/data-prepper/issues/2920/comments
2
2023-06-21T16:42:17Z
2024-06-25T07:03:21Z
https://github.com/opensearch-project/data-prepper/issues/2920
1,767,998,440
2,920
[ "opensearch-project", "data-prepper" ]
## WS-2023-0178 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aws-cdk-lib-2.13.0.tgz</b></p></summary> <p>Version 2 of the AWS Cloud Development Kit library</p> <p>Library home pag...
WS-2023-0178 (Medium) detected in aws-cdk-lib-2.13.0.tgz - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/2919/comments
1
2023-06-21T15:17:57Z
2023-06-26T02:39:13Z
https://github.com/opensearch-project/data-prepper/issues/2919
1,767,848,717
2,919
[ "opensearch-project", "data-prepper" ]
## CVE-2022-25883 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-7.5.1.tgz</b></p></summary> <p></p> <p>Library home page: <a href="https://registry.npmjs.org/semver/-/semver-7...
CVE-2022-25883 (High) detected in semver-7.5.1.tgz - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/2918/comments
1
2023-06-21T15:17:52Z
2023-08-31T18:45:23Z
https://github.com/opensearch-project/data-prepper/issues/2918
1,767,848,478
2,918
[ "opensearch-project", "data-prepper" ]
## CVE-2023-33201 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>bcprov-jdk15on-1.70.jar</b>, <b>bcprov-jdk15on-1.69.jar</b></p></summary> <p> <details><summary><b>bcprov-jdk15on-...
CVE-2023-33201 (Medium) detected in bcprov-jdk15on-1.70.jar, bcprov-jdk15on-1.69.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/2917/comments
0
2023-06-21T15:17:50Z
2023-09-06T13:42:54Z
https://github.com/opensearch-project/data-prepper/issues/2917
1,767,848,390
2,917
[ "opensearch-project", "data-prepper" ]
**Describe the bug** We have tried to launch it on aws eks to be able to send logs from alb to aws opensearch. We wanted to use service account role, but data prepper always try to assume instance role instead of service account. **To Reproduce** Steps to reproduce the behavior: 1. Create IRSA role on aws 1. La...
[BUG] Does not assume service account role
https://api.github.com/repos/opensearch-project/data-prepper/issues/2914/comments
0
2023-06-21T07:27:22Z
2023-07-05T20:48:28Z
https://github.com/opensearch-project/data-prepper/issues/2914
1,766,934,686
2,914
[ "opensearch-project", "data-prepper" ]
## CVE-2023-34455 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>snappy-java-1.1.7.jar</b>, <b>snappy-java-1.1.8.4.jar</b>, <b>snappy-java-1.1.9.1.jar</b>, <b>snappy-java-1.1.8.3.jar...
CVE-2023-34455 (High) detected in multiple libraries
https://api.github.com/repos/opensearch-project/data-prepper/issues/2904/comments
0
2023-06-19T17:17:52Z
2023-06-29T14:59:06Z
https://github.com/opensearch-project/data-prepper/issues/2904
1,763,917,115
2,904
[ "opensearch-project", "data-prepper" ]
## CVE-2023-34453 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>snappy-java-1.1.7.jar</b>, <b>snappy-java-1.1.8.4.jar</b>, <b>snappy-java-1.1.9.1.jar</b>, <b>snappy-java-1.1.8.3.j...
CVE-2023-34453 (Medium) detected in multiple libraries
https://api.github.com/repos/opensearch-project/data-prepper/issues/2903/comments
0
2023-06-19T17:17:50Z
2023-06-29T14:59:07Z
https://github.com/opensearch-project/data-prepper/issues/2903
1,763,917,074
2,903
[ "opensearch-project", "data-prepper" ]
## CVE-2023-34454 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>snappy-java-1.1.7.jar</b>, <b>snappy-java-1.1.8.4.jar</b>, <b>snappy-java-1.1.9.1.jar</b>, <b>snappy-java-1.1.8.3.j...
CVE-2023-34454 (Medium) detected in multiple libraries
https://api.github.com/repos/opensearch-project/data-prepper/issues/2902/comments
0
2023-06-19T17:17:47Z
2023-06-29T14:59:07Z
https://github.com/opensearch-project/data-prepper/issues/2902
1,763,917,030
2,902
[ "opensearch-project", "data-prepper" ]
## CVE-2023-2976 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>guava-31.1-jre.jar</b>, <b>guava-30.1.1-jre.jar</b></p></summary> <p> <details><summary><b>guava-31.1-jre.jar</b></...
CVE-2023-2976 (Medium) detected in guava-31.1-jre.jar, guava-30.1.1-jre.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/2901/comments
0
2023-06-19T17:17:45Z
2023-09-29T16:28:34Z
https://github.com/opensearch-project/data-prepper/issues/2901
1,763,916,994
2,901
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Some users have requested the ability to add to existing documents in OpenSearch instead of overwriting existing documents. **Describe the solution you'd like** Ideally, the user could configure an option to allow this behavior.
Support partial updates on existing documents
https://api.github.com/repos/opensearch-project/data-prepper/issues/2893/comments
0
2023-06-16T15:38:04Z
2023-07-05T20:49:49Z
https://github.com/opensearch-project/data-prepper/issues/2893
1,760,870,684
2,893
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Some of S3 source & sink metrics are same which is aggregating metrics of both plugins **To Reproduce** Steps to reproduce the behavior: 1. Create a pipeline with s3 source and sink 2. You will only see one metric which is tracks sum of both source and sink metrics **Expected behavior** ...
[BUG] S3 sink metric names conflict with S3 sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/2887/comments
0
2023-06-16T01:31:21Z
2023-06-16T13:48:46Z
https://github.com/opensearch-project/data-prepper/issues/2887
1,759,769,655
2,887
[ "opensearch-project", "data-prepper" ]
**Describe the bug** A user reported lack of opensearch sink initialization error logs when data-prepper is spinning up. ``` 2023-06-12T22:52:21,382 [entry-pipeline-sink-worker-2-thread-1] INFO org.opensearch.dataprepper.pipeline.Pipeline - Pipeline [entry-pipeline] - sink is not ready for execution, retrying 2023...
[BUG] lack of opensearch sink initialization error logs when data-prepper is spinning up
https://api.github.com/repos/opensearch-project/data-prepper/issues/2877/comments
2
2023-06-14T18:59:03Z
2023-10-27T07:36:50Z
https://github.com/opensearch-project/data-prepper/issues/2877
1,757,475,850
2,877
[ "opensearch-project", "data-prepper" ]
**Describe the bug** One user found the bug in opensearch sink: ``` 2023-06-12T22:47:20,056 [service-map-pipeline-sink-worker-4-thread-1] INFO org.opensearch.dataprepper.plugins.sink.opensearch.ConnectionConfiguration - aws_sigv4 is set, will sign requests using AWSRequestSigningApacheInterceptor 2023-06-12T22:47:...
[BUG] ConcurrentModificationException in CredentialsCache::getOrCreate
https://api.github.com/repos/opensearch-project/data-prepper/issues/2875/comments
0
2023-06-14T15:19:55Z
2023-06-15T02:24:09Z
https://github.com/opensearch-project/data-prepper/issues/2875
1,757,149,157
2,875
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The OpenSearch sink currently supports using values from an Event in the `index` and `document_id_field` ``` index: "${key_one}-${key_two}-%{yyyy.mm.hh} document_id_field: "/key_three" ``` As a user, I would like the ability to set the index a...
Ability to use Data Prepper expressions in the OpenSearch sink index and document_id_field
https://api.github.com/repos/opensearch-project/data-prepper/issues/2864/comments
2
2023-06-13T17:05:41Z
2023-08-02T16:44:12Z
https://github.com/opensearch-project/data-prepper/issues/2864
1,755,327,849
2,864
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Add end-to-end acknowledgement support to Stdout and File Sinks. stdout sink is used for testing and tests fail when end-to-end acknowledgements are tested with stdout as sink **Describe the solution you'd like** Release the event handles in Stdou...
Add end-to-end acknowledgement support to Stdout and File Sinks
https://api.github.com/repos/opensearch-project/data-prepper/issues/2859/comments
0
2023-06-12T15:49:21Z
2023-06-12T18:18:19Z
https://github.com/opensearch-project/data-prepper/issues/2859
1,753,053,029
2,859
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The BufferAccumulator class is being reused between the opensearch source and s3 source. It may be useful for future sources as well. **Describe the solution you'd like** Move the BufferAccumulator class to a `buffer-common` module that can be dep...
Consolidate BufferAccumulator class for reuse between sources
https://api.github.com/repos/opensearch-project/data-prepper/issues/2855/comments
0
2023-06-10T06:06:24Z
2023-06-12T18:29:57Z
https://github.com/opensearch-project/data-prepper/issues/2855
1,750,819,597
2,855
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** As a user of Data Prepper who has logs containing a list of json objects, I would like to run mutate event processors on every value in the list **Describe the solution you'd like** Given a log with the following structure ``` root_key: [ { ...
Support for iterating over a list and manipulating each element, such as renaming a certain key in the element
https://api.github.com/repos/opensearch-project/data-prepper/issues/2853/comments
0
2023-06-09T20:06:43Z
2025-06-13T01:33:02Z
https://github.com/opensearch-project/data-prepper/issues/2853
1,750,437,042
2,853
[ "opensearch-project", "data-prepper" ]
**Describe the bug** The OpenSearch sink allows a bulk request size to be configured. The internal calculation for size is overestimating the true size of the bulk request. With the bulk size parameter set to 20MB, bulk requests are averaging 11-14MB. **Expected behavior** The bulk request size parameter should re...
[BUG] BulkSizes are overestimated
https://api.github.com/repos/opensearch-project/data-prepper/issues/2852/comments
1
2023-06-09T19:02:20Z
2023-06-30T15:28:53Z
https://github.com/opensearch-project/data-prepper/issues/2852
1,750,367,579
2,852
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Data Prepper is throwing Sigv4 error when OpenSearch URL in **hosts** has "/ " at the end of URL **To Reproduce** Steps to reproduce the behavior: 1. Go to pipeline.yaml 2. Click on Sinks 3. under OpenSearch - hosts give / at the end of URL say - "https://mydomain-us-east-1.es.amazonaws.c...
[BUG] Sigv4 error when hosts has "/ " at the end of URL
https://api.github.com/repos/opensearch-project/data-prepper/issues/2843/comments
2
2023-06-07T15:45:48Z
2023-10-19T22:37:56Z
https://github.com/opensearch-project/data-prepper/issues/2843
1,746,203,682
2,843
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Add support for writing tags along with events to Sink. Some events may be tagged in the DataPrepper. Need a way to write these tags to Sink along with the event data. **Describe the solution you'd like** Provide a sink level config option to wr...
Add support for writing tags along with events to Sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/2827/comments
0
2023-06-05T20:47:19Z
2023-06-27T15:42:29Z
https://github.com/opensearch-project/data-prepper/issues/2827
1,742,595,535
2,827
[ "opensearch-project", "data-prepper" ]
null
Allow injecting configurations into the pipeline_configurations
https://api.github.com/repos/opensearch-project/data-prepper/issues/2826/comments
0
2023-06-05T14:52:40Z
2023-08-30T17:31:08Z
https://github.com/opensearch-project/data-prepper/issues/2826
1,741,952,730
2,826
[ "opensearch-project", "data-prepper" ]
I want to have an extension and use another extension. For example, I want to create a new plugin that will use the `AwsCredentialsSupplier` class which is provided by the AWS Plugin extension. ``` public class NewExtensionsPlugin implements ExtensionPlugin { @DataPrepperPluginConstructor public NewE...
Allow extensions to depend upon other extensions
https://api.github.com/repos/opensearch-project/data-prepper/issues/2825/comments
0
2023-06-05T14:36:35Z
2025-03-11T19:50:04Z
https://github.com/opensearch-project/data-prepper/issues/2825
1,741,924,415
2,825
[ "opensearch-project", "data-prepper" ]
null
Allow extracting configurations which were injected into data-prepper-config.yaml into plugins via the DataPrepperPluginConstructor.
https://api.github.com/repos/opensearch-project/data-prepper/issues/2824/comments
0
2023-06-05T14:34:51Z
2023-08-30T21:14:18Z
https://github.com/opensearch-project/data-prepper/issues/2824
1,741,921,433
2,824
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The `convert_entry_type` may be used a few times with the same configuration. It might be nice to consolidate this into a single `keys` value. For example, see this sample for VPC Flow Logs: ``` processor: - convert_entry_type: k...
Define multiple keys for type conversion
https://api.github.com/repos/opensearch-project/data-prepper/issues/2823/comments
0
2023-06-05T14:21:07Z
2023-07-05T02:42:09Z
https://github.com/opensearch-project/data-prepper/issues/2823
1,741,894,957
2,823
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** The `convert_entry_type` processor requires that the input match the expected type. In some pipelines, this may be provided through a special character that does not convert. For example, in VPC Flow Logs, reading the CSV file using the `csv` code...
Define null characters in convert processor
https://api.github.com/repos/opensearch-project/data-prepper/issues/2822/comments
3
2023-06-05T14:16:32Z
2023-06-13T15:49:29Z
https://github.com/opensearch-project/data-prepper/issues/2822
1,741,886,811
2,822
[ "opensearch-project", "data-prepper" ]
## WS-2016-7057 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>plexus-utils-2.0.6.jar</b></p></summary> <p>A collection of various utility classes to ease working with strings, file...
WS-2016-7057 (Medium) detected in plexus-utils-2.0.6.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/2820/comments
1
2023-06-03T00:51:40Z
2023-06-08T20:52:43Z
https://github.com/opensearch-project/data-prepper/issues/2820
1,739,004,884
2,820
[ "opensearch-project", "data-prepper" ]
## CVE-2022-4244 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>plexus-utils-2.0.6.jar</b></p></summary> <p>A collection of various utility classes to ease working with strings, fil...
CVE-2022-4244 (Medium) detected in plexus-utils-2.0.6.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/2819/comments
0
2023-06-03T00:51:38Z
2023-06-08T20:52:44Z
https://github.com/opensearch-project/data-prepper/issues/2819
1,739,004,870
2,819
[ "opensearch-project", "data-prepper" ]
## CVE-2022-4245 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>plexus-utils-2.0.6.jar</b></p></summary> <p>A collection of various utility classes to ease working with strings, fil...
CVE-2022-4245 (Medium) detected in plexus-utils-2.0.6.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/2818/comments
0
2023-06-03T00:51:35Z
2023-06-08T20:52:44Z
https://github.com/opensearch-project/data-prepper/issues/2818
1,739,004,861
2,818
[ "opensearch-project", "data-prepper" ]
## CVE-2017-1000487 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>plexus-utils-2.0.6.jar</b></p></summary> <p>A collection of various utility classes to ease working with strings...
CVE-2017-1000487 (Critical) detected in plexus-utils-2.0.6.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/2817/comments
4
2023-06-03T00:51:33Z
2023-06-08T20:52:45Z
https://github.com/opensearch-project/data-prepper/issues/2817
1,739,004,851
2,817
[ "opensearch-project", "data-prepper" ]
## WS-2016-7062 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>plexus-utils-2.0.6.jar</b></p></summary> <p>A collection of various utility classes to ease working with strings, file...
WS-2016-7062 (Medium) detected in plexus-utils-2.0.6.jar
https://api.github.com/repos/opensearch-project/data-prepper/issues/2816/comments
0
2023-06-03T00:51:31Z
2023-06-08T20:52:42Z
https://github.com/opensearch-project/data-prepper/issues/2816
1,739,004,842
2,816
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** This class referenced here (https://github.com/opensearch-project/data-prepper/pull/2806/commits/91fabf404797995858ccbcae7413245efa444692#r1213996924) is copy pasted between the opensearch sink and opensearch source for sigv4 signing, and it does not c...
Reuse sigv4 signing interceptor between opensearch source and sink, include unit tests
https://api.github.com/repos/opensearch-project/data-prepper/issues/2809/comments
1
2023-06-02T15:53:39Z
2023-09-05T18:45:21Z
https://github.com/opensearch-project/data-prepper/issues/2809
1,738,440,498
2,809
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Add a function in the DataPrepper Expressions to check if a string contains another string. This is useful to check if a field in the event has a particular prefix/suffix/substring in it. **Describe the solution you'd like** Proposal is to add `con...
Add a function in the DataPrepper Expressions to check if a string contains another string
https://api.github.com/repos/opensearch-project/data-prepper/issues/2804/comments
1
2023-06-02T00:30:49Z
2023-06-05T16:13:30Z
https://github.com/opensearch-project/data-prepper/issues/2804
1,737,279,854
2,804
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** As a user of the grok processor, I would like to tag the Events that timeout **Describe the solution you'd like** Example for tagging on match failure (https://github.com/opensearch-project/data-prepper/blob/3d8d01babf1e4822926f260fa24ca95f69ea6d9f...
Grok tags_on_timeout parameter for timing out on pattern matching
https://api.github.com/repos/opensearch-project/data-prepper/issues/2802/comments
1
2023-06-01T18:35:35Z
2024-03-12T19:47:12Z
https://github.com/opensearch-project/data-prepper/issues/2802
1,736,870,566
2,802
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** S3 can send event notifications over Amazon EventBridge. This will come in a different format than direct to SQS or via SNS. **Describe the solution you'd like** Support detecting the Amazon EventBridge [format](https://docs.aws.amazon.com/Amaz...
Support Amazon EventBridge messages from S3
https://api.github.com/repos/opensearch-project/data-prepper/issues/2789/comments
1
2023-05-31T21:39:07Z
2023-06-13T22:53:19Z
https://github.com/opensearch-project/data-prepper/issues/2789
1,735,068,133
2,789
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** [Amazon Security Lake](https://docs.aws.amazon.com/security-lake/latest/userguide/what-is-security-lake.html) provides events over Amazon EventBridge. The format is different from S3 directly to SQS or via SNS as shown in [this sample configuration](...
Support Amazon Security Lake data events in S3 source with SQS queue
https://api.github.com/repos/opensearch-project/data-prepper/issues/2788/comments
1
2023-05-31T20:56:22Z
2023-06-13T22:53:20Z
https://github.com/opensearch-project/data-prepper/issues/2788
1,735,008,670
2,788
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Update RandomCutForest Maven version. The new RCF version has fixes to reduce noise. **To Reproduce** In some cases, RCF generates some anomalies with low grade (aka noise). **Expected behavior** Less or no noise. **Screenshots** If applicable, add screenshots to help explain your pro...
[BUG] Update RandomCutForest Maven version
https://api.github.com/repos/opensearch-project/data-prepper/issues/2783/comments
0
2023-05-30T20:47:34Z
2023-05-31T19:22:38Z
https://github.com/opensearch-project/data-prepper/issues/2783
1,732,989,402
2,783
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** In the current state, user credential variables such as username and password are hardcoded in pipelines.yaml. For better security, we could support AWS secret as an extension plugin, i.e. data-prepper-config.yaml ``` aws: credentials: def...
Support AWS secrets in configuring Data Prepper pipelines
https://api.github.com/repos/opensearch-project/data-prepper/issues/2780/comments
3
2023-05-30T14:54:04Z
2024-05-01T15:04:45Z
https://github.com/opensearch-project/data-prepper/issues/2780
1,732,443,278
2,780
[ "opensearch-project", "data-prepper" ]
Hey guys, I hope you're well! **Describe the bug** I need to have more than 1000 fields on my otel indices, this is a must have to my solution. I've tried to add it to the data-prepper template_file but it's no working as expected. I want to have the following command automatically applied to each index created...
[DOCS] How to Increase "index.mapping.total_fields.limit" for new indices
https://api.github.com/repos/opensearch-project/data-prepper/issues/2779/comments
6
2023-05-30T08:38:55Z
2024-09-04T10:23:36Z
https://github.com/opensearch-project/data-prepper/issues/2779
1,731,793,187
2,779
[ "opensearch-project", "data-prepper" ]
Problem Satement: * Right now, there is no support for sending log information to CloudWatch Logs (CWL). Making it difficult for users of Data-Prepper(DP) library that want to take advantage of these features. Such as log monitoring, querying and alarming. In order to extend the flexibility of DP to reach the users of...
Support CloudWatch Logs as a Sink
https://api.github.com/repos/opensearch-project/data-prepper/issues/2778/comments
0
2023-05-29T20:58:10Z
2023-06-06T17:30:55Z
https://github.com/opensearch-project/data-prepper/issues/2778
1,731,228,391
2,778
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Right now, to load files from S3 in `pipelines.yaml` in any plugin pipeline author has to provide AWS credentials in each plugin. This is making the pipeline look noisy. Currently we support loading ISM policy(`ism_policy_file `) and index template(`te...
Add AWS credentials for loading S3 files in pipeline.yaml to data-prepper-config.yaml
https://api.github.com/repos/opensearch-project/data-prepper/issues/2771/comments
0
2023-05-26T17:36:47Z
2023-05-26T18:01:18Z
https://github.com/opensearch-project/data-prepper/issues/2771
1,728,000,735
2,771
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Currently OpenSearch sink checks to see if the exception is retry-able or not to retry the initialization. If the exception is considered non-retryable, initialization is not retried. This is not ideal because some of the non-retry-able errors can be fixed by fixing the permissions/OpenSearch con...
[BUG] OpenSearch Sink should continue to try to initialize even after non-retryable exceptions
https://api.github.com/repos/opensearch-project/data-prepper/issues/2769/comments
0
2023-05-26T17:00:12Z
2023-05-31T19:15:21Z
https://github.com/opensearch-project/data-prepper/issues/2769
1,727,957,776
2,769
[ "opensearch-project", "data-prepper" ]
null
Update the S3 sink to use AWS Plugin for credentials
https://api.github.com/repos/opensearch-project/data-prepper/issues/2767/comments
0
2023-05-26T16:22:58Z
2023-06-02T19:30:49Z
https://github.com/opensearch-project/data-prepper/issues/2767
1,727,910,686
2,767
[ "opensearch-project", "data-prepper" ]
null
Update the S3 source to use AWS Plugin for credentials
https://api.github.com/repos/opensearch-project/data-prepper/issues/2766/comments
0
2023-05-26T16:22:56Z
2023-06-01T15:07:41Z
https://github.com/opensearch-project/data-prepper/issues/2766
1,727,910,632
2,766
[ "opensearch-project", "data-prepper" ]
null
Update the OpenSearch sink and Trace Group processor to use AWS Plugin for credentials
https://api.github.com/repos/opensearch-project/data-prepper/issues/2765/comments
0
2023-05-26T16:22:53Z
2023-06-02T17:49:10Z
https://github.com/opensearch-project/data-prepper/issues/2765
1,727,910,573
2,765
[ "opensearch-project", "data-prepper" ]
Update existing usage of loading credentials for pipeline components to use the AWS Plugin instead. ## Tasks - [x] #2765 - [x] #2766 - [x] #2767
Use the new AWS Plugin for loading AWS credentials
https://api.github.com/repos/opensearch-project/data-prepper/issues/2764/comments
0
2023-05-26T16:21:45Z
2023-06-02T19:31:11Z
https://github.com/opensearch-project/data-prepper/issues/2764
1,727,908,903
2,764
[ "opensearch-project", "data-prepper" ]
**Describe the bug** While uploading one of the revisions, the tail sampler action dropped core logic in the PR #2497 **To Reproduce** Basic functionality of allowing events matching error condition and percent sampling non-error events is broken **Expected behavior** All events matching error condition shoul...
[BUG] Tail Sampler action in Aggregate processor broken
https://api.github.com/repos/opensearch-project/data-prepper/issues/2760/comments
0
2023-05-26T04:02:49Z
2023-06-07T21:22:37Z
https://github.com/opensearch-project/data-prepper/issues/2760
1,726,867,678
2,760
[ "opensearch-project", "data-prepper" ]
**Describe the issue** When running the [data prepper log ingestion demo](https://github.com/opensearch-project/data-prepper/tree/565538323d80643d87781a3d8149279ee5f9dda4/examples/log-ingestion), after starting the data prepper container the documentation states there should be specific log output to confirm data prep...
Data Prepper Log Ingestion Demo Guide documentation needs updating
https://api.github.com/repos/opensearch-project/data-prepper/issues/2756/comments
0
2023-05-25T20:18:22Z
2023-05-25T21:52:24Z
https://github.com/opensearch-project/data-prepper/issues/2756
1,726,436,127
2,756
[ "opensearch-project", "data-prepper" ]
null
Support shared AWS credentials across pipeline components
https://api.github.com/repos/opensearch-project/data-prepper/issues/2751/comments
0
2023-05-24T21:29:37Z
2023-05-31T21:30:49Z
https://github.com/opensearch-project/data-prepper/issues/2751
1,724,763,469
2,751
[ "opensearch-project", "data-prepper" ]
## CVE-2023-32681 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>requests-2.26.0-py2.py3-none-any.whl</b></p></summary> <p>Python HTTP for Humans.</p> <p>Library home page: <a href=...
CVE-2023-32681 (Medium) detected in requests-2.26.0-py2.py3-none-any.whl - autoclosed
https://api.github.com/repos/opensearch-project/data-prepper/issues/2749/comments
1
2023-05-24T16:04:48Z
2023-05-24T21:19:29Z
https://github.com/opensearch-project/data-prepper/issues/2749
1,724,329,914
2,749
[ "opensearch-project", "data-prepper" ]
**Is your feature request related to a problem? Please describe.** Add support to tag events when parse_json fails to parse. This is sub-issue of issue #629. **Describe the solution you'd like** Solution is to add option to parse_json processor that can add tags on failure. The proposed config is ``` processor:...
Add support to tag events when parse_json fails to parse
https://api.github.com/repos/opensearch-project/data-prepper/issues/2744/comments
0
2023-05-24T03:44:43Z
2023-05-24T21:21:51Z
https://github.com/opensearch-project/data-prepper/issues/2744
1,723,126,611
2,744
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Any nested configurations in a pipeline configuration will not run the validations of the nested class without the `@Valid` annotation. For example, the `aws` parameter gets validated in the s3 source because it has the `@Valid` annotation (https://github.com/opensearch-project/data-prepper/bl...
[BUG] Nested configuration validation annotations are not getting triggered
https://api.github.com/repos/opensearch-project/data-prepper/issues/2743/comments
1
2023-05-23T18:38:40Z
2023-05-24T21:13:15Z
https://github.com/opensearch-project/data-prepper/issues/2743
1,722,592,598
2,743
[ "opensearch-project", "data-prepper" ]
Currently, Data Prepper has end-user documentation in plugin repos and the docs folder. Much of this information is already in the opensearch.org [documentation Git repo](https://github.com/opensearch-project/documentation-website/tree/main/_data-prepper) and thus is duplicated. Update all plugin README.md files to ...
Remove all end-user documentation from Data Prepper repo
https://api.github.com/repos/opensearch-project/data-prepper/issues/2740/comments
0
2023-05-23T16:16:36Z
2024-04-16T19:58:10Z
https://github.com/opensearch-project/data-prepper/issues/2740
1,722,402,249
2,740
[ "opensearch-project", "data-prepper" ]
**Describe the bug** Using `range` with s3 scan does not use the `range` parameter https://github.com/opensearch-project/data-prepper/blob/d0d7ba01d179b60d153ff54865c7924a133a7358/data-prepper-plugins/s3-source/src/main/java/org/opensearch/dataprepper/plugins/source/S3ScanService.java#L74 should be used in the part...
[BUG] S3 Scan Range Paramter is unused in the code
https://api.github.com/repos/opensearch-project/data-prepper/issues/2739/comments
1
2023-05-23T15:14:09Z
2023-06-07T16:45:18Z
https://github.com/opensearch-project/data-prepper/issues/2739
1,722,288,093
2,739