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

Commit 4a9409a

Browse files
Merge pull request #1562 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 448c84c + b9b1927 commit 4a9409a

File tree

27 files changed

+28
-28
lines changed

27 files changed

+28
-28
lines changed

admin/notif-services/splunkplatform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Step 1: Create a Splunk platform integration in Splunk Observability Cloud
5151
- Enter the HTTP Event Collector (HEC) URI for your Splunk platform instance. To learn more, see the :new-page:`Send data to HTTP Event Collector <https://docs.splunk.com/Documentation/SplunkCloud/9.1.2312/Data/UsetheHTTPEventCollector#Send_data_to_HTTP_Event_Collector>` section in the *Documentation for Splunk Cloud Platform*.
5252

5353
* - HEC token
54-
- Enter the HTTP Event Collector token that allows access to your Splunk platform instance. To learn more, see :new-page:`Set up and use HTTP Event Collector in Splunk Web <https://docs.splunk.com/Documentation/SplunkCloud/9.2.2403/Data/UsetheHTTPEventCollector>`.
54+
- Enter the HTTP Event Collector token that allows access to your Splunk platform instance. To learn more, see :new-page:`Set up and use HTTP Event Collector <https://docs.splunk.com/Documentation/SplunkCloud/9.2.2403/Data/UsetheHTTPEventCollector>` in Splunk Web .
5555

5656
.. note:: Splunk Observability Cloud doesn't support HEC indexer acknowledgement. To use the Splunk platform integration, don't activate indexer acknowledgement for HEC token in your Splunk Enterprise instance.
5757

admin/notif-services/webhook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ the request to your webhook is secure and valid.
4242

4343
To learn more about the shared secret string, the cryptographic algorithm, and the message code, see the
4444
:new-page:`Shared secret <https://dev.splunk.com/observability/docs/integrations/webhook_integration_overview/#Shared-secret>` section in
45-
the :emphasis:`Splunk Observability Cloud Developers Guide`.
45+
the :emphasis:`Splunk Observability Cloud Developers Guide` docs.
4646

4747
Your webhook must return a HTTP ``200 OK`` response code immediately after you receive the request.
4848
If Splunk Observability Cloud does not receive a 200 response code within a certain time frame, it retries the request.

gdi/get-data-in/application/cpp/get-started-cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ To learn how to instrument your C++ applications, see :ref:`instrument-cpp`.
1919

2020
.. note::
2121

22-
The Splunk instrumentation for C++ has been deprecated as of March 15, 2024, and it will reach end of support on September 15, 2025. If you're using the Splunk instrumentation, you can migrate to the upstream OpenTelemetry C++ instrumentation. To learn how, see :ref:`migrate-from-splunk-cpp`.
22+
The Splunk instrumentation for C++ has been deprecated as of March 15, 2024, and it will reach end of support on September 15, 2025. If you're using the Splunk instrumentation, you can migrate to the upstream OpenTelemetry C++ instrumentation. See :ref:`migrate-from-splunk-cpp` to learn how.

gdi/get-data-in/application/go/get-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ To instrument your Go application, follow these steps:
3131

3232
For more information, see :ref:`splunk-go-otel-dist`.
3333

34-
.. note:: The SignalFx Tracing Library for Go is deprecated and will reach End of Support on June 8th, 2023. To migrate to the Splunk Distribution of OpenTelemetry Go, see :ref:`migrate-signalfx-go-to-otel`.
34+
.. note:: The SignalFx Tracing Library for Go is deprecated and will reach End of Support on June 8th, 2023. See :ref:`migrate-signalfx-go-to-otel` to migrate to the Splunk Distribution of OpenTelemetry Go.

gdi/get-data-in/application/java/get-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Instrument Java applications for Splunk Observability Cloud
2424
Version 1.x (Deprecated) <version1x/get-started-1x>
2525
About Splunk OTel Java <splunk-java-otel-distribution>
2626

