Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipeline/filters/ecs-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following template variables can be used for values with the `Add` option. S
| Variable | Description | Supported with Cluster\_Metadata\_Only On |
| :--- | :--- | :--- |
| `$ClusterName` | The ECS cluster name. Fluent Bit is running on EC2 instance(s) that are part of this cluster. | Yes |
| `$ContainerInstanceARN` | The full ARN of the ECS EC2 Container Instance. This is the instance that Fluent Bit is running on. | Yes |
| `$ContainerInstanceArn` | The full ARN of the ECS EC2 Container Instance. This is the instance that Fluent Bit is running on. | Yes |
| `$ContainerInstanceID` | The ID of the ECS EC2 Container Instance. | Yes |
| `$ECSAgentVersion` | The Version string of the ECS Agent that is running on the container instance. | Yes |
| `$ECSContainerName` | The name of the container from which the log originated. This is the name in your ECS Task Definition. | No |
Expand Down
Loading