Skip to content

Commit c2442c6

Browse files
maycmleetessneau
andauthored
[DOCS-11126] Add note about Splunk HEC token env var (#30700)
* add note * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Tess Neau <[email protected]> --------- Co-authored-by: Tess Neau <[email protected]>
1 parent 62df489 commit c2442c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/shortcodes/observability_pipelines/configure_existing_pipelines/destination_env_vars/splunk_hec.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Splunk HEC token:
2-
- The Splunk HEC token for the Splunk indexer.
2+
- The Splunk HEC token for the Splunk indexer. **Note**: Depending on your shell and environment, you may want to to ensure the environment variable value is not wrapped in quotes.
33
- Stored in the environment variable `DD_OP_DESTINATION_SPLUNK_HEC_TOKEN`.
44
- Base URL of the Splunk instance:
55
- The Splunk HTTP Event Collector endpoint your Observability Pipelines Worker sends processed logs to. For example, `https://hec.splunkcloud.com:8088`.

layouts/shortcodes/observability_pipelines/prerequisites/splunk_hec_destination_only.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To use Observability Pipelines' Splunk HEC destination, you have a Splunk Enterprise or Cloud instance configured with an HTTP Event Collector (HEC) input. You also have the following information available:
22

3-
- The Splunk HEC token.
3+
- The Splunk HEC token. **Note**: Depending on your shell and environment, you may want to to ensure the environment variable value is not wrapped in quotes.
44
- The bind address that your Observability Pipelines Worker will listen on to receive logs from your applications. For example, `0.0.0.0:8080`. Later on, you [configure your applications](#send-logs-to-the-observability-pipelines-worker-over-splunk-hec) to send logs to this address.
55
- The base URL of the Splunk instance that the Worker will send processed logs to. This URL should include the port that is globally configured for Splunk HTTP Event Collectors on your Splunk instance. For example, for Splunk Cloud: `https://prd-p-0mupp.splunkcloud.com:8088`.
66
- If your HECs are globally configured to enable SSL, then you also need the appropriate [TLS certificates][3001] and password you used to create your private key file.

0 commit comments

Comments
 (0)