@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.250Z") @Stability(value=Experimental) public interface GelfLogDriverProps extends software.amazon.jsii.JsiiSerializable, BaseLogDriverProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
GelfLogDriverProps.Builder
A builder for
GelfLogDriverProps |
static class |
GelfLogDriverProps.Jsii$Proxy
An implementation for
GelfLogDriverProps |
| Modifier and Type | Method and Description |
|---|---|
static GelfLogDriverProps.Builder |
builder() |
String |
getAddress()
(experimental) The address of the GELF server.
|
default Number |
getCompressionLevel()
(experimental) UDP Only The level of compression when gzip or zlib is the gelf-compression-type.
|
default GelfCompressionType |
getCompressionType()
(experimental) UDP Only The type of compression the GELF driver uses to compress each log message.
|
default Number |
getTcpMaxReconnect()
(experimental) TCP Only The maximum number of reconnection attempts when the connection drop.
|
default Duration |
getTcpReconnectDelay()
(experimental) TCP Only The number of seconds to wait between reconnection attempts.
|
getEnv, getEnvRegex, getLabels, getTag@Stability(value=Experimental) @NotNull String getAddress()
tcp and udp are the only supported URI specifier and you must specify the port.
@Stability(value=Experimental) @Nullable default Number getCompressionLevel()
An integer in the range of -1 to 9 (BestCompression). Higher levels provide more compression at lower speed. Either -1 or 0 disables compression.
Default: - 1
@Stability(value=Experimental) @Nullable default GelfCompressionType getCompressionType()
Allowed values are gzip, zlib and none.
Default: - gzip
@Stability(value=Experimental) @Nullable default Number getTcpMaxReconnect()
A positive integer.
Default: - 3
@Stability(value=Experimental) @Nullable default Duration getTcpReconnectDelay()
A positive integer.
Default: - 1
@Stability(value=Experimental) static GelfLogDriverProps.Builder builder()
builder in interface BaseLogDriverPropsGelfLogDriverProps.Builder of GelfLogDriverPropsCopyright © 2021. All rights reserved.