mirror of https://github.com/docker/docs.git
Clarify splunk-url for Splunk Cloud hosted instances (#2567)
This commit is contained in:
parent
4c23e132f8
commit
411c41d991
|
@ -30,7 +30,7 @@ logging driver options:
|
|||
| Option | Required | Description |
|
||||
|-----------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `splunk-token` | required | Splunk HTTP Event Collector token. |
|
||||
| `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`. |
|
||||
| `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`. |
|
||||
| `splunk-source` | optional | Event source. |
|
||||
| `splunk-sourcetype` | optional | Event source type. |
|
||||
| `splunk-index` | optional | Event index. |
|
||||
|
@ -70,6 +70,10 @@ $ docker run --log-driver=splunk \
|
|||
{% endraw %}
|
||||
```
|
||||
|
||||
The `splunk-url` for Splunk instances hosted on Splunk Cloud is in a format
|
||||
like `https://http-inputs-XXXXXXXX.splunkcloud.com` and does not include a
|
||||
port specifier.
|
||||
|
||||
### Message formats
|
||||
|
||||
By default Logging Driver sends messages as `inline` format, where each message
|
||||
|
|
Loading…
Reference in New Issue