From 1fb045f3b2c1d524a155851f922e0700d33a8c8d Mon Sep 17 00:00:00 2001 From: Eli Lowinger Date: Fri, 3 Nov 2023 13:03:41 +1100 Subject: [PATCH] Use correct plugin name Currently the docs suggest using the `loki` output plugin, however the options provided align with the `grafana-loki` plugin --- docs/sources/send-data/promtail/cloud/ecs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/send-data/promtail/cloud/ecs/_index.md b/docs/sources/send-data/promtail/cloud/ecs/_index.md index f6b1ae0d7223..87b4eb4cf06a 100644 --- a/docs/sources/send-data/promtail/cloud/ecs/_index.md +++ b/docs/sources/send-data/promtail/cloud/ecs/_index.md @@ -130,7 +130,7 @@ The `log_router` container image is the [Fluent bit Loki docker image][fluentbit "logConfiguration": { "logDriver": "awsfirelens", "options": { - "Name": "loki", + "Name": "grafana-loki", "Url": "https://:@/loki/api/v1/push", "Labels": "{job=\"firelens\"}", "RemoveKeys": "container_id,ecs_task_arn",