#2675: Splunk Logging Docs: updated splunk-source description (#2917)

This description had a splunk-token example instead of splunk-source. Went ahead and updated the example. Remove bullet from a non-list item.
This commit is contained in:
Constanze Kratel 2017-04-19 14:36:34 -05:00 committed by John Mulhausen
parent db6a60b806
commit a1b428ff00
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ for its configurable options, if applicable.
## Limitations of logging drivers ## Limitations of logging drivers
- The `docker logs` command is not available for drivers other than `json-file` The `docker logs` command is not available for drivers other than `json-file`
and `journald`. and `journald`.
## Examples ## Examples
@ -344,7 +344,7 @@ The `splunk` logging driver **allows** the following options:
| Option | Description | Example value | | Option | Description | Example value |
|------------------------|---------------------------------|-------------------------------------------| |------------------------|---------------------------------|-------------------------------------------|
| `splunk-source` | Event source. | `--log-opt splunk-token=176FCEBF-4CF5-4EDF-91BC-703796522D20` | | `splunk-source` | Event source. | `--log-opt splunk-source=prod` |
| `splunk-sourcetype` | Event source type. | `--log-opt splunk-sourcetype=iis` | | `splunk-sourcetype` | Event source type. | `--log-opt splunk-sourcetype=iis` |
| `splunk-index` | Event index. | `--log-opt splunk-index=os` | | `splunk-index` | Event index. | `--log-opt splunk-index=os` |
| `splunk-capath` | Path to root certificate. | `--log-opt splunk-capath=/path/to/cert/cacert.pem` | | `splunk-capath` | Path to root certificate. | `--log-opt splunk-capath=/path/to/cert/cacert.pem` |