Skip to content

InvalidDimensionException when running on ECS Fargate with fluent-bit #125

Closed
@markkuhn

Description

@markkuhn

An InvalidDimensionException is being thrown when using fluent-bit since getLogGroupName() is returning an empty string:

public String getLogGroupName() {
// FireLens / fluent-bit does not need the log group to be included
// since configuration of the LogGroup is handled by the
// fluent bit config file
if (this.fluentBitEndpoint != null) {
return "";
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions