diff --git a/docs/sources/send-data/promtail/cloud/ecs/_index.md b/docs/sources/send-data/promtail/cloud/ecs/_index.md index 90682f265ded..e9eaca48f52a 100644 --- a/docs/sources/send-data/promtail/cloud/ecs/_index.md +++ b/docs/sources/send-data/promtail/cloud/ecs/_index.md @@ -88,13 +88,13 @@ Our [task definition][task] will be made of two containers, the [Firelens][Firel Let's download the task definition, we'll go through the most important parts. ```bash -curl https://raw.githubusercontent.com/grafana/loki/main/docs/sources/clients/aws/ecs/ecs-task.json > ecs-task.json +curl https://raw.githubusercontent.com/grafana/loki/main/docs/sources/send-data/promtail/cloud/ecs/ecs-task.json > ecs-task.json ``` ```json { "essential": true, - "image": "grafana/fluent-bit-plugin-loki:2.0.0-amd64", + "image": "grafana/fluent-bit-plugin-loki:2.9.3-amd64", "name": "log_router", "firelensConfiguration": { "type": "fluentbit", diff --git a/docs/sources/send-data/promtail/cloud/ecs/ecs-task.json b/docs/sources/send-data/promtail/cloud/ecs/ecs-task.json index d9f7b9b8d670..dd2db2251825 100644 --- a/docs/sources/send-data/promtail/cloud/ecs/ecs-task.json +++ b/docs/sources/send-data/promtail/cloud/ecs/ecs-task.json @@ -2,7 +2,7 @@ "containerDefinitions": [ { "essential": true, - "image": "grafana/fluent-bit-plugin-loki:1.6.0-amd64", + "image": "grafana/fluent-bit-plugin-loki:2.9.3-amd64", "name": "log_router", "firelensConfiguration": { "type": "fluentbit",