Skip to content

Commit

Permalink
Merge pull request #1014 from splunk/repo-sync
Browse files Browse the repository at this point in the history
Pulling refs/heads/main into main
  • Loading branch information
aurbiztondo-splunk authored Oct 24, 2023
2 parents bfeb3d6 + fd0568f commit 2e14a00
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 15 additions & 9 deletions gdi/get-data-in/compute/k8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ Collect Kubernetes data
.. meta::
:description: Integrate Kubernetes metrics and logs with Splunk Observability Cloud.

The Splunk Distribution of OpenTelemetry Collector provides integrated collection and forwarding for all Kubernetes telemetry. Deploy the Collector to gather telemetry for Splunk Infrastructure Monitoring, Splunk APM, or Splunk Log Observer.
The Splunk Distribution of OpenTelemetry Collector provides integrated collection and forwarding for all Kubernetes telemetry, such as metrics, APM traces, and logs, to Splunk Observability Cloud.

The Collector is deployed using a Helm chart for the Splunk Distribution of OpenTelemetry Collector for Kubernetes. In a Kubernetes cluster, the chart creates a Kubernetes DaemonSet as well as other Kubernetes objects. These objects collect the following for the cluster:

- Metrics for Infrastructure Monitoring
- Traces for APM
- Logs for Log Observer
The Collector is deployed using a Helm chart. In a Kubernetes cluster, the chart creates a Kubernetes DaemonSet as well as other Kubernetes objects.

Supported versions
=====================

This Kubernetes solution has been validated in Kubernetes environments that use Minikube, Amazon Elastic Kubernetes Service (Amazon EKS), and Google Kubernetes Engine.
This Kubernetes solution has been validated in Kubernetes environments that use Minikube, Amazon Elastic Kubernetes Service (Amazon EKS), and Google Kubernetes Engine. See more details at :ref:`helm-chart-supported-distros`.

Start the integration
=========================
Expand All @@ -42,12 +38,22 @@ Advanced install

For advanced installation instructions, see :ref:`otel-install-k8s`.

This includes :ref:`how to configure the destination for the Collector <collector-k8s-destination>`: Splunk Enterprise or Splunk Cloud (``splunkPlatform``) or Splunk Observability Cloud (``splunkObservability``).
This includes details about:

* :ref:`helm-chart-components`
* :ref:`Setting the destination for the Collector <collector-k8s-destination>` to Splunk Enterprise or Splunk Cloud (``splunkPlatform``) or Splunk Observability Cloud (``splunkObservability``), including information about HEC endpoints
* :ref:`YAML manifests <resource-yaml-manifests>`
* :ref:`Configuring the Kubernetes distribution <otel-kubernetes-config-distro>`
* :ref:`Configuring the Kubernetes environment <otel-kubernetes-config-environment>`

Check access tokens
----------------------------------

Access tokens are organization-level tokens that, by default, are valid for one year. For access tokens created prior to February 28, 2022, the expiration date remains 5 years from the creation date. You must use an org token to authenticate emitters that send data points to Splunk Observability Cloud. You can use an org token in long-running scripts that call the API. For more information, see :ref:`admin-org-tokens`.
Access tokens are organization-level tokens that, by default, are valid for one year. For access tokens created prior to February 28, 2022, the expiration date remains 5 years from the creation date.

You must use an org token to authenticate emitters that send data points to Splunk Observability Cloud. You can use an org token in long-running scripts that call the API.

For more information, see :ref:`admin-org-tokens`.

Learn more
=================
Expand Down
2 changes: 2 additions & 0 deletions gdi/opentelemetry/install-k8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Use the Helm chart to do the following:
* Create a Kubernetes DaemonSet along with other Kubernetes objects in a Kubernetes cluster.
* Receive, process, and export metric, trace, and log data for Splunk Enterprise, Splunk Cloud Platform, and Splunk Observability Cloud.

.. _helm-chart-supported-distros:

Supported Kubernetes distributions
---------------------------------------

Expand Down

0 comments on commit 2e14a00

Please sign in to comment.