From 1abd887c237f95448817a1102dc05282983f95a2 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Thu, 15 Feb 2024 19:27:57 +0100 Subject: [PATCH] templates/packer: rename executor log group In app-interface the output resource names need to be unique, and the log group name is already shared with the role. --- .../files/worker-initialization-scripts/worker_executor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/packer/ansible/roles/common/files/worker-initialization-scripts/worker_executor.sh b/templates/packer/ansible/roles/common/files/worker-initialization-scripts/worker_executor.sh index c750fed73..c218588f9 100755 --- a/templates/packer/ansible/roles/common/files/worker-initialization-scripts/worker_executor.sh +++ b/templates/packer/ansible/roles/common/files/worker-initialization-scripts/worker_executor.sh @@ -25,7 +25,7 @@ type = "aws_cloudwatch_logs" inputs = [ "journald" ] region = "${REGION}" endpoint = "${CLOUDWATCH_ENDPOINT}" -group_name = "osbuild-executor" +group_name = "osbuild-executor-log-group" stream_name = "osbuild_executor_syslog_${HOSTNAME}" encoding.codec = "json" EOF