You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/splunk-collector-troubleshooting.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,13 @@ Troubleshoot the Splunk OpenTelemetry Collector
7
7
.. meta::
8
8
:description: Describes known issues when using the Splunk Distribution of OpenTelemetry Collector.
9
9
10
+
.. caution:: Splunk only provides best-effort support for the upstream OpenTelemetry Collector.
11
+
10
12
See the following issues and workarounds for the Splunk Distribution of the OpenTelemetry Collector.
11
13
12
-
.. note:: See also the :new-page:`OpenTelemetry Project troublehooting docs <https://opentelemetry.io/docs/collector/troubleshooting>`.
14
+
To understand how the Collector implements security see :ref:`otel-security`.
13
15
14
-
.. caution:: Splunk only provides best-effort support for the upstream OpenTelemetry Collector.
16
+
To learn about the Collector's internal logs and other telemetry refer to the OpenTelemetry project :new-page:`Internal telemetry <https://opentelemetry.io/docs/collector/internal-telemetry/>` documentation.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/troubleshoot-logs.rst
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,27 @@ Troubleshoot log collection
9
9
10
10
This document describes common issues related to log collection with the Collector.
11
11
12
-
.. note::
13
-
14
-
To collect logs see:
15
-
16
-
* :ref:`kubernetes-config-logs`
17
-
* :ref:`linux-config-logs`
18
-
* :ref:`windows-config-logs`
19
-
20
12
To troubleshoot the health and performance of the Collector see the :new-page:`OpenTelemetry Project troublehooting docs <https://opentelemetry.io/docs/collector/troubleshooting>`. It includes information about troubleshooting tools and debugging.
.. note:: To activate the Collector's debug logging, see the :new-page:`OpenTelemetry project documentation in GitHub <https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/troubleshooting.md#logs>`.
19
+
.. note:: To learn about the Collector's internal logs and other telemetry refer to the OpenTelemetry project :new-page:`Internal telemetry <https://opentelemetry.io/docs/collector/internal-telemetry/>` documentation.
20
20
21
21
Here are some common issues that you might encounter when using the OpenTelemetry Collector and the Splunk Distribution of the OpenTelemetry Collector, and tips on how to address them.
22
22
@@ -25,9 +25,11 @@ Here are some common issues that you might encounter when using the OpenTelemetr
25
25
* :ref:`otel-support-checklist`
26
26
* :ref:`support`
27
27
28
-
To:ref:`troubleshoot-k8s-landing`, see:
28
+
For:ref:`troubleshooting specific to the Collector for Kubernetes <troubleshoot-k8s-landing>` see:
0 commit comments