Skip to content

Commit

Permalink
Fix one link
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws committed Jan 17, 2025
1 parent 66cfb48 commit a588e9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Option | Required | Type | Description
:--- | :--- | :--- | :---
`keys` | Yes | List<String> | The fields in the event that will be decompressed.
`type` | Yes | Enum | The type of decompression to use for the `keys` in the event. Only `gzip` is supported.
`decompress_when` | No | String| An [OpenSearch Data Prepper conditional expression]({{site.url}}{{site.baseurl}}/pipelines/expression-syntax/) that determines when the `decompress` processor will run on certain events.
`decompress_when` | No | String| An [OpenSearch Data Prepper conditional expression]({{site.url}}{{site.baseurl}}/data-prepper/pipelines/expression-syntax/) that determines when the `decompress` processor will run on certain events.
`tags_on_failure` | No | List<String> | A list of strings with which to tag events when the processor fails to decompress the `keys` inside an event. Defaults to `_decompression_failure`.

## Usage
Expand Down

0 comments on commit a588e9a

Please sign in to comment.