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.**
Data Prepper requires JDK 14 to build. This is not an LTS version. Developers should be able to build on JDK 11.
**Describe the solution you'd like**
Support building on JDK 11. This may require support from OpenSearch since the `opensearch` si... | Build on JDK 11 | https://api.github.com/repos/opensearch-project/data-prepper/issues/665/comments | 0 | 2021-11-30T19:10:16Z | 2022-06-25T20:25:23Z | https://github.com/opensearch-project/data-prepper/issues/665 | 1,067,581,503 | 665 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper (DP) does not utilize any Dependency Injection(DI) frameworks at this moment nor are we leveraging an existing framework which supports DI. Without a DI framework there are numerous code smells in DP. Currently, DP couples construction of ... | Add Spring Dependency injection to Data Prepper Core | https://api.github.com/repos/opensearch-project/data-prepper/issues/664/comments | 1 | 2021-11-30T15:49:48Z | 2022-02-18T19:47:15Z | https://github.com/opensearch-project/data-prepper/issues/664 | 1,067,393,482 | 664 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The OpenSearch Plugins are still built using Gradle 6.6.x whereas the Gradle release train has moved to 7.x already. The OpenSearch core is about to be switched to Gradle 7.3 (see please opensearch-project/OpenSearch#1609), it would make sense to switc... | Update to Gradle 7 | https://api.github.com/repos/opensearch-project/data-prepper/issues/662/comments | 6 | 2021-11-29T16:52:44Z | 2022-06-25T20:25:54Z | https://github.com/opensearch-project/data-prepper/issues/662 | 1,066,268,882 | 662 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
When Data Prepper fails due to a user error, Data Prepper outputs a stack trace. The user of Data Prepper must make sense of this stack trace to know how to resolve the error. I am including a sample stack trace as additional context at the bottom of... | Clear and Compact User Error Messages | https://api.github.com/repos/opensearch-project/data-prepper/issues/656/comments | 2 | 2021-11-24T19:55:23Z | 2023-07-23T16:22:07Z | https://github.com/opensearch-project/data-prepper/issues/656 | 1,062,843,213 | 656 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Not a problem. It is feature supported in other ingestion tools. Data Prepper should have it. Overtime, new indexes are created with strings indicating the time range the index is for.
**Describe the solution you'd like**
In OpenSearch Sink config... | [RFC] Support creating index names with date and time patterns | https://api.github.com/repos/opensearch-project/data-prepper/issues/648/comments | 8 | 2021-11-23T01:00:24Z | 2022-01-20T23:19:44Z | https://github.com/opensearch-project/data-prepper/issues/648 | 1,060,741,002 | 648 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper plugins still implement `Prepper`.
**Describe the solution you'd like**
Update all `Prepper` plugins to implement only `Processor`.
**Additional context**
This is a follow-on task to #311.
| Update existing Preppers to use only Processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/647/comments | 0 | 2021-11-23T00:11:42Z | 2022-08-23T14:51:25Z | https://github.com/opensearch-project/data-prepper/issues/647 | 1,060,711,450 | 647 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Split from #625 . We have manually assigned constant MESSAGE_KEY="message" as key for creating JacksonEvent out of raw string in 3 different sources.
**Describe the solution you'd like**
JacksonEvent builder should expose an API to cover that.
... | Add API in JacksonEvent builder to support creation from raw text string | https://api.github.com/repos/opensearch-project/data-prepper/issues/646/comments | 2 | 2021-11-22T22:51:18Z | 2022-02-21T16:05:22Z | https://github.com/opensearch-project/data-prepper/issues/646 | 1,060,666,626 | 646 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The Data Prepper Docker image is only available for x86 architectures presently. It is written in Java and should be able to run on ARM.
**Describe the solution you'd like**
Provide an ARM architecture Docker image. This should be done as a Doc... | Docker image for ARM architectures | https://api.github.com/repos/opensearch-project/data-prepper/issues/640/comments | 10 | 2021-11-22T22:28:54Z | 2025-04-07T10:01:09Z | https://github.com/opensearch-project/data-prepper/issues/640 | 1,060,653,051 | 640 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper has several deployment scripts and examples. Some of these have updated to use OpenSearch, but some are still using OpenDistro for ElasticSearch.
**Describe the solution you'd like**
Update these to run using OpenSearch. Also inclu... | Update Deployment Scripts to use OpenSearch or Remove Obsolete Scripts | https://api.github.com/repos/opensearch-project/data-prepper/issues/639/comments | 3 | 2021-11-22T22:15:26Z | 2022-03-01T20:51:06Z | https://github.com/opensearch-project/data-prepper/issues/639 | 1,060,643,690 | 639 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Much of the documentation still refers to OpenDistro for ElasticSearch.
**Describe the solution you'd like**
Update the documentation to use OpenSearch instead of OpenDistro.
| Update Documentation to use OpenSearch | https://api.github.com/repos/opensearch-project/data-prepper/issues/638/comments | 1 | 2021-11-22T22:12:27Z | 2021-11-30T23:11:45Z | https://github.com/opensearch-project/data-prepper/issues/638 | 1,060,641,535 | 638 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper supports HTTP Basic authentication to OpenSearch clusters. However, it does not support [client certificate authentication](https://opensearch.org/docs/latest/security-plugin/configuration/client-auth/). As a client, Data Prepper can aut... | OpenSearch Client Certificate Authentication | https://api.github.com/repos/opensearch-project/data-prepper/issues/633/comments | 1 | 2021-11-22T18:24:39Z | 2025-04-15T07:29:07Z | https://github.com/opensearch-project/data-prepper/issues/633 | 1,060,466,279 | 633 |
[
"opensearch-project",
"data-prepper"
] | Performance testing needs to be done for log analytics | Performance Testing for Log Analytics | https://api.github.com/repos/opensearch-project/data-prepper/issues/630/comments | 0 | 2021-11-19T02:51:27Z | 2021-12-17T16:07:16Z | https://github.com/opensearch-project/data-prepper/issues/630 | 1,058,070,899 | 630 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently, Data Prepper does not support a standard concept for adding descriptions dynamically for what happens in individual sources, processors, and sinks. For example, if the grok processor fails to match, the user should be able to look at an Even... | Tagging Events in Data Prepper | https://api.github.com/repos/opensearch-project/data-prepper/issues/629/comments | 9 | 2021-11-19T02:47:19Z | 2023-06-05T21:35:26Z | https://github.com/opensearch-project/data-prepper/issues/629 | 1,058,068,879 | 629 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The current StatefulServiceMapProcessor only extracts service-map relationship among those internal services that have interactions (API calls) being provisioned. Some users desire that services only invoked by non-provisioned external client calls als... | Support isolated service node extraction in service-map | https://api.github.com/repos/opensearch-project/data-prepper/issues/628/comments | 8 | 2021-11-18T21:15:39Z | 2023-03-20T19:22:55Z | https://github.com/opensearch-project/data-prepper/issues/628 | 1,057,807,324 | 628 |
[
"opensearch-project",
"data-prepper"
] | The Logstash Configuration Converter does not convert from Logstash's nested syntax to Data Prepper's JsonPointer nested syntax.
For example, `[outer_key][inner_key]` should be replaced with `/outer_key/inner_key` in order to properly get to "value" in the nested json below
```
outer_key: {
inner_key: "valu... | Logstash Configuration Converter for Nested Syntax | https://api.github.com/repos/opensearch-project/data-prepper/issues/627/comments | 0 | 2021-11-18T18:51:28Z | 2022-03-07T15:52:07Z | https://github.com/opensearch-project/data-prepper/issues/627 | 1,057,688,812 | 627 |
[
"opensearch-project",
"data-prepper"
] | Update Data Prepper documentation at: https://github.com/opensearch-project/documentation-website | Update Data Prepper documentation on OpenSearch.org for v1.2 | https://api.github.com/repos/opensearch-project/data-prepper/issues/624/comments | 1 | 2021-11-18T16:05:58Z | 2022-02-28T16:52:24Z | https://github.com/opensearch-project/data-prepper/issues/624 | 1,057,528,945 | 624 |
[
"opensearch-project",
"data-prepper"
] | Integrate with the OpenSearch infrastructure to perform the release process. | Release Data Prepper Docker 1.2.0 using OpenSearch infrastructure | https://api.github.com/repos/opensearch-project/data-prepper/issues/623/comments | 3 | 2021-11-18T15:27:29Z | 2022-02-28T16:52:48Z | https://github.com/opensearch-project/data-prepper/issues/623 | 1,057,487,457 | 623 |
[
"opensearch-project",
"data-prepper"
] | Data Prepper pipelines are an important concept to understand. A tutorial which guides new users and developers through the process of creating and expanding a tutorial would help them have a good understanding.
This was identified as part of the work for #258 . | Tutorial for creating Data Prepper pipelines | https://api.github.com/repos/opensearch-project/data-prepper/issues/622/comments | 0 | 2021-11-18T14:17:06Z | 2022-04-19T22:23:08Z | https://github.com/opensearch-project/data-prepper/issues/622 | 1,057,409,341 | 622 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Remove ambiguity in pipeline configuration YAML files and Plugins by supporting a single name for Processors/Preppers.
**Describe the solution you'd like**
Remove support for the the `Prepper` plugin type and remove support for the prepper name wit... | Remove support for deprecated Prepper plugins | https://api.github.com/repos/opensearch-project/data-prepper/issues/619/comments | 7 | 2021-11-17T17:37:06Z | 2022-09-14T20:58:51Z | https://github.com/opensearch-project/data-prepper/issues/619 | 1,056,409,300 | 619 |
[
"opensearch-project",
"data-prepper"
] | Create Data Prepper 1.2 Release Notes
All changes should be available at:
https://github.com/opensearch-project/data-prepper/milestone/1?closed=1
The documentation should also note any breaking changes, even if minor. | Create Data Prepper 1.2 Release Notes | https://api.github.com/repos/opensearch-project/data-prepper/issues/618/comments | 0 | 2021-11-17T13:52:12Z | 2022-02-28T16:52:40Z | https://github.com/opensearch-project/data-prepper/issues/618 | 1,056,156,563 | 618 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The `THIRD-PARTY` file Data Prepper currently has is difficult to maintain. Data Prepper should use automation to generate it.
**Describe the solution you'd like**
Add a Gradle task which will re-generate the `THIRD-PARTY` file. It should be ru... | Provide Gradle task to generate the THIRD-PARTY file | https://api.github.com/repos/opensearch-project/data-prepper/issues/615/comments | 0 | 2021-11-16T18:39:13Z | 2021-11-30T23:28:51Z | https://github.com/opensearch-project/data-prepper/issues/615 | 1,055,202,952 | 615 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The Service Map Stateful processor uses the deprecated string model.
**Describe the solution you'd like**
Update `service-map-stateful` to `Event` model. | Update Service Map Stateful Processor to Event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/614/comments | 1 | 2021-11-16T18:21:56Z | 2022-01-24T17:55:20Z | https://github.com/opensearch-project/data-prepper/issues/614 | 1,055,186,694 | 614 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The OTel Raw Prepper uses the deprecated string model.
**Describe the solution you'd like**
Update `otel-trace-raw-prepper` to the `Event` model. | OTel Raw Prepper to Event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/613/comments | 1 | 2021-11-16T18:20:45Z | 2022-01-24T17:54:45Z | https://github.com/opensearch-project/data-prepper/issues/613 | 1,055,185,444 | 613 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The Otel Group Prepper uses the deprecated string model.
**Describe the solution you'd like**
Update `otel-trace-group-prepper` to the `Event` model. | OTel Group Prepper to Event | https://api.github.com/repos/opensearch-project/data-prepper/issues/612/comments | 1 | 2021-11-16T18:19:57Z | 2022-01-24T17:54:07Z | https://github.com/opensearch-project/data-prepper/issues/612 | 1,055,184,422 | 612 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The OTel Trace Source plugin uses the string model.
**Describe the solution you'd like**
Migrate `otel-trace-source` source plugin to `Event` model. | OTel Trace Source to Event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/611/comments | 1 | 2021-11-16T18:18:39Z | 2022-01-24T17:53:39Z | https://github.com/opensearch-project/data-prepper/issues/611 | 1,055,183,374 | 611 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The Peer Forwarder processor uses the string model.
**Describe the solution you'd like**
Migrate `peer-forwarder` to `Event` model.
| Peer Forwarder to Event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/610/comments | 0 | 2021-11-16T18:17:20Z | 2022-03-01T16:15:11Z | https://github.com/opensearch-project/data-prepper/issues/610 | 1,055,182,213 | 610 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The Trace Analytics and Log Ingest pipeline components (source, processors, sinks) are currently incompatible. The Trace Analytics pipelines use the `String` model which is deprecated in favor of the `Event` model.
**Describe the solution you'd li... | Update to Event model for all sources, processors, and sinks | https://api.github.com/repos/opensearch-project/data-prepper/issues/609/comments | 1 | 2021-11-16T18:12:40Z | 2021-11-16T18:14:04Z | https://github.com/opensearch-project/data-prepper/issues/609 | 1,055,178,517 | 609 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Follow up on Event model change #538
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered (Optional)**
A clear and concise description of any alternative solu... | StringPrepper to use Event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/608/comments | 0 | 2021-11-16T15:25:06Z | 2021-12-16T21:44:57Z | https://github.com/opensearch-project/data-prepper/issues/608 | 1,055,010,499 | 608 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Follow up on Event model change #538 for the [NoOpPrepper](https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-plugins/common/src/main/java/com/amazon/dataprepper/plugins/prepper/NoOpPrepper.java)
**Describe the solution you'd ... | NoOpPrepper to use Event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/607/comments | 2 | 2021-11-16T15:24:29Z | 2022-03-01T17:12:45Z | https://github.com/opensearch-project/data-prepper/issues/607 | 1,055,009,827 | 607 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Follow up on Event model change #538 to migrate the [FileSink](https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-plugins/common/src/main/java/com/amazon/dataprepper/plugins/sink/FileSink.java).
**Describe the solution you'd ... | FileSink to use Event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/606/comments | 1 | 2021-11-16T15:23:41Z | 2021-12-16T23:10:52Z | https://github.com/opensearch-project/data-prepper/issues/606 | 1,055,008,927 | 606 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Follow up on Event model change #538
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered (Optional)**
A clear and concise description of any alternative solu... | RandomStringSource to use Event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/605/comments | 0 | 2021-11-16T15:22:55Z | 2021-11-23T18:31:45Z | https://github.com/opensearch-project/data-prepper/issues/605 | 1,055,008,040 | 605 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Follow up on Event model change #538
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered (Optional)**
A clear and concise description of any alternative solu... | StdInSource to use Event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/604/comments | 0 | 2021-11-16T15:21:49Z | 2021-11-23T18:31:45Z | https://github.com/opensearch-project/data-prepper/issues/604 | 1,055,006,734 | 604 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The File source can be useful for users who want to run Data Prepper directly on an application host. Using the file source in a production environment as it is now would not work, however, as it only supports reading a single file completely from star... | Add tailing support to the File Source | https://api.github.com/repos/opensearch-project/data-prepper/issues/602/comments | 0 | 2021-11-16T03:47:14Z | 2022-04-19T19:36:37Z | https://github.com/opensearch-project/data-prepper/issues/602 | 1,054,408,943 | 602 |
[
"opensearch-project",
"data-prepper"
] | The file source is a good way to get started and test the grok prepper. The recent
Event model change #538 broke the connection between the fileand grok, as it still uses a `Record<String>` type while grok was updated to a ` Record<Event>`
Additionally, the file source is useful for those who just want to run data ... | File Source Improvements and update to Event Model | https://api.github.com/repos/opensearch-project/data-prepper/issues/600/comments | 0 | 2021-11-16T03:15:26Z | 2021-11-18T17:49:37Z | https://github.com/opensearch-project/data-prepper/issues/600 | 1,054,394,506 | 600 |
[
"opensearch-project",
"data-prepper"
] | Data Prepper should provide a processor which removes entire events. This processor need not take any special input, but does require conditional support from #522. (Otherwise every event would be dropped).
**Outstanding Questions**
What name should this processor have? | Processor to filter out (remove/drop) entire events | https://api.github.com/repos/opensearch-project/data-prepper/issues/598/comments | 2 | 2021-11-15T23:42:07Z | 2022-01-20T23:19:10Z | https://github.com/opensearch-project/data-prepper/issues/598 | 1,054,262,585 | 598 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The OpenSearch plugin's Gradle build applies the `opensearch.build` Gradle plugin.
```
apply plugin: 'opensearch.build'
```
This plugin is applying various OpenSearch constraints and requirements to this build. As a result, this build file is... | Clean up OpenSearch plugin build | https://api.github.com/repos/opensearch-project/data-prepper/issues/593/comments | 2 | 2021-11-15T16:43:15Z | 2022-04-29T15:59:04Z | https://github.com/opensearch-project/data-prepper/issues/593 | 1,053,875,733 | 593 |
[
"opensearch-project",
"data-prepper"
] | The stdout sink is a good way to get started and test the grok prepper. The recent
Event model change #538 broke the connection between the stdout sink and grok, as it still uses a `Record<String>` type while grok was updated to a `Record<Event>` | StdOut Sink to use Event Model | https://api.github.com/repos/opensearch-project/data-prepper/issues/585/comments | 0 | 2021-11-12T23:28:55Z | 2021-11-18T16:31:07Z | https://github.com/opensearch-project/data-prepper/issues/585 | 1,052,476,923 | 585 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently, Data Prepper pipelines only accept data from one input, I'd like to be able to bring in data from multiple inputs into a single pipeline.
**Describe the solution you'd like**
Data Prepper tests to support running with Java 15
**Descri... | Support running automated tests with Java 15 | https://api.github.com/repos/opensearch-project/data-prepper/issues/576/comments | 3 | 2021-11-12T17:44:37Z | 2022-06-08T19:05:23Z | https://github.com/opensearch-project/data-prepper/issues/576 | 1,052,221,789 | 576 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
With this bulkRequestSizeBytes, we would have insight into how large each Sink batch is and adjust the bulk_size parameter if needed.
**Describe the solution you'd like**
Having the OpenSearch Sink emit a metric, bulkRequestSizeBytes, right before... | Support Sink metrics: bulkRequestSizeBytes | https://api.github.com/repos/opensearch-project/data-prepper/issues/571/comments | 1 | 2021-11-12T15:11:00Z | 2021-11-18T18:29:14Z | https://github.com/opensearch-project/data-prepper/issues/571 | 1,052,067,194 | 571 |
[
"opensearch-project",
"data-prepper"
] | The Log Analytics Getting Started Guide will be made similar to the [Trace Analytics Guide](https://github.com/opensearch-project/data-prepper/blob/main/docs/trace_analytics.md)
It will focus on log ingestion support being added for Data Prepper 1.2, but will call out future plans for expanding log analytics with Da... | Log Analytics Getting Started Guide | https://api.github.com/repos/opensearch-project/data-prepper/issues/550/comments | 0 | 2021-11-05T21:02:01Z | 2021-11-12T23:24:49Z | https://github.com/opensearch-project/data-prepper/issues/550 | 1,046,241,803 | 550 |
[
"opensearch-project",
"data-prepper"
] | As part of the migration to the new model `Record`s should be replaced with `Event`s. All interfaces, abstract classes and plugins should be updated to support only `Event`s. `Record` and `RecordMetadata`s should be removed from the code base.
This will be a breaking change and should be introduced in the next majo... | Deprecate Records | https://api.github.com/repos/opensearch-project/data-prepper/issues/547/comments | 1 | 2021-11-05T15:22:20Z | 2022-02-21T20:13:54Z | https://github.com/opensearch-project/data-prepper/issues/547 | 1,045,968,622 | 547 |
[
"opensearch-project",
"data-prepper"
] | Migrate existing trace plugins to event model. Trace analytics plugins should pass either a Record<Span> (or Record<Event> in the case of the service mapping plugin). This will eilminate excessive de/serialization between plugins
Plugins To be updated:
- Peer Forwarder
- otel source
- otel srv group prepper
- ... | Migrate Trace Analytics Plugins to Event Model | https://api.github.com/repos/opensearch-project/data-prepper/issues/546/comments | 1 | 2021-11-05T15:15:46Z | 2022-03-15T14:44:38Z | https://github.com/opensearch-project/data-prepper/issues/546 | 1,045,962,331 | 546 |
[
"opensearch-project",
"data-prepper"
] | Update HTTP Source and Grok Prepper to leverage the new Event model for log ingestion. | Log Ingestion Plugin Event Model Integration | https://api.github.com/repos/opensearch-project/data-prepper/issues/538/comments | 1 | 2021-11-04T20:59:19Z | 2021-11-09T20:29:01Z | https://github.com/opensearch-project/data-prepper/issues/538 | 1,045,198,406 | 538 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
I have an application that sends traces to opentelemtry collector. Traces collected by java instrumentation library: https://github.com/open-telemetry/opentelemetry-java-instrumentation And then collector send this data to data-prepper.
It also sends the same data to Jaeger system.
And for all... | Missing trace group for SpanId [BUG] | https://api.github.com/repos/opensearch-project/data-prepper/issues/534/comments | 9 | 2021-11-03T17:32:14Z | 2024-08-12T18:16:17Z | https://github.com/opensearch-project/data-prepper/issues/534 | 1,043,880,382 | 534 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Some plugins are using Java 11 APIs, though Data Prepper should only require Java 8.
There may be others, but I have found: `Path.of` and `Files.readString`.
Performing a find usages in an IDE should reveal the problem locations.
Usages in the test code are acceptable since the build re... | [BUG] Some plugins use Java 11 APIs | https://api.github.com/repos/opensearch-project/data-prepper/issues/523/comments | 2 | 2021-11-02T23:00:53Z | 2021-11-12T20:46:12Z | https://github.com/opensearch-project/data-prepper/issues/523 | 1,042,922,371 | 523 |
[
"opensearch-project",
"data-prepper"
] | Data Prepper currently does not provide any control logic within pipelines. This proposal is to add a basic conditional system for processing data in Preppers only when certain conditions are met.
This proposal is to add a new `when` field which is available for all Processors.
When a Prepper contains the `when` ... | [RFC] Basic Conditional Logic in Processors | https://api.github.com/repos/opensearch-project/data-prepper/issues/522/comments | 11 | 2021-11-02T22:49:49Z | 2023-02-07T16:46:43Z | https://github.com/opensearch-project/data-prepper/issues/522 | 1,042,917,206 | 522 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The existing OTel Trace Source and the new HTTP Source both open up ports when users activate them in their pipelines. Because these are open ports, Data Prepper should encourage users to secure them with HTTP Basic Authentication and with TLS enable... | Encourage secure configuration of external sources | https://api.github.com/repos/opensearch-project/data-prepper/issues/521/comments | 1 | 2021-11-02T22:23:00Z | 2021-11-16T18:58:30Z | https://github.com/opensearch-project/data-prepper/issues/521 | 1,042,903,406 | 521 |
[
"opensearch-project",
"data-prepper"
] | ## What kind of business use case are you trying to solve? What are your requirements?
Dependency Injection(DI) is the technique which objects receive their dependencies. Leveraging this technique and moving instantiation of dependencies out-side of the scope of an object give us a the following benefits:
* Objec... | [RFC] Introducing Dependency Injection | https://api.github.com/repos/opensearch-project/data-prepper/issues/519/comments | 3 | 2021-11-02T21:24:31Z | 2022-01-14T21:37:28Z | https://github.com/opensearch-project/data-prepper/issues/519 | 1,042,854,803 | 519 |
[
"opensearch-project",
"data-prepper"
] | Provide a prepper which can extract dates from fields in events. | Prepper for extracting dates from fields | https://api.github.com/repos/opensearch-project/data-prepper/issues/509/comments | 6 | 2021-11-01T15:24:22Z | 2022-02-28T17:03:16Z | https://github.com/opensearch-project/data-prepper/issues/509 | 1,041,297,085 | 509 |
[
"opensearch-project",
"data-prepper"
] | Data Prepper should provide a Prepper or Preppers to support the following operations:
* Renaming fields
* Adding fields
* Deleting fields
* Copying fields
There should be one processor per action, e.g. a CopyProcessor, RenameProcessor, etc.
There should be one configuration, `skip_if_present`, that is defa... | Mutate, alter, and delete fields from Events | https://api.github.com/repos/opensearch-project/data-prepper/issues/508/comments | 9 | 2021-11-01T15:24:18Z | 2022-02-24T18:04:18Z | https://github.com/opensearch-project/data-prepper/issues/508 | 1,041,297,007 | 508 |
[
"opensearch-project",
"data-prepper"
] | Data Prepper should have a processor which can parse key-value strings from one field and save the results into another field as a map.
For example, on the input event:
```
{
"query": "key1:value1&key2:value2&key3:value3"
}
```
Could update the event to include a field:
```
{
"query_params" : {
... | Support parsing messages with key-value strings such as queries and properties | https://api.github.com/repos/opensearch-project/data-prepper/issues/507/comments | 10 | 2021-11-01T15:24:07Z | 2022-01-25T16:18:52Z | https://github.com/opensearch-project/data-prepper/issues/507 | 1,041,296,840 | 507 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The documentation for plugins should be consistent and easy to use for users of Data Prepper.
Documenting plugins should be easy for plugin developers.
**Describe the solution you'd like**
This proposal builds on the proposal from #469.
... | [Proposal] Automatic Plugin Documentation | https://api.github.com/repos/opensearch-project/data-prepper/issues/475/comments | 0 | 2021-10-26T18:12:01Z | 2022-04-19T19:36:13Z | https://github.com/opensearch-project/data-prepper/issues/475 | 1,036,599,363 | 475 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
This integration test is failing randomly.
**To Reproduce**
Submit a PR
**Expected behavior**
The integration test should be deterministic in its passing or failing.
**Environment (please complete the following information):**
- OS: [e.g. Ubuntu 20.04 LTS]
- Version [e.g. 22]
**A... | [BUG] Flaky Tests on Data Prepper Trace Analytics Raw Span End-to-end test with Gradle | https://api.github.com/repos/opensearch-project/data-prepper/issues/474/comments | 3 | 2021-10-26T15:50:30Z | 2023-11-04T16:53:11Z | https://github.com/opensearch-project/data-prepper/issues/474 | 1,036,473,346 | 474 |
[
"opensearch-project",
"data-prepper"
] | Implement trace models interfaces.
As part of #436 | Implement Trace Models | https://api.github.com/repos/opensearch-project/data-prepper/issues/472/comments | 0 | 2021-10-26T14:46:38Z | 2021-11-02T16:23:04Z | https://github.com/opensearch-project/data-prepper/issues/472 | 1,036,393,733 | 472 |
[
"opensearch-project",
"data-prepper"
] | The data prepper server itself needs support for TLS/SSL by default.
This includes creating a default `data-prepper-config.yaml` and `keystore.p12` that can be used in the default `data-prepper-config.yaml`. Both of these will be passed to the Data Prepper docker image, and the default `data-prepper-config.yaml` wi... | Secure Data Prepper server with TLS/SSL by default | https://api.github.com/repos/opensearch-project/data-prepper/issues/471/comments | 0 | 2021-10-25T23:06:12Z | 2021-10-29T21:59:18Z | https://github.com/opensearch-project/data-prepper/issues/471 | 1,035,649,495 | 471 |
[
"opensearch-project",
"data-prepper"
] | # Is your feature request related to a problem? Please describe.
There are a few problems with our plugin code:
* Each plugin has to translate between `PluginSetting` and an internal model. This is mostly tedious work.
* The `PluginSetting` class is somewhat overloaded. This likely because it is the one class whic... | Improved Plugin Configurations | https://api.github.com/repos/opensearch-project/data-prepper/issues/469/comments | 3 | 2021-10-25T21:32:28Z | 2022-01-24T15:58:42Z | https://github.com/opensearch-project/data-prepper/issues/469 | 1,035,593,700 | 469 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
We want to support the following Logstash plugins:
* `http`
* `grok`
* `elasticsearch`
* `amazon_es`
Are there any others?
**Describe the solution you'd like**
Create mapping files for each of these. They should be created to match the... | Support Logstash Configuration mapping for key plugins | https://api.github.com/repos/opensearch-project/data-prepper/issues/467/comments | 0 | 2021-10-22T17:35:48Z | 2021-11-11T18:31:36Z | https://github.com/opensearch-project/data-prepper/issues/467 | 1,033,810,224 | 467 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Beyond just parsing a Logstash configuration grammar, we must also be able map Logstash plugins and settings into Data Prepper plugins and settings.
**Describe the solution you'd like**
Provide a mapping file which can define how a Logstash plu... | Provide a Mapping from Logstash Configuration files to Data Prepper configurations | https://api.github.com/repos/opensearch-project/data-prepper/issues/466/comments | 1 | 2021-10-22T17:11:09Z | 2021-11-16T17:45:29Z | https://github.com/opensearch-project/data-prepper/issues/466 | 1,033,792,363 | 466 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
This is part of the Logstash Configuration support. We need to parse Logstash Configuration files.
**Describe the solution you'd like**
Parse Logstash Configuration files using ANTLR.
| Implement Logstash Configuration Parsing | https://api.github.com/repos/opensearch-project/data-prepper/issues/465/comments | 0 | 2021-10-22T17:09:10Z | 2021-11-05T15:16:00Z | https://github.com/opensearch-project/data-prepper/issues/465 | 1,033,790,860 | 465 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper's HTTP endpoint is currently unsecured. Thus, users must either add a proxy on the host, or leave them open to network access.
**Describe the solution you'd like**
Support HTTP Basic Authentication on the HTTP input endpoint. Addit... | Secure the HTTP input plugin with HTTP Basic Authentication | https://api.github.com/repos/opensearch-project/data-prepper/issues/464/comments | 4 | 2021-10-22T14:45:55Z | 2021-11-05T18:14:19Z | https://github.com/opensearch-project/data-prepper/issues/464 | 1,033,662,703 | 464 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently ssl is enabled by default in otel-trace-source but we require user to provide sslCertificateFile and sslKeyFile in order to run the source.
**Describe the solution you'd like**
We could default sslCertificateFile and sslKeyFile to use dem... | Provide demo TLS/SSL cert and key for otel-trace-source | https://api.github.com/repos/opensearch-project/data-prepper/issues/462/comments | 1 | 2021-10-21T18:14:52Z | 2021-11-16T02:23:07Z | https://github.com/opensearch-project/data-prepper/issues/462 | 1,032,791,809 | 462 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently the endpoint of http source is not secured by default
**Describe the solution you'd like**
* set default ssl to true
* Provide demo key and cert files for `ssl_certificate_file` and `ssl_key_file` as default. We could reuse `demo-data-pr... | Secure endpoint by default on http source | https://api.github.com/repos/opensearch-project/data-prepper/issues/461/comments | 1 | 2021-10-21T17:46:19Z | 2021-11-16T02:19:45Z | https://github.com/opensearch-project/data-prepper/issues/461 | 1,032,763,429 | 461 |
[
"opensearch-project",
"data-prepper"
] | ### What kind of business use case are you trying to solve? What are your requirements?
We want to provide Logstash users an easy way to run their workloads on Data Prepper. By leveraging their existing Logstash configuration file, we will make the transition from Logstash to Data Prepper as seamless as possible.
... | [RFC] Logstash Configuration Converter | https://api.github.com/repos/opensearch-project/data-prepper/issues/452/comments | 4 | 2021-10-20T17:02:10Z | 2021-11-18T19:04:09Z | https://github.com/opensearch-project/data-prepper/issues/452 | 1,031,634,661 | 452 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
How do we want to support both of these requirements:
* Providing a JSON-path structure for accessing fields within events
* Allowing fields to contain dots in the name e.g. `my.field`.
Raised by this question:
https://github.com/opensearch-pro... | Resolve approach for JSON path and dots in key names | https://api.github.com/repos/opensearch-project/data-prepper/issues/450/comments | 15 | 2021-10-19T19:11:47Z | 2021-10-26T15:00:20Z | https://github.com/opensearch-project/data-prepper/issues/450 | 1,030,655,878 | 450 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
As part of the support for Logstash configurations, we need to have a basic model for Logstash configuration files.
**Describe the solution you'd like**
Create a Logstash configuration file data model.
**Describe alternatives you've consider... | New Model for Logstash Configuration files | https://api.github.com/repos/opensearch-project/data-prepper/issues/446/comments | 0 | 2021-10-18T17:31:09Z | 2021-10-25T17:55:15Z | https://github.com/opensearch-project/data-prepper/issues/446 | 1,029,401,801 | 446 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The current code for PipelineConfiguration and PluginSettings are designed for reading from YAML. We also want to serialize YAML using these classes.
**Describe the solution you'd like**
Rework `PipelineConfiguration` and `PluginSettings` so th... | Refine the Pipeline and Settings model for creating | https://api.github.com/repos/opensearch-project/data-prepper/issues/437/comments | 4 | 2021-10-15T17:26:40Z | 2021-11-04T16:41:17Z | https://github.com/opensearch-project/data-prepper/issues/437 | 1,027,649,834 | 437 |
[
"opensearch-project",
"data-prepper"
] | Implement Log & Trace Models according to their interface.
This is part of #319 | Implement Log & Trace Model | https://api.github.com/repos/opensearch-project/data-prepper/issues/436/comments | 0 | 2021-10-15T14:42:11Z | 2021-11-04T20:56:41Z | https://github.com/opensearch-project/data-prepper/issues/436 | 1,027,514,478 | 436 |
[
"opensearch-project",
"data-prepper"
] | Implement the following interfaces as part of the new model:
- Event
- EventMetadata
This is part of #319 | Implement metadata & event model | https://api.github.com/repos/opensearch-project/data-prepper/issues/434/comments | 0 | 2021-10-15T14:13:20Z | 2021-10-19T19:28:19Z | https://github.com/opensearch-project/data-prepper/issues/434 | 1,027,487,900 | 434 |
[
"opensearch-project",
"data-prepper"
] | Apart from common metrics in [AbstractPrepper](https://github.com/opendistro-for-elasticsearch/data-prepper/blob/main/data-prepper-api/src/main/java/com/amazon/dataprepper/model/prepper/AbstractPrepper.java), grok-prepper introduces the following custom metrics.
Counter
* grokProcessingMatchFailure: records the n... | Metrics for Grok Prepper | https://api.github.com/repos/opensearch-project/data-prepper/issues/422/comments | 0 | 2021-10-13T16:00:04Z | 2021-11-04T20:36:43Z | https://github.com/opensearch-project/data-prepper/issues/422 | 1,025,429,791 | 422 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Building an external plugin requires having data-prepper-api. Presently, this is not available unless it is manually built by a plugin author.
We should deploy Data Prepper artifacts to Maven Central.
Additionally, we deploy to the Maven groupI... | Deploy Artifacts to Maven Central | https://api.github.com/repos/opensearch-project/data-prepper/issues/421/comments | 2 | 2021-10-13T15:33:56Z | 2022-03-23T15:29:57Z | https://github.com/opensearch-project/data-prepper/issues/421 | 1,025,402,492 | 421 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently, Data Prepper pipelines only accept data from one input, I'd like to be able to bring in data from multiple inputs into a single pipeline.
**Describe the solution you'd like**
Data Prepper pipelines support multiple inputs into a single p... | Support multiple sources for a pipeline | https://api.github.com/repos/opensearch-project/data-prepper/issues/406/comments | 2 | 2021-10-11T15:49:40Z | 2025-03-04T20:55:21Z | https://github.com/opensearch-project/data-prepper/issues/406 | 1,022,870,965 | 406 |
[
"opensearch-project",
"data-prepper"
] | This is the first task for the [#319](https://github.com/opensearch-project/data-prepper/issues/319).
This includes introducing all interfaces for `event`, `span`, `log`, and any other sub component of these three interfaces | New Internal Model Interfaces | https://api.github.com/repos/opensearch-project/data-prepper/issues/405/comments | 0 | 2021-10-11T14:30:50Z | 2021-10-15T14:10:40Z | https://github.com/opensearch-project/data-prepper/issues/405 | 1,022,776,520 | 405 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently http source is still using the Buffer::write API which means incoming request data could be partially written into the Buffer.
**Describe the solution you'd like**
Use the new `Buffer::writeAll` API in http source
**Describe alternativ... | Integrate new Buffer::writeAll API with http source | https://api.github.com/repos/opensearch-project/data-prepper/issues/404/comments | 1 | 2021-10-08T21:06:17Z | 2022-02-21T20:14:25Z | https://github.com/opensearch-project/data-prepper/issues/404 | 1,021,462,012 | 404 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
This set of tests will fail and pass or pass then fail.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a PR
2. Watch it fail
3. rerun the action
4. watch it pass
**Expected behavior**
To pass and not fail (as long as the test is correct)
**Screenshots**
If applicable, ... | Flaky Integration Test: Run ./gradlew :data-prepper-core:serviceMapEndToEndTest | https://api.github.com/repos/opensearch-project/data-prepper/issues/399/comments | 2 | 2021-10-08T15:38:54Z | 2021-10-20T19:30:38Z | https://github.com/opensearch-project/data-prepper/issues/399 | 1,021,229,356 | 399 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
This integration test is flaky and goes between passing and not.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a PR
2. Let the tests run, see it fail
3. Retry the test
4. watch it pass
**Expected behavior**
The tests to run successfully (or not multiple times in a row).
... | Flaky integration test: Run ./gradlew :data-prepper-plugins:opensearch:test --tests | https://api.github.com/repos/opensearch-project/data-prepper/issues/398/comments | 1 | 2021-10-08T15:04:29Z | 2023-11-04T16:53:32Z | https://github.com/opensearch-project/data-prepper/issues/398 | 1,021,197,516 | 398 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Presently, the DataPrepper only loads plugins from the `com.amazon.dataprepper.plugins` Java package. We have found that we can add new plugins and make them part of DataPrepper by putting our customer plugins in that same package.
However, as plu... | Support additional package names for plugins | https://api.github.com/repos/opensearch-project/data-prepper/issues/379/comments | 1 | 2021-10-07T15:54:59Z | 2022-02-01T16:02:40Z | https://github.com/opensearch-project/data-prepper/issues/379 | 1,020,205,110 | 379 |
[
"opensearch-project",
"data-prepper"
] | This is a subtask of the issue for a grok processor: #256.
The Grok processor needs support for configuration options for `break_on_match`, `overwrite`, `pattern_definitions`, `patterns_dir`, `patterns_files_glob`, and `target` | Grok Processor Additional Features | https://api.github.com/repos/opensearch-project/data-prepper/issues/376/comments | 0 | 2021-10-06T21:20:39Z | 2021-10-18T20:28:55Z | https://github.com/opensearch-project/data-prepper/issues/376 | 1,019,255,491 | 376 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently there is no metrics for monitoring http source.
**Describe the solution you'd like**
We will add the following metrics:
Counter
* Number of received requests: requests received by the http server
* Number of processed request: requ... | Adding metrics into http source | https://api.github.com/repos/opensearch-project/data-prepper/issues/374/comments | 1 | 2021-10-06T18:50:03Z | 2021-10-12T14:40:40Z | https://github.com/opensearch-project/data-prepper/issues/374 | 1,018,975,215 | 374 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Recently I am seeing more frequent CI failure on e2e tests due to UnprocessedRequestException when Armeria client sending the requests.
```
Task :data-prepper-core:rawSpanEndToEndTest
com.amazon.dataprepper.integration.EndToEndRawSpanTest > testPipelineEndToEnd FAILED
io.grpc.StatusRunti... | Trace analytics ingestion End-to-end tests have been flaky | https://api.github.com/repos/opensearch-project/data-prepper/issues/366/comments | 9 | 2021-10-06T18:32:07Z | 2021-10-20T19:30:55Z | https://github.com/opensearch-project/data-prepper/issues/366 | 1,018,941,170 | 366 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently only local file certificate provider is supported.
**Describe the solution you'd like**
We will expand support to s3 and ACM when necessary
**Describe alternatives you've considered (Optional)**
A clear and concise description of any ... | Support more TLS/SSL certificate providers in http source | https://api.github.com/repos/opensearch-project/data-prepper/issues/365/comments | 1 | 2021-10-06T16:28:02Z | 2022-09-09T01:48:19Z | https://github.com/opensearch-project/data-prepper/issues/365 | 1,018,702,004 | 365 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The TLS/SSL config has not been unified across plugins (otel-trace-source, http, peerforwarder). It should be unifiable so that all plugins could reuse the same config and CertificateProviderFactory.
**Describe the solution you'd like**
We need to ... | Centralize SSL configuration and certificate provider factory | https://api.github.com/repos/opensearch-project/data-prepper/issues/364/comments | 4 | 2021-10-06T16:26:20Z | 2023-10-12T20:05:32Z | https://github.com/opensearch-project/data-prepper/issues/364 | 1,018,698,540 | 364 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently we have the following certificate providers on source plugin (server) and peer forwarder (client)
- local file
- s3
- ACM
where only ACM supports encrypted key file with passphrase.
**Describe the solution you'd like**
We should suppo... | All TLS/SSL certificate provider should accommodate encrypted key | https://api.github.com/repos/opensearch-project/data-prepper/issues/362/comments | 0 | 2021-10-05T22:28:49Z | 2022-04-19T19:35:13Z | https://github.com/opensearch-project/data-prepper/issues/362 | 1,016,968,514 | 362 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The http source only supports insecure http connection. We need to enable https
**Describe the solution you'd like**
As an initial open source release, we will support local certificate file path.
**Describe alternatives you've considered (Optio... | Enable TLS/SSL for http source plugin | https://api.github.com/repos/opensearch-project/data-prepper/issues/358/comments | 1 | 2021-10-05T16:17:48Z | 2021-10-12T14:40:05Z | https://github.com/opensearch-project/data-prepper/issues/358 | 1,016,520,939 | 358 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
We updated ODFE Data Prepper dependencies with known CVEs. This task is to apply that work into OpenSearch Data Prepper.
**Describe the solution you'd like**
Update any dependencies which were not updated by dependabot or other changes.
See ... | Update dependencies from ODFE Data Prepper | https://api.github.com/repos/opensearch-project/data-prepper/issues/357/comments | 5 | 2021-10-05T15:21:24Z | 2021-10-20T23:39:15Z | https://github.com/opensearch-project/data-prepper/issues/357 | 1,016,461,422 | 357 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Basic input validation is done on *String* inputs but correct formats are not checked for what they should be. For example, ARNs, S3 paths, etc. are not checked if they are a valid format or not until the time of use.
**To Reproduce**
Steps to reproduce the behavior:
Create a YAML configurat... | Better input validation. | https://api.github.com/repos/opensearch-project/data-prepper/issues/350/comments | 1 | 2021-10-04T14:35:21Z | 2021-10-20T23:39:15Z | https://github.com/opensearch-project/data-prepper/issues/350 | 1,015,263,190 | 350 |
[
"opensearch-project",
"data-prepper"
] | This is a subtask of the issue for a grok processor: #256.
The grok prepper needs a configurable way to specify how long the prepper should attempt to match patterns against a log before it should move on to the next one. This will allow users to improve performance by not spending too much time matching an individu... | Grok Prepper Match Timeout | https://api.github.com/repos/opensearch-project/data-prepper/issues/345/comments | 0 | 2021-10-01T17:10:31Z | 2021-10-20T20:54:25Z | https://github.com/opensearch-project/data-prepper/issues/345 | 1,013,580,959 | 345 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The project is in the opensearch project and the naming should likewise be adjusted.
**Describe the solution you'd like**
`com.amazon` will be replaced with `org.opensearch` in all files
| Update package naming to be org.opensearch.dataprepper from com.amazon.dataprepper | https://api.github.com/repos/opensearch-project/data-prepper/issues/344/comments | 2 | 2021-10-01T16:34:42Z | 2022-10-04T13:18:22Z | https://github.com/opensearch-project/data-prepper/issues/344 | 1,013,546,401 | 344 |
[
"opensearch-project",
"data-prepper"
] | Coming from https://github.com/opensearch-project/project-meta/issues/17
A Developer Certificate of Origin is required on commits in the OpenSearch-Project.
See [doc.yml](https://github.com/opensearch-project/.github/blob/main/workflow/dco.yml) for an example workflow. Ensure CONTRIBUTING.md to has a section on ... | Ensure DCO Workflow Check | https://api.github.com/repos/opensearch-project/data-prepper/issues/326/comments | 1 | 2021-09-30T17:12:08Z | 2021-10-05T20:59:08Z | https://github.com/opensearch-project/data-prepper/issues/326 | 1,012,423,428 | 326 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Currently http source plugin does not limit the task queue size in handling new requests, this will lead to memory overflow in high load.
**Describe the solution you'd like**
The source plugin needs to return 429 (Too many requests) once the blocki... | Add throttling handler into http source | https://api.github.com/repos/opensearch-project/data-prepper/issues/323/comments | 1 | 2021-09-29T15:16:18Z | 2021-10-12T14:39:37Z | https://github.com/opensearch-project/data-prepper/issues/323 | 1,011,095,432 | 323 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
The current plugin classes are static utilities and inextensible. To support additional new sources of plugins, as in #321, will require either changing these static classes or creating a more flexible class structure.
**Describe the solution you'... | Plugin Class Refactoring | https://api.github.com/repos/opensearch-project/data-prepper/issues/322/comments | 0 | 2021-09-29T14:09:08Z | 2021-10-20T18:51:54Z | https://github.com/opensearch-project/data-prepper/issues/322 | 1,011,010,710 | 322 |
[
"opensearch-project",
"data-prepper"
] | This RFC proposes a new approach for supporting plugins with Data Prepper. Its main goals are to promote modularity and allow for decentralized plugins.
**What is the problem? What is preventing you from meeting the requirements?**
Data Prepper plugins should be split out so that they do not need to be part of ever... | [RFC] Plugin Redesign | https://api.github.com/repos/opensearch-project/data-prepper/issues/321/comments | 0 | 2021-09-29T13:48:52Z | 2022-06-25T20:31:18Z | https://github.com/opensearch-project/data-prepper/issues/321 | 1,010,984,915 | 321 |
[
"opensearch-project",
"data-prepper"
] | ## What kind of business use case are you trying to solve? What are your requirements?
Existing preppers consume and emit serialized JSON strings. This wastes CPU cycles when chaining preppers due to excessive de/serialization. Users of the DP have encountered [runtime exceptions](https://github.com/opendistro-for-e... | [RFC] Internal Model Proposal | https://api.github.com/repos/opensearch-project/data-prepper/issues/319/comments | 5 | 2021-09-28T21:44:28Z | 2022-08-05T20:58:54Z | https://github.com/opensearch-project/data-prepper/issues/319 | 1,010,239,069 | 319 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper running behind proxies is not currently supported.
**Describe the solution you'd like**
Follow the same approach as we are planning #300. Each AWS configuration can include a new proxy configuration.
For example, within peer-for... | Proxy support for AWS SDKs | https://api.github.com/repos/opensearch-project/data-prepper/issues/317/comments | 1 | 2021-09-27T23:14:42Z | 2023-06-05T21:09:19Z | https://github.com/opensearch-project/data-prepper/issues/317 | 1,008,784,921 | 317 |
[
"opensearch-project",
"data-prepper"
] | **Describe the bug**
Although configured in ServerBuilder: https://github.com/opensearch-project/data-prepper/blob/1cb44e1094ac7428130f75a5b01fe55aeeb09283/data-prepper-plugins/otel-trace-source/src/main/java/com/amazon/dataprepper/plugins/source/oteltrace/OTelTraceSource.java#L107
BlockingTaskExecutor is not used by... | BlockingTaskExecutor is never used in Otel-Trace-Source | https://api.github.com/repos/opensearch-project/data-prepper/issues/316/comments | 4 | 2021-09-27T22:01:33Z | 2021-12-15T18:12:56Z | https://github.com/opensearch-project/data-prepper/issues/316 | 1,008,682,100 | 316 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Current buffer offers write API that only allows write single item atomically. Once we migrated to the internal data model as mentioned in https://github.com/opensearch-project/data-prepper/issues/306, the existing write API will lead to partially inge... | Add and implement writeAll API in Buffer | https://api.github.com/repos/opensearch-project/data-prepper/issues/315/comments | 1 | 2021-09-27T20:37:03Z | 2021-11-18T18:20:56Z | https://github.com/opensearch-project/data-prepper/issues/315 | 1,008,580,229 | 315 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper's OTel endpoint is currently unsecured. Thus, users must either add a proxy on the host, or leave them open to network access.
**Describe the solution you'd like**
Support HTTP Basic Authentication on the OTel endpoint. Additionall... | Secure OTel gRPC API with HTTP Basic security | https://api.github.com/repos/opensearch-project/data-prepper/issues/314/comments | 0 | 2021-09-27T18:35:06Z | 2021-11-12T21:27:17Z | https://github.com/opensearch-project/data-prepper/issues/314 | 1,008,467,401 | 314 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
All HTTP methods work on all the core APIs (`shutdown`, `list`, `metrics`).
**Describe the solution you'd like**
Only the following HTTP combinations should be supported:
| Path | Method |
| ----- | ----- |
| shutdown | PO... | Support correct HTTP methods on core API endpoints | https://api.github.com/repos/opensearch-project/data-prepper/issues/313/comments | 0 | 2021-09-27T17:51:03Z | 2022-08-31T18:27:01Z | https://github.com/opensearch-project/data-prepper/issues/313 | 1,008,426,173 | 313 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper provides a few core APIs such as `shutdown`, `list`, `metrics/...`. Currently, users of Data Prepper must currently secure them either through network security or a proxy on the host.
**Describe the solution you'd like**
Add suppo... | Secure core APIs with HTTP Basic security | https://api.github.com/repos/opensearch-project/data-prepper/issues/312/comments | 5 | 2021-09-27T16:59:24Z | 2021-11-10T22:46:07Z | https://github.com/opensearch-project/data-prepper/issues/312 | 1,008,380,937 | 312 |
[
"opensearch-project",
"data-prepper"
] | **Is your feature request related to a problem? Please describe.**
Data Prepper currently supports `prepper` plugins. This term is not entirely clear. Additionally, it is somewhat ambiguous with Data Prepper.
**Describe the solution you'd like**
Rename `prepper` to `processor`.
This can be done in a phased ... | Rename Prepper to Processor | https://api.github.com/repos/opensearch-project/data-prepper/issues/311/comments | 9 | 2021-09-27T16:23:28Z | 2021-11-30T17:51:45Z | https://github.com/opensearch-project/data-prepper/issues/311 | 1,008,350,684 | 311 |
[
"opensearch-project",
"data-prepper"
] | ### What kind of business use case are you trying to solve? What are your requirements?
[A roadmap has been released](https://opensearch.org/blog/releases/2021/09/data-prepper-roadmap/) to enable Data Prepper to ingest logs from telemetry data collection agents (such as FluentBit and Telemetry Collector) into OpenSear... | [RFC] OpenSearch Sink Updates Proposal | https://api.github.com/repos/opensearch-project/data-prepper/issues/310/comments | 4 | 2021-09-24T16:11:12Z | 2021-11-22T18:14:07Z | https://github.com/opensearch-project/data-prepper/issues/310 | 1,006,620,051 | 310 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.