Use output plugin grafana-loki (#5386)

Reflects name change in v2.1.0.

- If an ECS user configures `"Name": "loki"` then the native output plugin will be used and the task configuration crashes in ECS.
pull/5425/head
Josh Risley 3 years ago committed by GitHub
parent 5d8bc6129e
commit 39e9c14611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/clients/aws/ecs/_index.md

@ -134,8 +134,8 @@ The `log_router` container image is the [Fluent bit Loki docker image][fluentbit
"logConfiguration": {
"logDriver": "awsfirelens",
"options": {
"Name": "loki",
"Url": "https://<userid>:<grafancloud apikey>@logs-prod-us-central1.grafana.net/loki/api/v1/push",
"Name": "grafana-loki",
"Url": "https://<userid>:<grafancloud apikey>@<grafanacloud host>/loki/api/v1/push",
"Labels": "{job=\"firelens\"}",
"RemoveKeys": "container_id,ecs_task_arn",
"LabelKeys": "container_name,ecs_task_definition,source,ecs_cluster",

Loading…
Cancel
Save