| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.caName(String caName)
(experimental) Name to use for validating server certificate.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.caPath(String caPath)
(experimental) Path to root certificate.
|
static SplunkLogDriver.Builder |
SplunkLogDriver.Builder.create() |
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.env(List<String> env)
(experimental) The env option takes an array of keys.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.envRegex(String envRegex)
(experimental) The env-regex option is similar to and compatible with env.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.format(SplunkLogFormat format)
(experimental) Message format.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.gzip(Boolean gzip)
(experimental) Enable/disable gzip compression to send events to Splunk Enterprise or Splunk Cloud instance.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.gzipLevel(Number gzipLevel)
(experimental) Set compression level for gzip.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.index(String index)
(experimental) Event index.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.insecureSkipVerify(String insecureSkipVerify)
(experimental) Ignore server certificate validation.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.labels(List<String> labels)
(experimental) The labels option takes an array of keys.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.source(String source)
(experimental) Event source.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.sourceType(String sourceType)
(experimental) Event source type.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.tag(String tag)
(experimental) By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.token(SecretValue token)
(experimental) Splunk HTTP Event Collector token.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.url(String url)
(experimental) Path to your Splunk Enterprise, self-service Splunk Cloud instance, or Splunk Cloud managed cluster (including port and scheme used by HTTP Event Collector) in one of the following formats: https://your_splunk_instance:8088 or https://input-prd-p-XXXXXXX.cloud.splunk.com:8088 or https://http-inputs-XXXXXXXX.splunkcloud.com.
|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.verifyConnection(Boolean verifyConnection)
(experimental) Verify on start, that docker can connect to Splunk server.
|
Copyright © 2021. All rights reserved.