Skip to content

Commit

Permalink
Use correct plugin name
Browse files Browse the repository at this point in the history
Currently the docs suggest using the `loki` output plugin, however the options provided align with the `grafana-loki` plugin
  • Loading branch information
low613 committed Nov 5, 2023
1 parent cb4e800 commit 1fb045f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/send-data/promtail/cloud/ecs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<userid>:<grafancloud apikey>@<grafanacloud host>/loki/api/v1/push",
"Labels": "{job=\"firelens\"}",
"RemoveKeys": "container_id,ecs_task_arn",
Expand Down

0 comments on commit 1fb045f

Please sign in to comment.