From a927565868bd4140366901c489b7e6d7569520d0 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:51:06 +0100 Subject: [PATCH] Fix router config syntax --- example-configs/router.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-configs/router.json b/example-configs/router.json index 3eae5ee..37a9a53 100644 --- a/example-configs/router.json +++ b/example-configs/router.json @@ -1,6 +1,6 @@ { "process_messages" : { - "add_tag_if": [ + "add_tags_if": [ { "key" : "cluster", "value" : "testcluster", @@ -12,7 +12,7 @@ "if" : "name == 'temp_package_id_0'" } ], - "delete_tag_if": [ + "delete_meta_if": [ { "key" : "unit", "if" : "true"