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

Commit 3245270

Browse files
WIP
1 parent 22275a1 commit 3245270

14 files changed

+51
-30
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
After you have installed the package, see:
2+
3+
* :ref:`linux-config-ootb`.
4+
* :ref:`otel-linux-config`.
5+
* :ref:`collector-how-to`.
6+
* :ref:`use-navigators-imm`.

gdi/opentelemetry/collector-linux/collector-linux-intro.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ To install and configure the Splunk Distribution of the OpenTelemetry Collector
2525

2626
* :ref:`otel-install-linux`
2727
* :ref:`otel-install-linux-manual`
28-
* :ref:`linux-config-ootb`
29-
* By default, you'll obtain these :ref:`metrics <ootb-metrics-linux>`
28+
* :ref:`otel-install-linux-tools`
3029

31-
For advanced configuration options, see:
30+
See the default settings and configuration options at:
3231

32+
* :ref:`linux-config-ootb`
3333
* :ref:`otel-linux-config`
34+
* By default, you'll obtain these :ref:`metrics <ootb-metrics-windows>`
3435

3536
To upgrade or uninstall, see:
3637

@@ -39,6 +40,3 @@ To upgrade or uninstall, see:
3940

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

42-
For a walkthrough of common tasks related to the OpenTelemetry Collector for Kubernetes, see:
43-
44-
* :ref:`about-collector-configuration-tutorial`

gdi/opentelemetry/collector-linux/deployments-linux-ansible.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,7 @@ The following table shows the variables that you can configure for this Ansible
155155
- Activates or deactivates JVM metrics.
156156
- ``false``
157157

158+
Next steps
159+
==================================
158160

161+
.. include:: /_includes/gdi/collector-linux-next-steps.rst

gdi/opentelemetry/collector-linux/deployments-linux-chef.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,7 @@ The following table shows the variables that can be configured with this Chef co
178178
- The path to the pre-installed ``npm`` command, e.g. ``/my/custom/path/to/npm``.
179179
- ``npm``
180180

181+
Next steps
182+
==================================
183+
184+
.. include:: /_includes/gdi/collector-linux-next-steps.rst

gdi/opentelemetry/collector-linux/deployments-linux-puppet.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,8 @@ The following table shows the variables that you can configure for this Puppet m
166166
* - ``auto_instrumentation_npm_path``
167167
- The path to the pre-installed ``npm`` command required to install the Node.js SDK. For example, ``/my/custom/path/to/npm``.
168168
- ``npm``
169+
170+
Next steps
171+
==================================
172+
173+
.. include:: /_includes/gdi/collector-linux-next-steps.rst

gdi/opentelemetry/collector-linux/deployments-linux-salt.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,8 @@ The following table shows the variables that can be configured for this Salt mod
172172
* - ``auto_instrumentation_enable_metrics``
173173
- Activates or deactivates instrumentation metrics.
174174
- ``false``
175+
176+
Next steps
177+
==================================
178+
179+
.. include:: /_includes/gdi/collector-linux-next-steps.rst

gdi/opentelemetry/collector-linux/install-linux-manual.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,4 @@ If you're running the Collector from a non-default location, the Smart Agent rec
478478
Next steps
479479
==================================
480480
481-
After you've installed the Collector, you can perform these actions:
482-
483-
* Use :ref:`Infrastructure Monitoring <get-started-infrastructure>` to track the health of your infrastructure.
484-
* Use :ref:`APM <get-started-apm>` to monitor the performance of applications.
485-
* Use :ref:`Log Observer Connect <logs-intro-logconnect>` to analyze log events and troubleshoot issues with your services.
481+
.. include:: /_includes/gdi/collector-linux-next-steps.rst

gdi/opentelemetry/collector-linux/install-linux-tools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The following deployment tools to install the Splunk Distribution of the OpenTel
4949

5050
* Use Splunk's Ansible role to install the package configured to collect data (metrics, traces, and logs) from Linux machines and send it to Splunk Observability Cloud. See :ref:`deployment-linux-ansible` for the instructions to download and customize the role.
5151
* Use Splunk's cookbook to install the Collector with Chef. See :ref:`deployments-linux-chef` for the installation instructions.
52-
* Use Nomad to deploy the Collector. To learn how to install Nomad, see :ref:`deployments-nomad`.
5352
* Use Splunk's Puppet module to install and configure the package. A module is a collection of resources, classes, files, definition, and templates. To learn how to download and customize the module, see :ref:`deployment-linux-puppet`.
53+
* Use Salt to deploy the Collector. For more information, see :ref:`deployments-linux-salt`.
5454

5555
.. note:: See also :ref:`otel_deployments`.
5656

@@ -60,7 +60,7 @@ The following deployment tools to install the Splunk Distribution of the OpenTel
6060
<h2>Next steps<a name="install-linux-next" class="headerlink" href="#install-linux-next" title="Permalink to this headline">¶</a></h2>
6161
</embed>
6262

63-
NBED
63+
.. include:: /_includes/gdi/collector-linux-next-steps.rst
6464

6565

6666

gdi/opentelemetry/collector-linux/install-linux.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ To display all the configuration options supported by the script, use the ``-h``
273273
curl -sSL https://dl.signalfx.com/splunk-otel-collector.sh > /tmp/splunk-otel-collector.sh;
274274
sh /tmp/splunk-otel-collector.sh -h
275275
276-
277-
278-
279-
280276
.. _linux-deployments:
281277

282278
Install the Collector using deployment tools
@@ -354,13 +350,7 @@ Salt
354350
---------------
355351
Splunk provides a Salt formula to install and configure the Collector. See :ref:`deployments-salt` for the instructions.
356352

357-
358353
Next steps
359354
==================================
360355

361-
After you've installed the package, you can perform these actions:
362-
363-
* :ref:`Configure the Collector <otel-configuration>`.
364-
* Use :ref:`Infrastructure Monitoring <get-started-infrastructure>` to track the health of your infrastructure.
365-
* Use :ref:`APM <get-started-apm>` to monitor the performance of applications.
366-
* Use :ref:`Log Observer Connect <logs-intro-logconnect>` to analyze log events and troubleshoot issues with your services.
356+
.. include:: /_includes/gdi/collector-linux-next-steps.rst

gdi/opentelemetry/collector-windows/deployments-windows-ansible.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,8 @@ The following table describes the variables that can be configured for this role
116116
- The path to the Fluentd configuration file on the remote host. The default is ``%SYSTEMDRIVE%\opt\td-agent\etc\td-agent\td-agent.conf``.
117117
* - ``splunk_fluentd_config_source``
118118
- The source path to a Fluentd configuration file on your control host that is uploaded and set in place of the value set in ``splunk_fluentd_config`` on remote hosts. Use this variable to submit a custom Fluentd configuration, for example, ``./custom_fluentd_config.conf``. The default value is ``""``, which means that nothing is copied and the configuration file set with ``splunk_otel_collector_config`` is used.
119+
120+
Next steps
121+
==================================
122+
123+
.. include:: /_includes/gdi/collector-windows-next-steps.rst

0 commit comments

Comments
 (0)