Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 99dad57

Browse files
Merge pull request #2325 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 8ec30ab + 060118e commit 99dad57

File tree

7 files changed

+49
-6
lines changed

7 files changed

+49
-6
lines changed

gdi/opentelemetry/collector-kubernetes/kubernetes-support.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ In addition, include the following information:
3333
* Kubernetes version.
3434
* Managed or on premises: if managed, which cloud provider and distribution?
3535

36+
* ConfigMaps from problematic pods:
37+
38+
* ``kubectl get cm my-splunk-otel-collector-agent -o yaml > my-splunk-otel-collector-agent-cm.yaml``
39+
* ``kubectl get cm my-splunk-otel-collector-k8s-cluster-receiver -o yaml > my-splunk-otel-collector-k8s-cluster-receiver-cm.yaml``
40+
3641
* Logs from problematic pods:
3742

3843
* ``kubectl logs my-splunk-otel-collector-agent-fzn4q otel-collector > my-splunk-otel-collector-agent.log``

gdi/opentelemetry/components/oracledb-receiver.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ configuration file, as shown in the following example:
5757
receivers:
5858
oracledb:
5959
# Refer to Oracle Go Driver go_ora documentation for full connection string options
60-
datasource: "oracle://<user>:<password>@<host>:<port>/<database>"
60+
datasource: "oracle://<username>:<password>@<host>:<port>/<database>"
6161
6262
To add more than one instance of Oracle Database, add as many entries of
6363
the ``oracledb`` receiver as needed. For example:
@@ -67,11 +67,11 @@ the ``oracledb`` receiver as needed. For example:
6767
receivers:
6868
oracledb/aninstance:
6969
# Refer to Oracle Go Driver go_ora documentation for full connection string options
70-
datasource: "oracle://<user>:<password>@<host>:<port>/<database>"
70+
datasource: "oracle://<username>:<password>@<host>:<port>/<database>"
7171
7272
oracledb/anotherinstance:
7373
# Refer to Oracle Go Driver go_ora documentation for full connection string options
74-
datasource: "oracle://<user>:<password>@<host>:<port>/<database>"
74+
datasource: "oracle://<username>:<password>@<host>:<port>/<database>"
7575
7676
To complete the configuration, include the receiver in the ``metrics`` pipeline of the ``service`` section of your
7777
configuration file. For example:
@@ -84,6 +84,15 @@ configuration file. For example:
8484
receivers:
8585
- oracledb
8686
87+
To configure the Oracle Database receiver for high availability use:
88+
89+
.. code:: yaml
90+
91+
receivers:
92+
oracledb:
93+
# Refer to Oracle Go Driver go_ora documentation for full connection string options
94+
datasource: "oracle://<username>:<password>@<host>:<port>/<service_name>?<server>=<host>:<port>"
95+
8796
Settings
8897
======================
8998

gdi/opentelemetry/components/splunk-hec-exporter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ The Splunk HEC exporter requires a Splunk HEC token and endpoint. Obtaining a HE
9595
- See :new-page:`Send data to HTTP Event Collector on Splunk Enterprise <https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector#Send_data_to_HTTP_Event_Collector_on_Splunk_Enterprise>`
9696
- See :new-page:`Create an Event Collector token on Splunk Enterprise <https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector#Create_an_Event_Collector_token_on_Splunk_Enterprise>`
9797
* - Splunk Observability Cloud
98-
- See :ref:`admin-org-tokens`.
9998
- ``https://ingest.<realm>.signalfx.com/v1/log``, where ``<realm>`` is the Splunk Observability Cloud realm, for example ``us0``.
99+
- See :ref:`admin-org-tokens`.
100100

101101
To find your Splunk realm, see :ref:`Note about realms <about-realms>`.
102102

metrics-and-metadata/search.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ You can either search a specific term, or define what type of object you're look
6363
:width: 100%
6464
:alt: Search results for "“checkoutservice".
6565

66-
#. (Optional) You can narrow the search to specific types of results using the following supported prefixes. Use prefeixes to focus search results to a single category. For details, see :ref:`prefix`.
66+
#. (Optional) You can narrow the search to specific types of results using the following supported prefixes. Use prefixes to focus search results to a single category. For details, see :ref:`prefix`.
6767
#. (Optional) Select a "more results" link to see more matching results in the search category.
6868
#. Select one of the search results to be taken to that object.

sp-oncall/notifications/notification-types.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ incident number, entity_display_name, and response code if two-way SMS is suppor
7272

7373
You may stop and start our SMS notification subscription by replying to the message with STOP or START. Although, it is best to manage your notifications from the personal profile page in Splunk On-Call.
7474

75+
.. raw:: html
76+
77+
<embed>
78+
<h2>WhatsApp</h2>
79+
</embed>
80+
81+
You can use WhatsApp notifications in your personal paging policy. To enable WhatsApp, download and configure the WhatsApp application from the Apple App Store or Google Play Store. Next, access your user profile in Splunk On-Call and enter and verify your mobile number. After verification, an :guilabel:`Enable WhatsApp` button will appear next to the number and you'll be able to use WhatsApp in your Paging Policy.
7582

7683
.. raw:: html
7784

sp-oncall/spoc-integrations/slack-integration-guide.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ You must be a Slack administrator to configure this integration. If you prefer n
2222

2323
.. caution:: Deactivate the old Slack (webhook) integration prior to activating the Slack integration.
2424

25+
In Splunk On-Call, you must have either Global or Alert Admin permissions to set up and adjust this integration.
2526

2627
Slack configuration
2728
==========================

synthetics/test-config/private-locations.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,28 @@ NO_PROXY is configured to bypass the proxy for local addresses and specific doma
171171

172172
Ensure that these variables are correctly configured to comply with your network policies. This setup allows the synthetic tests to communicate securely and efficiently in a controlled network environment.
173173

174-
174+
When using runner, it's important to correctly configure the proxy settings to avoid issues with browser-based tests. The following steps should be followed when setting up their environment:
175+
176+
1. :strong:`Ensure Proper NO_PROXY Setup`:
177+
178+
- When configuring ``NO_PROXY`` always include the following addresses:
179+
180+
- ``127.0.0.1`` (for localhost communication)
181+
- ``localhost`` (for resolving local tests)
182+
183+
These addresses ensure that internal services and tests run correctly without routing through a proxy, preventing potential failures.
184+
185+
2. :strong:`Merging HTTP_PROXY and http_proxy`:
186+
187+
- The system automatically handles both ``HTTP_PROXY`` and ``http_proxy`` environment variables. If you define one of these, ensure the other is also set, or they will be automatically merged at start-up.
188+
189+
3. :strong:`Dockerfile defaults`:
190+
191+
- By default, the runner will set the ``NO_PROXY`` variable in the Dockerfile to include ``127.0.0.1``. If you override ``NO_PROXY``, you must ensure that ``127.0.0.1`` and ``localhost`` are still present, or browser tests may fail.
192+
193+
4. :strong:`Startup Check`:
194+
195+
- The runner includes a startup check to validate that ``NO_PROXY`` contains ``127.0.0.1`` and ``localhost``. If these are missing, you might encounter unexpected behavior in test execution.
175196

176197

177198

0 commit comments

Comments
 (0)