Skip to content

Commit 411c41d

Browse files
author
Misty Stanley-Jones
authored
Clarify splunk-url for Splunk Cloud hosted instances (docker#2567)
1 parent 4c23e13 commit 411c41d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

engine/admin/logging/splunk.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ logging driver options:
3030
| Option | Required | Description |
3131
|-----------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3232
| `splunk-token` | required | Splunk HTTP Event Collector token. |
33-
| `splunk-url` | required | Path to your Splunk Enterprise or Splunk Cloud instance (including port and scheme used by HTTP Event Collector) `https://your_splunk_instance:8088`. |
33+
| `splunk-url` | required | 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`. |
3434
| `splunk-source` | optional | Event source. |
3535
| `splunk-sourcetype` | optional | Event source type. |
3636
| `splunk-index` | optional | Event index. |
@@ -70,6 +70,10 @@ $ docker run --log-driver=splunk \
7070
{% endraw %}
7171
```
7272

73+
The `splunk-url` for Splunk instances hosted on Splunk Cloud is in a format
74+
like `https://http-inputs-XXXXXXXX.splunkcloud.com` and does not include a
75+
port specifier.
76+
7377
### Message formats
7478

7579
By default Logging Driver sends messages as `inline` format, where each message

0 commit comments

Comments
 (0)