Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling refs/heads/main into main #1620

Merged
merged 14 commits into from
Nov 29, 2024
12 changes: 2 additions & 10 deletions _includes/gdi/auto-discovery-intro.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
The Splunk Distribution of the OpenTelemetry Collector can automatically identify data sources and collect metrics and traces to send them to Splunk Observability Cloud. With automatic discovery and zero-code instrumentation you don't need to manually configure the Splunk Distribution of the OpenTelemetry Collector or your applications before deploying them:
Automatic discovery detects and collects signal data from third-party services, such as databases and web servers. Through auto discovery the Collector automatically generates a configuration snipet that you can modify and incorporate into your existing configuration to retrieve your services' data. Auto discovery of services is only available for the Collector in Linux and Kubernetes environments.

* Automatic discovery detects and collects signal data from third-party services, such as databases and web servers. Through auto discovery the Collector automatically generates a configuration snipet that you can modify and incorporate into your existing configuration to retrieve your services' data.

* With automatic discovery you can also enable zero-code instrumentation, which allows the Collector to retrieve data from application language runtimes without having to modify the source application code or adding any new installation or configuration steps. With this option you won't have to install and configure your instrumentation agents separately.

.. caution::

Auto discovery of services is only available for the Collector in Linux and Kubernetes environments.

Zero-code instrumentation using the Collector's automatic discovery feature is only available for Java, Node.js, and .NET applications. If deployed independently from the Collector, zero-code instrumentation is supported for 8 back-end language runtimes. For more information, see :ref:`get-started-application`.
With automatic discovery you can also enable zero-code instrumentation of back-end applications, which allows the Collector to retrieve data from application language runtimes without having to modify the source application code or adding any new installation or configuration steps. With this option you won't have to install and configure your instrumentation agents separately. Zero-code instrumentation using the Collector's automatic discovery feature is only available for the Java, Node.js, and .NET language runtimes. Alternatively you can deploy zero-code instrumentation independently from the Collector for 8 back-end languages, as described in :ref:`get-started-application`.
34 changes: 16 additions & 18 deletions data-visualization/dashboards/dashboard-basics.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.. _dashboard-basics:

************************************************
Dashboard types in Splunk Observability Cloud
************************************************
*************************************************************************
Dashboard and dashboard group types in Splunk Observability Cloud
*************************************************************************

.. meta::
:description: Use built-in, custom, or user dashboard types to understand your data in Splunk Observability Cloud. Custom and user dashboards and dashboard groups are accessible by all users.
:description: Use built-in, custom, or user dashboard and dashboard group types to understand your data in Splunk Observability Cloud. Custom and user dashboards and dashboard groups are accessible by all users.

Dashboards are groupings of charts and visualizations of metrics. All dashboards, irrespective of type, belong to a dashboard group. Dashboard groups are displayed on the Dashboards page.
Dashboards are groupings of charts and visualizations of metrics. All dashboards, irrespective of type, belong to a dashboard group. Dashboard groups appear on the :strong:`Dashboards` page.

For more information about accessing dashboards and dashboard groups, see :ref:`viewing-dashboards`.

Expand All @@ -27,35 +27,33 @@ All custom and user dashboards and dashboard groups are accessible by all users
Built-in dashboards and dashboard groups
===========================================

..
how to handle "collectd" reference here? okay as-is?
Splunk Observability Cloud creates built-in dashboard groups when you add a data-monitoring integration. The dashboards in these groups are automatically created for you when you use integrations that send metrics that Splunk Observability Cloud recognizes. Built-in dashboard groups give you immediate visibility into the technologies and services used in your environment.

Built-in dashboard groups are provided to give you immediate visibility into the technologies and services being used in your environment. The dashboards in these groups are automatically created for you when you use integrations that send metrics that Splunk Observability Cloud recognizes. Most of the collectd plugins that we support come with built-in dashboard groups, as do many Amazon Web Services and Google Cloud Platform services.
Built-in dashboards behave like templates. To use them in any way beyond simple viewing, for example to add or modify charts, you must first save a copy of the dashboard by following these steps:

Built-in dashboards are meant to behave like templates. To make use of them in any way beyond simple viewing, for example to add or modify charts, you must first save a copy of the dashboard by opening the :strong:`Dashboard actions` menu and clicking :strong:`Save as`. For more information about built-in dashboards, see :ref:`built-in-dashboards`.
#. Select the :strong:`Dashboard actions` menu.
#. Select :strong:`Save as`.

..
still need to migrate this content?
For more information about built-in dashboards, see :ref:`built-in-dashboards`. For the full list of available built-in dashboards, see :ref:`dashboards-list-imm`.


Custom dashboards and dashboard groups
=========================================

..
ref broken for now bc page that includes the label is also in the process of being migrated. resolve once both pages are merged to trangl-POR-7413-migrate-custom-content.
Custom dashboard groups and custom dashboards are ones that aren't automatically generated by Splunk Observability Cloud. For example, when you create a new dashboard group, you are creating a custom dashboard group.

Custom dashboard groups and custom dashboards are ones that aren't automatically generated by Splunk Observability Cloud. For example, when you create a new dashboard group, you are creating a custom dashboard group. For more information about creating dashboard groups and dashboards, see :ref:`create-dashboard`.
Multiple users can work on a custom dashboard to represent a curated set of charts that they want to make accessible to a broad cross-section of the organization. Custom dashboards are typically organized by service, team, or environment.

Custom dashboards are meant to be used by multiple people and usually represent a curated set of charts that you want to make accessible to a broad cross-section of your organization. They are typically organized by service, team, or environment.
For more information about creating dashboard groups and dashboards, see :ref:`create-dashboard`.


.. _user-dashboard-group:

User dashboards and dashboard groups
=======================================

Every Splunk Observability Cloud user who has set a password and logged in at least once, gets a user dashboard group and user dashboard. Your user dashboard group is your individual workspace within Splunk Observability Cloud. Depending on when your user was created, your user dashboard group may contain a large number of demo data dashboards.
Every Splunk Observability Cloud user who has set a password and logged in at least once gets a user dashboard group and user dashboard. Your user dashboard group is your individual workspace within Splunk Observability Cloud. Depending on when you create your account, your user dashboard group might contain a large number of demo data dashboards.

The names of your user dashboard group and user dashboard are the the email address associated with your Splunk Observability Cloud account.
The names of your user dashboard group and user dashboard are the email address associated with your Splunk Observability Cloud account.

To access your user dashboard group, in the navigation menu, click :strong:`Dashboards`. At the top of the Dashboards page, you'll see your favorite dashboards, recently accessed dashboards, and your user dashboard in your user dashboard group.
To access your user dashboard group, in the navigation menu, select :strong:`Dashboards`. At the top of the :strong:`Dashboards` page, you can see your favorite dashboards, recently accessed dashboards, and your user dashboard in your user dashboard group.
4 changes: 3 additions & 1 deletion gdi/opentelemetry/automatic-discovery/discovery-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ Automatic discovery for Linux

To enable the Collector's zero-code instrumentation of back-end applications written in Java, Node.js, and .NET see :ref:`linux-backend-auto-discovery`. With this option you won't have to install and configure your instrumentation agents separately.

To use the Collector's automatic discovery and configuration of third-party applications in Linux environments see :ref:`linux-third-party`. With this option you'll only have to reuse a config file automatically generated by the Collector.
To use the Collector's automatic discovery and configuration of third-party applications in Linux environments see :ref:`linux-third-party`. With this option you'll only have to reuse a config file automatically generated by the Collector.

For advanced auto discovery configuration see :ref:`linux-advanced-auto-discovery-config`.
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
.. _linux-advanced-auto-discovery-config:

*****************************************************************************
Advanced customization for automatic discovery and instrumentation in Linux
Advanced customization for automatic discovery in Linux
*****************************************************************************

.. meta::
:description: Learn how to customize your deployment of automatic discovery and instrumentation in a Linux environment.

Learn how to customize automatic discovery and instrumentation for advanced scenarios.
Learn how to customize automatic discovery and zero-code instrumentation for advanced scenarios.

Through advanced customization, you can achieve the following tasks:

* :ref:`Override automatic instrumentation settings <override-default-settings-linux>`
* :ref:`Use automatic discovery with gateway mode <use-with-gateway-linux>`
* :ref:`Customize discovery settings for third-party applications <customize-third-party-settings-linux>`

.. note:: For advanced customization options in Kubernetes, see :ref:`k8s-advanced-auto-discovery-config`.

.. _override-default-settings-linux:

Override default automatic instrumentation settings
Expand Down Expand Up @@ -76,6 +74,8 @@ To activate runtime metrics collection for an individual language, follow these
#. Set the environment variable ``SPLUNK_METRICS_ENABLED=true``.
#. Restart your applications.



.. _use-with-gateway-linux:

Use automatic discovery with gateway mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,32 @@ To install, configure and use the Splunk Distribution of the Collector for Kuber
<h2>Install the Collector for Kubernetes<a name="k8s-install" class="headerlink" href="#k8s-install" title="Permalink to this headline">¶</a></h2>
</embed>

To install the Splunk Distribution of the OpenTelemetry Collector for Kubernetes using the Helm chart, read and follow these docs:
To install the Splunk Distribution of the OpenTelemetry Collector for Kubernetes using the Helm chart read and follow these docs:

* :ref:`otel-install-k8s`
* :ref:`kubernetes-helm-architecture`
* :ref:`kubernetes-helm-releases`

.. note:: By default you'll obtain these :ref:`Kubernetes metrics <ootb-metrics-k8s>`.

Optionally, you can also:

* :ref:`otel-install-k8s-manifests`
* :ref:`Deploy the Collector as an AWS EKS Add-on <install-k8s-addon-eks>`

.. note:: By default, you'll obtain these :ref:`Kubernetes metrics <ootb-metrics-k8s>`.
* Deploy the Collector using the Technical Add-on, which provides out-of-the box Collector content and configuration. Learn more at :ref:`collector-addon-intro`

.. raw:: html

<embed>
<h2>Configure the Collector for Kubernetes<a name="k8s-configure" class="headerlink" href="#k8s-configure" title="Permalink to this headline">¶</a></h2>
</embed>

To configure the Collector, including adding additional components or activating automatic discovery, see:
.. note:: To deploy the Collector for Kubernetes and automatically find services and applications running in your environment refer to :ref:`discovery-kubernetes`.

To configure the Collector see:

* :ref:`otel-kubernetes-config`
* :ref:`kubernetes-config-add`
* :ref:`discovery-mode-k8s`
* :ref:`kubernetes-config-logs`
* :ref:`otel-kubernetes-config-advanced`

Expand All @@ -72,7 +74,7 @@ To configure the Collector, including adding additional components or activating
<h2>Upgrade, uninstall and troubleshoot<a name="k8s-ts" class="headerlink" href="#k8s-ts" title="Permalink to this headline">¶</a></h2>
</embed>

To upgrade or uninstall, see:
To upgrade or uninstall the Collector see:

* :ref:`otel-kubernetes-upgrade`
* :ref:`otel-kubernetes-uninstall`
Expand Down
33 changes: 30 additions & 3 deletions gdi/opentelemetry/collector-linux/collector-linux-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,26 @@ Get started with the Collector for Linux

To install and configure the Splunk Distribution of the OpenTelemetry Collector for Linux, follow these docs:

.. raw:: html

<embed>
<h2>Install the Collector for Linux<a name="linux-install" class="headerlink" href="#linux-install" title="Permalink to this headline">¶</a></h2>
</embed>

To install the Splunk Distribution of the OpenTelemetry Collector for Linux you have the following options:

* :ref:`otel-install-linux`
* :ref:`otel-install-linux-manual`
* :ref:`otel-install-linux-tools`
* You can also deploy the Collector using the Technical Add-on, which provides out-of-the box Collector content and configuration. Learn more at :ref:`collector-addon-intro`.

.. raw:: html

<embed>
<h2>Configure the Collector for Linux<a name="linux-configure" class="headerlink" href="#linux-configure" title="Permalink to this headline">¶</a></h2>
</embed>

.. note:: You can also deploy the Collector using the Technical Add-on, which provides out-of-the box Collector content and configuration. Learn more at :ref:`collector-addon-intro`.
.. note:: To deploy the Collector for Linux and automatically find services and applications running in your environment refer to :ref:`discovery-linux`.

See the default settings and configuration options at:

Expand All @@ -39,11 +54,23 @@ See the default settings and configuration options at:

.. include:: /_includes/gdi/collector-common-options.rst

To upgrade or uninstall, see:
.. raw:: html

<embed>
<h2>Upgrade, uninstall and troubleshoot<a name="linux-ts" class="headerlink" href="#linux-ts" title="Permalink to this headline">¶</a></h2>
</embed>

To upgrade or uninstall the Collector see:

* :ref:`otel-linux-upgrade`
* :ref:`otel-linux-uninstall`

.. note:: If you have any installation or configuration issues, refer to :ref:`otel-troubleshooting`.
If you have any installation or configuration issues refer to :ref:`otel-troubleshooting`.

.. raw:: html

<embed>
<h2>Tutorials<a name="linux-tutorials" class="headerlink" href="#linux-tutorials" title="Permalink to this headline">¶</a></h2>
</embed>

For a walkthrough of common tasks related to the OpenTelemetry Collector for Linux see: :ref:`about-collector-configuration-tutorial`.
4 changes: 2 additions & 2 deletions gdi/opentelemetry/collector-linux/install-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Configure automatic discovery for back-end applications

You can also automatically instrument your Java, Node.js, and .NET applications along with the Collector installation. Automatic discovery removes the need to configure receivers for each back-end application. See :ref:`linux-backend-auto-discovery` for the installation instructions.

For more information on instrumentation, see:
For more information on APM instrumentation, see:

* :ref:`get-started-java`
* :ref:`get-started-nodejs`
Expand Down Expand Up @@ -143,7 +143,7 @@ To use host bindings, run this command:
Options of the installer script of the Collector for Linux
==================================================================

The Linux installer script supports the following options for the Collector, Automatic Discovery for back-end services and Fluentd.
The Linux installer script supports the following options for the Collector, automatic discovery for back-end services and Fluentd.

To display all the configuration options supported by the script, use the ``-h`` flag.

Expand Down
1 change: 1 addition & 0 deletions gdi/opentelemetry/collector-linux/linux-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ You can view the ``splunk-otel-collector`` service logs and errors in the system
sudo journalctl -u splunk-otel-collector

.. note:: See :ref:`about-collector-configuration-tutorial` to learn how to configure the Collector.

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ To install the Splunk Distribution of the OpenTelemetry Collector for Windows, f
* :ref:`otel-install-windows-msi`
* :ref:`otel-install-windows-tools`
* :ref:`otel-install-windows-manual`
* You can also deploy the Collector using the Technical Add-on, which provides out-of-the box Collector content and configuration. Learn more at :ref:`collector-addon-intro`.

See the default settings and configuration options at:

Expand All @@ -38,6 +39,8 @@ See the default settings and configuration options at:

.. include:: /_includes/gdi/collector-common-options.rst

To automatically find services and applications running in your Windows environment and send data from them to Splunk Observability Cloud refer to :ref:`discovery-windows`.

To upgrade or uninstall, see:

* :ref:`otel-windows-upgrade`
Expand Down
4 changes: 3 additions & 1 deletion gdi/opentelemetry/discovery-mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Automatic discovery of apps and services
Linux <automatic-discovery/discovery-linux>
Windows <automatic-discovery/discovery-windows>

.. include:: /_includes/gdi/auto-discovery-intro.rst
The Splunk Distribution of the OpenTelemetry Collector can automatically identify data sources and collect metrics and traces to send them to Splunk Observability Cloud. With automatic discovery and zero-code instrumentation you don't need to manually configure the Splunk Distribution of the OpenTelemetry Collector or your applications before deploying them.

The following diagram shows how automatic discovery finds data sources:

Expand All @@ -33,6 +33,8 @@ The following diagram shows how automatic discovery finds data sources:

X --> Y --> Z

.. include:: /_includes/gdi/auto-discovery-intro.rst

.. raw:: html

<h2>Supported host services and applications for automatic discovery</h2>
Expand Down