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
3 changes: 2 additions & 1 deletion _includes/requirements/collector-linux.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
The Collector supports the following Linux distributions and versions:

* Amazon Linux: 2, 2023. Log collection with Fluentd is not currently supported for Amazon Linux 2023.
* CentOS, or Red Hat: 7, 8, 9
* CentOS: 7, 8, 9
* Red Hat: 7, 8, 9
* Oracle: 8, 9
* Debian: 11, 12
* SUSE: 12, 15 for version 0.34.0 or higher. Log collection with Fluentd is not currently supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Deploy the Collector for Linux with Ansible
Install the Ansible collection
=========================================

The following Linux distributions and versions are supported:

* Amazon Linux: 2, 2023. Log collection with Fluentd isn't supported for Amazon Linux 2023.
* CentOS, or Red Hat: 7, 8, 9
* Oracle: 8, 9
* Debian: 11, 12
* SUSE: 12, 15 for Collector version 0.34.0 or higher. Log collection with Fluentd isn't supported.
* Ubuntu: 16.04, 18.04, 20.04, and 22.04
.. raw:: html

<div class="include-start" id="requirements/collector-linux.rst"></div>

.. include:: /_includes/requirements/collector-linux.rst

.. raw:: html

<div class="include-stop" id="requirements/collector-linux.rst"></div>

Before installing the Ansible collection, do the following:

Expand Down
17 changes: 9 additions & 8 deletions gdi/opentelemetry/collector-linux/deployments-linux-chef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ You need the following resources to use Chef:
Linux
------------------------

The following Linux distributions and versions:

* Amazon Linux: 2
* CentOS, Red Hat: 7, 8, 9
* Oracle: 8, 9
* Debian: 11, 12
* SUSE: 12, 15 (Note: Only for Collector versions 0.34.0 or higher. Log collection with Fluentd not currently supported.)
* Ubuntu: 18.04, 20.04, 22.04
.. raw:: html

<div class="include-start" id="requirements/collector-linux.rst"></div>

.. include:: /_includes/requirements/collector-linux.rst

.. raw:: html

<div class="include-stop" id="requirements/collector-linux.rst"></div>

Install and use the Collector with Chef
============================================================
Expand Down
17 changes: 9 additions & 8 deletions gdi/opentelemetry/collector-linux/deployments-linux-puppet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ Deploy the Collector for Linux with Puppet

Use this module to install and configure the Collector on Linux. Download and install the module from :new-page:`Puppet Forge <https://forge.puppet.com/modules/signalfx/splunk_otel_collector>`. After downloading the module, you can add customizations using the ``class`` parameter.

Currently, we support the following Linux distributions and versions:

- Amazon Linux: 2, 2023. Log collection with Fluentd isn't supported for Amazon Linux 2023.
- CentOS / Red Hat: 7, 8, 9
- Oracle: 8, 9
- Debian: 11, 12
- SUSE: 12, 15 (Note: Only applicable for Collector versions v0.34.0 or higher. Log collection with Fluentd not currently supported.)
- Ubuntu: 16.04, 18.04, 20.04, 22.04
.. raw:: html

<div class="include-start" id="requirements/collector-linux.rst"></div>

.. include:: /_includes/requirements/collector-linux.rst

.. raw:: html

<div class="include-stop" id="requirements/collector-linux.rst"></div>

On Linux systems, the :new-page:`puppetlabs/stdlib module <https://forge.puppet.com/modules/puppetlabs/stdlib/readme>` is required.

Expand Down
17 changes: 9 additions & 8 deletions gdi/opentelemetry/collector-linux/deployments-linux-salt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ You need the following resources to use Salt:
Supported Linux versions
------------------------

The following Linux distributions and versions are supported:

* Amazon Linux: 2, 2023. Log collection with Fluentd isn't supported for Amazon Linux 2023.
* CentOS, Red Hat: 7, 8, 9
* Oracle: 8, 9
* Debian: 11, 12
* SUSE: 12, 15 (Note: Only for Collector versions 0.34.0 or higher. Log collection with Fluentd not currently supported.)
* Ubuntu: 18.04, 20.04, 22.04
.. raw:: html

<div class="include-start" id="requirements/collector-linux.rst"></div>

.. include:: /_includes/requirements/collector-linux.rst

.. raw:: html

<div class="include-stop" id="requirements/collector-linux.rst"></div>

Get started
==========================
Expand Down