From 8f4401dceb7a23686df87cf96aa8e9d32656d468 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 7 Apr 2022 08:33:50 -0700 Subject: [PATCH] Update fluent-bit output name (#5711) (#5810) * Update fluent-bit output name Signed-off-by: Michel Hollands * Empty commit * Another empty commit (cherry picked from commit 9d62f051b840eee03bc21aead3f40e3d29f4e687) Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com> --- docs/sources/clients/aws/ecs/ecs-task.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/clients/aws/ecs/ecs-task.json b/docs/sources/clients/aws/ecs/ecs-task.json index dea95770beee..d9f7b9b8d670 100644 --- a/docs/sources/clients/aws/ecs/ecs-task.json +++ b/docs/sources/clients/aws/ecs/ecs-task.json @@ -34,7 +34,7 @@ "logConfiguration": { "logDriver": "awsfirelens", "options": { - "Name": "loki", + "Name": "grafana-loki", "Url": "https://:@logs-prod-us-central1.grafana.net/loki/api/v1/push", "Labels": "{job=\"firelens\"}", "RemoveKeys": "container_id,ecs_task_arn",