diff --git a/src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx b/src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx index f076d965bf3bcc4..0ea8c07a349da29 100644 --- a/src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx +++ b/src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx @@ -21,7 +21,7 @@ The [HTTP Event Collector (HEC)](https://dev.splunk.com/enterprise/docs/devtools 5. Enter or select the following destination information: - **Splunk HEC URL** - **Channel ID** - This is a random GUID that you can generate using [guidgenerator.com](https://guidgenerator.com/). - - **Auth Token** - Event Collector token. + - **Auth Token** - Event Collector token prefixed with the word `Splunk`. For example: `Splunk 1234EXAMPLEKEY`. - **Source Type** - For example, `cloudflare:json`. If you are using the [Cloudflare App for Splunk](https://splunkbase.splunk.com/app/4501), refer to the appropriate source type for the corresponding datasets under the **Details** section. For instance, for Zero Trust Access requests logs, the source type is `cloudflare:access`. - **Use insecure skip verify option** (not recommended). @@ -69,12 +69,12 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol - Using the command line. For example: `python -c 'import uuid; print(uuid.uuid4())'`. - **\**: Boolean value. Cloudflare recommends setting this value to `false`. Setting this value to `true` is equivalent to using the `-k` option with `curl` as shown in Splunk examples and is **not** recommended. Only set this value to `true` when HEC uses a self-signed certificate. -:::note -Cloudflare highly recommends setting this value to false. Refer to the [Logpush FAQ](/logs/faq/logpush/) for more information. -::: + :::note + Cloudflare highly recommends setting this value to `false`. Refer to the [Logpush FAQ](/logs/faq/logpush/) for more information. + ::: -- ``: The Splunk source type. For example: `cloudflare:json`. -- ``: The Splunk authorization token that is URL-encoded. For example: `Splunk%20e6d94e8c-5792-4ad1-be3c-29bcaee0197d`. + - **\**: The Splunk source type. For example: `cloudflare:json`. + - **\**: The Splunk authorization token that is URL-encoded and must be prefixed with the word `Splunk`. For example: `Splunk e6d94e8c-5792-4ad1-be3c-29bcaee0197d`. ```bash "splunk://?channel=&insecure-skip-verify=&sourcetype=&header_Authorization="