You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/logs/logpush/logpush-job/enable-destinations/splunk.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,12 @@ To create a job, make a `POST` request to the Logpush jobs endpoint with the fol
69
69
- Using the command line. For example: `python -c 'import uuid; print(uuid.uuid4())'`.
70
70
-**\<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.
71
71
72
-
:::note
73
-
Cloudflare highly recommends setting this value to <codeclass="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 <codeclass="InlineCode">false</code>. Refer to the [Logpush FAQ](/logs/faq/logpush/) for more information.
74
+
:::
75
75
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>`.
0 commit comments