Skip to content

Commit

Permalink
Use full links for prcoessor READMEs 1.3 (#1324)
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Gray <[email protected]>
  • Loading branch information
graytaylor0 authored Apr 22, 2022
1 parent 86fc592 commit ce6f583
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions release/release-notes/data-prepper.release-notes-1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* We have updated the pipeline definition to support `processor:` as replacement of `prepper:` which has been deprecated and will be fully removed in 2.0. ([#655](https://github.com/opensearch-project/data-prepper/pull/655), [#667](https://github.com/opensearch-project/data-prepper/pull/667))

### Features
* AggregateProcessor for generic stateful aggregation ([README](../../data-prepper-plugins/aggregate-processor/README.md))([#839](https://github.com/opensearch-project/data-prepper/pull/839), [#850](https://github.com/opensearch-project/data-prepper/pull/850), [#931](https://github.com/opensearch-project/data-prepper/pull/931), [#969](https://github.com/opensearch-project/data-prepper/pull/969), [#1022](https://github.com/opensearch-project/data-prepper/pull/1022), [#1046](https://github.com/opensearch-project/data-prepper/pull/1046))
* DateProcessor to extract dates from fields in events ([README](../../data-prepper-plugins/date-processor/README.md))([#971](https://github.com/opensearch-project/data-prepper/pull/971), [#1014](https://github.com/opensearch-project/data-prepper/pull/1014))
* Processors to support mutate, alter, and delete fields from Events ([README](../../data-prepper-plugins/mutate-event-processors/README.md))([#1002](https://github.com/opensearch-project/data-prepper/pull/1002))
* KeyValueProcessor to support parsing messages with key-value strings such as queries and properties ([README](../../data-prepper-plugins/key-value-processor/README.md))([#872](https://github.com/opensearch-project/data-prepper/pull/872))
* DropProcessor to filter out (remove/drop) entire events based off confitional expression ([README](../../data-prepper-plugins/drop-events-processor/README.md))([#801](https://github.com/opensearch-project/data-prepper/pull/801), [#1174](https://github.com/opensearch-project/data-prepper/pull/1174))
* AggregateProcessor for generic stateful aggregation ([README](https://github.com/opensearch-project/data-prepper/blob/1.3/data-prepper-plugins/aggregate-processor/README.md)) ([#839](https://github.com/opensearch-project/data-prepper/pull/839), [#850](https://github.com/opensearch-project/data-prepper/pull/850), [#931](https://github.com/opensearch-project/data-prepper/pull/931), [#969](https://github.com/opensearch-project/data-prepper/pull/969), [#1022](https://github.com/opensearch-project/data-prepper/pull/1022), [#1046](https://github.com/opensearch-project/data-prepper/pull/1046))
* DateProcessor to extract dates from fields in events ([README](https://github.com/opensearch-project/data-prepper/blob/1.3/data-prepper-plugins/date-processor/README.md)) ([#971](https://github.com/opensearch-project/data-prepper/pull/971), [#1014](https://github.com/opensearch-project/data-prepper/pull/1014))
* Processors to support mutate, alter, and delete fields from Events ([README](https://github.com/opensearch-project/data-prepper/blob/1.3/data-prepper-plugins/mutate-event-processors/README.md)) ([#1002](https://github.com/opensearch-project/data-prepper/pull/1002))
* KeyValueProcessor to support parsing messages with key-value strings such as queries and properties ([README](https://github.com/opensearch-project/data-prepper/blob/1.3/data-prepper-plugins/key-value-processor/README.md)) ([#872](https://github.com/opensearch-project/data-prepper/pull/872))
* DropProcessor to filter out (remove/drop) entire events based off confitional expression ([README](https://github.com/opensearch-project/data-prepper/tree/1.3/data-prepper-plugins/drop-events-processor)) ([#801](https://github.com/opensearch-project/data-prepper/pull/801), [#1174](https://github.com/opensearch-project/data-prepper/pull/1174))

### Enhancements
* Add dependency Injection support for Data Prepper Core and Plugins. ([#815](https://github.com/opensearch-project/data-prepper/pull/815), [#846](https://github.com/opensearch-project/data-prepper/pull/846), [#1140](https://github.com/opensearch-project/data-prepper/pull/1140))
Expand Down

0 comments on commit ce6f583

Please sign in to comment.