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

Commit 6be57a3

Browse files
WIP
1 parent a204253 commit 6be57a3

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

_includes/gdi/collector-common-options.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ The Splunk Distribution of the OpenTelemetry Collector has the following :ref:`c
22

33
* :ref:`collector-common-config-auth`
44
* :ref:`collector-common-config-grcp`
5+
* :ref:`collector-common-config-http`
56
* :ref:`collector-common-config-net`
67
* :ref:`collector-common-config-tls`
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.. _collector-common-config-http:
2+
3+
*********************************************************************************
4+
Configure HTTP
5+
*********************************************************************************
6+
7+
Crypto TLS exposes a variety of settings you can adjust within individual receivers or exporters of the Collector.
8+
9+
10+
11+
Configure TLS / mTLS
12+
=============================================================================================
13+
14+
15+
16+
Required settings
17+
---------------------------------
18+
19+
20+
Additional settings
21+
---------------------------------
22+
23+
Certificate authority
24+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
25+
26+
27+
28+
Learn more
29+
=============================================================================================
30+
31+
For more details on the available settings refer to :new-page:`HTTP Configuration Settings <https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/confighttp>` in OTel's GitHub repo.

gdi/opentelemetry/components/oauth2client-extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following settings are required to configure the extension:
7777

7878
* If void, there is no timeout on the client.
7979

80-
For more information on the client side TLS settings, see :new-page:`TLS configuration settings <https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/configtls>` in GitHub.
80+
For more information on the client side TLS settings, see :ref:`collector-common-config-tls`.
8181

8282
.. _oauth2client-extension-example:
8383

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To allow the receiver to work with client extensions, add the following in the C
8989
* :new-page:`OIDC Authentication <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/oidcauthextension>`
9090
* :new-page:`OAuth 2 client <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/oauth2clientauthextension>`
9191

92-
For advanced users, you can implement your own authentication extension to fulfill your requirements using the :new-page:`open-telemetry auth Go package <https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/auth>` and the :new-page:`configauth Go package <https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/configauth>`.
92+
For advanced users, you can implement your own authentication extension to fulfill your requirements using the :new-page:`open-telemetry auth Go package <https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/auth>` and :ref:`collector-common-config-tls`.
9393

9494
Settings
9595
======================

0 commit comments

Comments
 (0)