Skip to content

Commit

Permalink
Docs: Fix link to ecs-task.json file in ECS instructions
Browse files Browse the repository at this point in the history
Also updated the Docker image to match the latest version

Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum committed Jan 3, 2024
1 parent 0a0b7c8 commit b730a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/sources/send-data/promtail/cloud/ecs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/send-data/promtail/cloud/ecs/ecs-task.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b730a33

Please sign in to comment.