Skip to content

Commit d4e0c4f

Browse files
committed
Fix format and clarify example
1 parent 185059c commit d4e0c4f

File tree

1 file changed

+5
-5
lines changed
  • src/content/docs/logs/logpush/logpush-job/enable-destinations

1 file changed

+5
-5
lines changed

src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol
6969
- Using the command line. For example: `python -c 'import uuid; print(uuid.uuid4())'`.
7070
- **\<INSECURE_SKIP_VERIFY>**: 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.
7171

72-
:::note
73-
Cloudflare highly recommends setting this value to <code class="InlineCode">false</code>. Refer to the [Logpush FAQ](/logs/faq/logpush/) for more information.
74-
:::
72+
:::note
73+
Cloudflare highly recommends setting this value to <code class="InlineCode">false</code>. Refer to the [Logpush FAQ](/logs/faq/logpush/) for more information.
74+
:::
7575

76-
- `<SOURCE_TYPE>`: The Splunk source type. For example: `cloudflare:json`.
77-
- `<SPLUNK_AUTH_TOKEN>`: The Splunk authorization token that is URL-encoded. For example: `Splunk%20e6d94e8c-5792-4ad1-be3c-29bcaee0197d`.
76+
- **\<SOURCE_TYPE>**: The Splunk source type. For example: `cloudflare:json`.
77+
- **\<SPLUNK_AUTH_TOKEN>**: The Splunk authorization token that is URL-encoded and must be prefixed with the word `Splunk`. For example: `Splunk<%20e6d94e8c-5792-4ad1-be3c-29bcaee0197d>`.
7878

7979
```bash
8080
"splunk://<SPLUNK_ENDPOINT_URL>?channel=<SPLUNK_CHANNEL_ID>&insecure-skip-verify=<INSECURE_SKIP_VERIFY>&sourcetype=<SOURCE_TYPE>&header_Authorization=<SPLUNK_AUTH_TOKEN>"

0 commit comments

Comments
 (0)