Skip to content

Commit 1eb7806

Browse files
Update ecs-metadata.md (#1563)
Update `$ContainerInstanceARN` to `$ContainerInstanceArn` as per: https://github.com/fluent/fluent-bit/blob/e9a2f876ae0da6acbca820c1f34a69a823192fe4/plugins/filter_ecs/ecs.c#L878 Signed-off-by: Jenade Moodley <[email protected]>
1 parent d99b9db commit 1eb7806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/filters/ecs-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following template variables can be used for values with the `Add` option. S
2020
| Variable | Description | Supported with Cluster\_Metadata\_Only On |
2121
| :--- | :--- | :--- |
2222
| `$ClusterName` | The ECS cluster name. Fluent Bit is running on EC2 instance(s) that are part of this cluster. | Yes |
23-
| `$ContainerInstanceARN` | The full ARN of the ECS EC2 Container Instance. This is the instance that Fluent Bit is running on. | Yes |
23+
| `$ContainerInstanceArn` | The full ARN of the ECS EC2 Container Instance. This is the instance that Fluent Bit is running on. | Yes |
2424
| `$ContainerInstanceID` | The ID of the ECS EC2 Container Instance. | Yes |
2525
| `$ECSAgentVersion` | The Version string of the ECS Agent that is running on the container instance. | Yes |
2626
| `$ECSContainerName` | The name of the container from which the log originated. This is the name in your ECS Task Definition. | No |

0 commit comments

Comments
 (0)