From c89cf3d3399d0de04dc1f4d26850a1b4150f2e63 Mon Sep 17 00:00:00 2001 From: "Zsolt Gyulai (zgyulai)" Date: Thu, 18 Sep 2025 13:34:31 +0200 Subject: [PATCH] Corrected version number. Signed-off-by: Zsolt Gyulai (zgyulai) --- doc/_admin-guide/060_Sources/240_webhook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_admin-guide/060_Sources/240_webhook/README.md b/doc/_admin-guide/060_Sources/240_webhook/README.md index 1978430e..671aefd0 100644 --- a/doc/_admin-guide/060_Sources/240_webhook/README.md +++ b/doc/_admin-guide/060_Sources/240_webhook/README.md @@ -3,7 +3,7 @@ title: 'Webhook source' short_title: webhook id: adm-src-webhook description: >- - From version 4.8.0 and onwards, {{ site.product.short_name }} can collect logs through a webhook using the `webhook()` and `webhook-json()` sources. The webhook-json() source automatically parses the payload using the `json-parser()`. + From version 4.9.0 and onwards, {{ site.product.short_name }} can collect logs through a webhook using the `webhook()` and `webhook-json()` sources. The webhook-json() source automatically parses the payload using the `json-parser()`. --- **Declaration**