From 3cc20f47ba3f9ef130d3c75078c635e7dc2d7e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A4=EC=97=AC=EC=A4=80?= <30434779+Yun-YeoJun@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:57:00 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EB=8C=80=EC=86=8C=EB=AC=B8=EC=9E=90=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fluent-bit/fluent-bit.conf.template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fluent-bit/fluent-bit.conf.template b/fluent-bit/fluent-bit.conf.template index 15e13a3..a934d0c 100644 --- a/fluent-bit/fluent-bit.conf.template +++ b/fluent-bit/fluent-bit.conf.template @@ -29,9 +29,8 @@ remove_keys container_id,ecs_task_arn http_user ${LOKI_HTTP_USER} http_passwd ${LOKI_HTTP_PASSWD} - Host ${LOKI_HOST} - Port ${LOKI_PORT} - URI /loki/api/v1/push + host ${LOKI_HOST} + port ${LOKI_PORT} tls on line_format key_value