diff --git a/_includes/requirements/collector-linux.rst b/_includes/requirements/collector-linux.rst index 78862139c..034ec1302 100644 --- a/_includes/requirements/collector-linux.rst +++ b/_includes/requirements/collector-linux.rst @@ -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. diff --git a/gdi/opentelemetry/collector-linux/deployments-linux-ansible.rst b/gdi/opentelemetry/collector-linux/deployments-linux-ansible.rst index 9286b2fa6..0e426b809 100644 --- a/gdi/opentelemetry/collector-linux/deployments-linux-ansible.rst +++ b/gdi/opentelemetry/collector-linux/deployments-linux-ansible.rst @@ -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 + +
+ +.. include:: /_includes/requirements/collector-linux.rst + +.. raw:: html + + Before installing the Ansible collection, do the following: diff --git a/gdi/opentelemetry/collector-linux/deployments-linux-chef.rst b/gdi/opentelemetry/collector-linux/deployments-linux-chef.rst index 88a93eb63..3b2b65ee3 100644 --- a/gdi/opentelemetry/collector-linux/deployments-linux-chef.rst +++ b/gdi/opentelemetry/collector-linux/deployments-linux-chef.rst @@ -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 + + + +.. include:: /_includes/requirements/collector-linux.rst + +.. raw:: html + + Install and use the Collector with Chef ============================================================ diff --git a/gdi/opentelemetry/collector-linux/deployments-linux-puppet.rst b/gdi/opentelemetry/collector-linux/deployments-linux-puppet.rst index d8b82912d..5a761e55e 100644 --- a/gdi/opentelemetry/collector-linux/deployments-linux-puppet.rst +++ b/gdi/opentelemetry/collector-linux/deployments-linux-puppet.rst @@ -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