mirror of https://github.com/docker/docs.git
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:
parent
db6a60b806
commit
a1b428ff00
|
|
@ -73,7 +73,7 @@ for its configurable options, if applicable.
|
|||
|
||||
## 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`.
|
||||
|
||||
## Examples
|
||||
|
|
@ -344,7 +344,7 @@ The `splunk` logging driver **allows** the following options:
|
|||
|
||||
| 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-index` | Event index. | `--log-opt splunk-index=os` |
|
||||
| `splunk-capath` | Path to root certificate. | `--log-opt splunk-capath=/path/to/cert/cacert.pem` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue