Skip to content

Commit 664eefd

Browse files
committed
Corrects example
1 parent 92b46ba commit 664eefd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol
7474
:::
7575

7676
- **\<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>`.
77+
- **\<SPLUNK_AUTH_TOKEN>**: The Splunk authorization token that is URL-encoded and must be prefixed with the word `Splunk`. For example: `Splunk e6d94e8c-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)