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

Commit 34da3de

Browse files
Merge pull request #2540 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 17306fc + 203a6d5 commit 34da3de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+11618
-8554
lines changed

admin/authentication/allow-services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Ensure that you give the proxy the ability to resolve the network names and make
2828
Use the Splunk Distribution of the OpenTelemetry Collector
2929
=======================================================================
3030

31-
Use the :new-page:`Splunk Distribution of OpenTelemetry Collector <https://docs.splunk.com/Observability/gdi/opentelemetry/deployment-modes.html>` in data forwarding (gateway) mode. You can forward metrics locally to the Splunk Distribution of OpenTelemetry Collector, which serves as your local store-and-forward service for telemetry.
31+
The :new-page:`Splunk Distribution of OpenTelemetry Collector <https://docs.splunk.com/Observability/gdi/opentelemetry/deployment-modes.html>` supports proxies. You can configure proxies on each collector, or more typically, you would configure a collector in data forwarding (gateway) mode. In the gateway mode, you only need to configure the gateway collector(s) with the proxy settings; all other collectors can simply send data to the gateway collector.
3232

3333
Ensure that you give the Splunk Distribution of OpenTelemetry Collector the ability to resolve the network names and make outbound HTTPS network connections to the URLs listed in :ref:`allow-urls` or the domains listed in :ref:`allow-domains`. Verify also the list of :ref:`exposed ports and endpoints <otel-exposed-endpoints>`.
3434

data-visualization/charts/export-and-share-charts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Export chart contents
1616

1717
For line charts, area charts, and column charts, you can export the chart contents to a CSV file. The most recent 100 data points will be exported, along with the values of the dimensions associated with them.
1818

19-
To export a chart, select :strong:`Export Chart as CSV` from the chart's :guilabel:`Actions` menu (|more|).
19+
To export a chart, first select :strong:`Data table` tab, next select :strong:`Export as CSV` download icon in the table headers row on the last column (the right side corner).
2020

2121
.. note:: List charts and table charts can't be exported because they don't have a data table.
2222

gdi/get-data-in/connect/aws/aws-connect-polling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Use the check box options in the guided setup to limit the scope of your data co
113113
* Select which :ref:`AWS regions <aws-regions>` to fetch data from.
114114
* Select which AWS services to fetch data from.
115115

116-
.. note:: You can also chose to import recommended stats. Learn more at :ref:`aws-recommended-stats`.
116+
.. note:: You can also choose to import recommended stats. Learn more at :ref:`aws-recommended-stats`.
117117

118118
To limit data collection, you can also:
119119

@@ -136,4 +136,4 @@ Next steps
136136
After you connect Splunk Observability Cloud with AWS, you can use Splunk Observability Cloud to track a series of metrics and analyze your AWS data in real time.
137137

138138
- See the AWS official documentation for a list of the available AWS resources.
139-
- See :ref:`how to leverage data from integration with AWS <aws-post-install>` for more information.
139+
- See :ref:`how to leverage data from integration with AWS <aws-post-install>` for more information.

gdi/get-data-in/rum/browser/manual-rum-browser-instrumentation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ The following example shows how to set the user ID globally:
4949

5050
.. code-block:: javascript
5151
52+
import SplunkRum from '@splunk/otel-web';
53+
5254
SplunkRum.setGlobalAttributes({
5355
'enduser.id': 'Test User'
5456
});

gdi/opentelemetry/automatic-discovery/k8s/k8s-advanced-config.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ By default, the Splunk Distribution of OpenTelemetry Collector uses the latest v
3737
environment: prd
3838
certmanager:
3939
enabled: true
40+
operatorcrds:
41+
install: true
4042
operator:
4143
enabled: true
4244
instrumentation:
@@ -78,6 +80,8 @@ Follow these steps to activate Profiling for a language:
7880

7981
.. code-block:: yaml
8082
83+
operatorcrds:
84+
install: true
8185
operator:
8286
enabled: true
8387
instrumentation:
@@ -112,6 +116,8 @@ Follow these steps to activate runtime metrics collection:
112116

113117
.. code-block:: yaml
114118
119+
operatorcrds:
120+
install: true
115121
operator:
116122
enabled: true
117123
instrumentation:
@@ -126,6 +132,8 @@ Follow these steps to activate runtime metrics collection:
126132

127133
.. code-block:: yaml
128134
135+
operatorcrds:
136+
install: true
129137
operator:
130138
enabled: true
131139
instrumentation:
@@ -169,6 +177,8 @@ Follow these steps to send data to a gateway endpoint:
169177
environment: prd
170178
certmanager:
171179
enabled: true
180+
operatorcrds:
181+
install: true
172182
operator:
173183
enabled: true
174184
instrumentation:
@@ -194,6 +204,8 @@ You can also automatically send data to a deployed gateway endpoint by setting `
194204
environment: prd
195205
certmanager:
196206
enabled: true
207+
operatorcrds:
208+
install: true
197209
operator:
198210
enabled: true
199211

gdi/opentelemetry/automatic-discovery/k8s/k8s-backend.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Populate values.yaml with the following fields and values:
7979
accessToken: <splunk_access_token>
8080
8181
# Activates the OpenTelemetry Kubernetes Operator
82+
operatorcrds:
83+
install: true
8284
operator:
8385
enabled: true
8486
@@ -113,6 +115,8 @@ The following example YAML includes ``certmanager.enabled=true`` and ``operatorc
113115
114116
certmanager:
115117
enabled: true
118+
operatorcrds:
119+
install: true
116120
operator:
117121
enabled: true
118122
operatorcrds:
@@ -165,6 +169,8 @@ The following examples show how to set the attribute using each method:
165169
166170
certmanager:
167171
enabled: true
172+
operatorcrds:
173+
install: true
168174
operator:
169175
enabled: true
170176
@@ -174,6 +180,8 @@ The following examples show how to set the attribute using each method:
174180

175181
.. code-block:: yaml
176182
183+
operatorcrds:
184+
install: true
177185
operator:
178186
enabled: true
179187
instrumentation:

gdi/opentelemetry/automatic-discovery/k8s/k8s-java-traces-tutorial/config-k8s-for-java.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Now, you need to configure Helm to correctly install the Splunk Distribution of
5656
* - ``certmanager.enabled``
5757
- ``true``
5858
- Activates the certification manager for Helm
59+
* - ``operatorcrds.install``
60+
- ``true``
61+
- Installs the CRDs used by the OpenTelemetry Kubernetes Operator
5962
* - ``operator.enabled``
6063
- ``true``
6164
- Activates the OpenTelemetry Kubernetes Operator
@@ -75,6 +78,8 @@ Now, you need to configure Helm to correctly install the Splunk Distribution of
7578
environment: prd
7679
certmanager:
7780
enabled: true
81+
operatorcrds:
82+
install: true
7883
operator:
7984
enabled: true
8085

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ For the Operator:
250250

251251
.. code-block:: yaml
252252
253+
operatorcrds:
254+
install: true
253255
operator:
254256
enabled: true
255257
669 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)