Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/troubleshooting-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ If you are a Splunk Observability Cloud customer and are not able to see your da

:strong:`Available to Splunk Observability Cloud customers`

- Submit a case in the :new-page:`Splunk Support Portal <https://splunkcommunities.force.com/customers/home/home.jsp>`.
- Submit a case in the :new-page:`Splunk Support Portal <https://splunk.my.site.com/customer/s/>`.

- Contact :new-page:`Splunk Support <https://www.splunk.com/en_us/about-splunk/contact-us.html>`.

Expand Down
6 changes: 1 addition & 5 deletions gdi/opentelemetry/components/otlp-exporter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ The following settings are required:
* gRPC supports DNS as the default name-system. To learn more about the valid name syntax, see :new-page:`gRCP Name Resolution <https://github.com/grpc/grpc/blob/master/doc/naming.md>` in GitHub.
* If you're using a scheme of ``https``, then client transport security is enabled and overrides the ``insecure`` setting.

* ``tls``. See :ref:`TLS Configuration Settings <otlp-exporter-settings>` in this document for the full set of available options.

* By default, ``tls: insecure`` is set to ``true``.
* Mutual TLS (mTLS) is also supported.
* See more at :ref:`collector-common-config-tls`.
* ``tls``. See the exporter's :ref:`otlp-exporter-settings` in this document for the full set of available options, and learn more at :ref:`collector-common-config-tls`.

Configuration examples
--------------------------------
Expand Down
Loading