Uses of Class
software.amazon.awscdk.services.ecs.FluentdLogDriver.Builder
Packages that use FluentdLogDriver.Builder
-
Uses of FluentdLogDriver.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return FluentdLogDriver.BuilderModifier and TypeMethodDescriptionBy default, the logging driver connects to localhost:24224.Docker connects to Fluentd in the background.FluentdLogDriver.Builder.asyncConnect(Boolean asyncConnect) Deprecated.FluentdLogDriver.Builder.bufferLimit(Number bufferLimit) The amount of data to buffer before flushing to disk.static FluentdLogDriver.BuilderFluentdLogDriver.Builder.create()The env option takes an array of keys.The env-regex option is similar to and compatible with env.The labels option takes an array of keys.FluentdLogDriver.Builder.maxRetries(Number maxRetries) The maximum number of retries.How long to wait between retries.FluentdLogDriver.Builder.subSecondPrecision(Boolean subSecondPrecision) Generates event logs in nanosecond resolution.By default, Docker uses the first 12 characters of the container ID to tag log messages.
asyncinstead