Skip to content

Commit 91c14f3

Browse files
authored
Fluentbit config default values on logCollection (#13)
1 parent ce5ec37 commit 91c14f3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/ecs_fargate/variables.tf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,17 @@ variable "dd_log_collection" {
214214
host_endpoint = "http-intake.logs.datadoghq.com"
215215
}
216216
)
217-
}))
217+
}),
218+
{
219+
fluentbit_config = {
220+
registry = "public.ecr.aws/aws-observability/aws-for-fluent-bit"
221+
image_version = "stable"
222+
log_driver_configuration = {
223+
host_endpoint = "http-intake.logs.datadoghq.com"
224+
}
225+
}
226+
}
227+
)
218228
})
219229
default = {
220230
enabled = false

0 commit comments

Comments
 (0)