From a1b428ff007218d1cd35fdbd9cf924202ce752c7 Mon Sep 17 00:00:00 2001 From: Constanze Kratel Date: Wed, 19 Apr 2017 14:36:34 -0500 Subject: [PATCH] #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. --- engine/admin/logging/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/admin/logging/overview.md b/engine/admin/logging/overview.md index c07d6e2d8d..5ca58a0335 100644 --- a/engine/admin/logging/overview.md +++ b/engine/admin/logging/overview.md @@ -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` |