27-
The Splunk Distribution of OpenTelemetry Java provides a Java Virtual Machine (JVM) agent that automatically adds APM instrumentation to your Java application or service. The instrumentation captures distributed traces and sends them to Splunk Observability Cloud. For more information, see :ref:`splunk-java-otel-dist`.
27+
The Splunk Distribution of OpenTelemetry Java provides a Java Virtual Machine (JVM) agent that automatically adds APM instrumentation to your Java application or service. The instrumentation captures distributed traces and sends them to Splunk Observability Cloud. See :ref:`splunk-java-otel-dist` for more information.
2828

2929
To instrument your Java application, follow these steps:
3030

gdi/get-data-in/application/nodejs/get-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ To instrument your Node.js application, follow these steps:
3131

3232
For more information, see :ref:`splunk-nodejs-otel-dist`.
3333

34-
.. note:: The SignalFx Tracing Library for Node.js is deprecated and will reach End of Support on June 8th, 2023. To migrate to the Splunk Distribution of OpenTelemetry JS, see :ref:`migrate-signalfx-nodejs-agent-to-otel`.
34+
.. note:: The SignalFx Tracing Library for Node.js is deprecated and will reach End of Support on June 8th, 2023. See :ref:`migrate-signalfx-nodejs-agent-to-otel` to migrate to the Splunk Distribution of OpenTelemetry JS.

gdi/get-data-in/application/php/get-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ To instrument your PHP application, follow these steps:
2424
#. Instrument your PHP application. See :ref:`instrument-php-otel-applications`.
2525
#. Add custom instrumentation. See :ref:`manual-php-otel-instrumentation`.
2626

27-
.. note:: The SignalFx Tracing Library for PHP is deprecated. To migrate to the OpenTelemetry automatic instrumentation for PHP, see :ref:`php-migration-guide`.
27+
.. note:: The SignalFx Tracing Library for PHP is deprecated. See :ref:`php-migration-guide` to migrate to the OpenTelemetry automatic instrumentation for PHP.

gdi/get-data-in/application/python/get-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ To instrument your Python application, follow these steps:
3232

3333
For more information, see :ref:`splunk-python-otel-dist`.
3434

35-
.. note:: The SignalFx Python Agent is deprecated and will reach End of Support on December 17th, 2022. To migrate to the Splunk Distribution of OpenTelemetry Python, see :ref:`migrate-signalfx-python-agent-to-otel`.
35+
.. note:: The SignalFx Python Agent is deprecated and will reach End of Support on December 17th, 2022. See :ref:`migrate-signalfx-python-agent-to-otel` to migrate to the Splunk Distribution of OpenTelemetry Python.

gdi/get-data-in/application/ruby/get-started-ruby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ To instrument your Ruby application, follow these steps:
2323
#. Check compatibility and requirements. See :ref:`ruby-otel-requirements`.
2424
#. Instrument your Ruby application. See :ref:`instrument-ruby-applications`.
2525

26-
.. note:: The Splunk Distribution for OpenTelemetry Ruby has been deprecated as of March 15, 2024, and will reach end of support on March 15, 2025. To use the upstream OpenTelemetry instrumentation for Ruby, see :ref:`get-started-ruby`.
26+
.. note:: The Splunk Distribution for OpenTelemetry Ruby has been deprecated as of March 15, 2024, and will reach end of support on March 15, 2025. See :ref:`get-started-ruby` to use the upstream OpenTelemetry instrumentation for Ruby.

gdi/monitors-cloud/heroku.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and runs the Splunk OpenTelemetry Connector on a Dyno to receive, process and ex
1212
- Splunk APM through the ``sapm`` exporter. The ``otlphttp`` exporter can be used with a custom configuration.
1313
- Splunk Infrastructure Monitoring through the ``signalfx`` exporter.
1414

15-
To learn more about the Splunk Distribution of the OpenTelemetry Collector, see :ref:`otel-intro`.
15+
See :ref:`otel-intro` to learn more.
1616

1717
Prerequisites
1818
----------------

0 commit comments

Comments
 (0)