Skip to content

Commit 94e3e4d

Browse files
author
rxie
committed
merge from develop
2 parents a070054 + d48402e commit 94e3e4d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# What does Splunk Connect for Docker do?
33
Splunk Connect for Docker is a plug-in that extends and expands Docker's logging capabilities so that customers can push their Docker and container logs to their Splunk on-premise or cloud deployment.
44

5-
Splunk Connect for Docker is a supported open source product. Customers with an active Splunk support contract receive Splunk Extension support under the Splunk Support Policy. Splunk Connect for Docker is not supported on windows. Please refer to Docker Engine managed plugin system documentation on support for Microsoft Windows and other platforms as well as Prerequisites in this document.
5+
Splunk Connect for Docker is a supported open source product. Customers with an active Splunk support contract receive Splunk Extension support under the Splunk Support Policy, which can be found at https://www.splunk.com/en_us/legal/splunk-software-support-policy.html.
6+
7+
See the Docker Engine managed plugin system documentation at https://docs.docker.com/engine/extend/ on support for Microsoft Windows and other platforms. See the Prerequisites in this document for more information about system requirements.
68

79
# Prerequisites
810
Before you install Splunk Connect for Docker, make sure your system meets the following minimum prerequisites:
@@ -27,7 +29,7 @@ http://docs.splunk.com/Documentation/Splunk/7.0.3/Data/UseHECusingconffiles
2729
Note the following when you generate your token:
2830
* Make sure that indexer acknowledgement is disabled for your token.
2931
* Optionally, enable the indexer acknowledgement functionality by clicking the Enable indexer management checkbox.
30-
* Do not generate your token using the default TLS cert provided by Splunk. For information about configuring Splunk to use self-signed or third-party certs, see http://docs.splunk.com/Documentation/Splunk/7.0.3/Security/AboutsecuringyourSplunkconfigurationwithSSL.
32+
* Do not generate your token using the default TLS cert provided by Splunk. The default certificates are not secure. For information about configuring Splunk to use self-signed or third-party certs, see http://docs.splunk.com/Documentation/Splunk/7.0.3/Security/AboutsecuringyourSplunkconfigurationwithSSL.
3133
* Splunk Cloud customers must file a support request in order to have a token generated.
3234

3335
## Step 2: Install the plugin
@@ -153,6 +155,7 @@ env-regex | A regular expression to match logging-related environment variables.
153155

154156
### Advanced options - Environment Variables
155157

158+
156159
Variable | Description | Default
157160
------------ | ------------- | -------------
158161
SPLUNK_LOGGING_DRIVER_POST_MESSAGES_FREQUENCY | How often plug-in posts messages when there is nothing to batch, i.e., the maximum time to wait for more messages to batch. The internal buffer used for batching is flushed either when the buffer is full (the disgnated batch size is reached) or the buffer timesout (specified by this frequency) | | 5s

0 commit comments

Comments
 (0)