From 58ea6d7e10e0926373946e06ce1c41dc5187428e Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Wed, 4 Feb 2026 11:40:20 +0100 Subject: [PATCH] processor_labels: fix hash config description - Fix incorrect hash algorithm in description: SHA1 -> SHA256 (implementation uses FLB_HASH_SHA256) - Fix grammar: "labels value" -> "label's value" Signed-off-by: Eric D. Schabell --- plugins/processor_labels/labels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/processor_labels/labels.c b/plugins/processor_labels/labels.c index 0c2ab70f063..7f2e8aac940 100644 --- a/plugins/processor_labels/labels.c +++ b/plugins/processor_labels/labels.c @@ -1928,7 +1928,7 @@ static struct flb_config_map config_map[] = { FLB_CONFIG_MAP_STR, "hash", NULL, FLB_CONFIG_MAP_MULT, FLB_TRUE, offsetof(struct internal_processor_context, hash_list), - "Replaces a labels value with its SHA1 hash. Usage : 'hash label_name'" + "Replaces a label's value with its SHA256 hash. Usage : 'hash label_name'" }, /* EOF */