From a588e9a8256e3f6360cad023c5bee52bf8a1a7d9 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Fri, 17 Jan 2025 17:02:35 -0500 Subject: [PATCH] Fix one link Signed-off-by: Fanit Kolchina --- _data-prepper/pipelines/configuration/processors/decompress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data-prepper/pipelines/configuration/processors/decompress.md b/_data-prepper/pipelines/configuration/processors/decompress.md index 05a73411da..5fe64c1e33 100644 --- a/_data-prepper/pipelines/configuration/processors/decompress.md +++ b/_data-prepper/pipelines/configuration/processors/decompress.md @@ -16,7 +16,7 @@ Option | Required | Type | Description :--- | :--- | :--- | :--- `keys` | Yes | List | 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 | 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