Skip to content
Open
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
6 changes: 2 additions & 4 deletions content/agent/technical-specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ NGINX Agent can run in most environments. We support the following distributions

| | AlmaLinux | Alpine Linux | Amazon Linux | Amazon Linux 2| Debian |
|-|-----------|--------------|--------------|----------------|--------|
|**Version**|8 <br><hr>9 <br><hr>10| 3.20<br><hr> 3.21<br><hr> 3.22<br><hr> 3.23| 2023| LTS| 11<br><hr> 12|
|**Version**|8 <br><hr>9 <br><hr>10| 3.20<br><hr> 3.21<br><hr> 3.22<br><hr> 3.23| 2023| LTS| 11<br><hr> 12<br><hr> 13|
|**Architecture**| x86_84<br><hr>aarch64| x86_64<br><hr>aarch64 | x86_64<br><hr>aarch64 | x86_64<br><hr>aarch64 | x86_64<br><hr>aarch64 | x86_64<br><hr>aarch64 |

| |FreeBSD | Oracle Linux | Red Hat <br>Enterprise Linux <br>(RHEL) | Rocky Linux | SUSE Linux <br>Enterprise Server <br>(SLES) | Ubuntu |
|-|--------|--------------|---------------------------------|-------------|-------------------------------------|--------|
|**Version**|13<br><hr>14|8.1+<br><hr>9<br><hr>10|8.1+<br><hr>9.0+<br><hr>10|8<br><hr>9<br><hr>10|15 SP2|22.04 LTS<br><hr>24.04 LTS<br><hr>25.04 LTS|
|**Version**|13<br><hr>14|8.1+<br><hr>9<br><hr>10|8.1+<br><hr>9.0+<br><hr>10|8<br><hr>9<br><hr>10|15 SP2<br><hr>16 SP2| 22.04 LTS<br><hr>24.04 LTS<br><hr>25.04<br><hr>25.10 LTS|
|**Architecture**|amd64|x86_64|x86_64<br><hr>aarch64|x86_64<br><hr>aarch64|x86_64|x86_64<br><hr>aarch64|


## Supported deployment environments

NGINX Agent can be deployed in the following environments:
Expand All @@ -49,7 +48,6 @@ NGINX Agent can be deployed in the following environments:

NGINX Agent works with all supported versions of NGINX Open Source and NGINX Plus.


## Sizing recommendations

Minimum system sizing recommendations for NGINX Agent:
Expand Down
18 changes: 11 additions & 7 deletions content/nginx-one-console/agent/overview/tech-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,22 @@ and performance aligned with the NGINX core platform:
### Supported distributions

{{< table >}}

| Distribution | Supported on Agent |
|-------------------------------------|------------------------------------------------------------------------------------------------------------|
| AlmaLinux | 8 (x86_64, aarch64) <br> 9 (x86_64, aarch64) <br> 10 (x86_64, aarch64) **(new)** |
| AlmaLinux | 8 (x86_64, aarch64) <br> 9 (x86_64, aarch64) <br> 10 (x86_64, aarch64) |
| Alpine Linux | 3.20 (x86_64, aarch64) <br> 3.21 (x86_64, aarch64) <br> 3.22 (x86_64, aarch64) <br> 3.23 (x86_64, aarch64) |
| Amazon Linux | 2023 (x86_64, aarch64) |
| Amazon Linux 2 | LTS (x86_64, aarch64) |
| CentOS | **Not supported** |
| Debian | 11 (x86_64, aarch64) <br> 12 (x86_64, aarch64) |
| Debian | 11 (x86_64, aarch64) <br> 12 (x86_64, aarch64) <br> 13 (x86_64, aarch64) **(new)** |
| FreeBSD | **Not supported** |
| Oracle Linux | 8.1+ (x86_64, aarch64) <br> 9 (x86_64) <br> 10 (x86_64) **(new)** |
| Red Hat Enterprise Linux (RHEL) | 8.1+ (x86_64, aarch64) <br> 9.0+ (x86_64, aarch64) <br> 10.0+ (x86_64, aarch64) **(new)** |
| Rocky Linux | 8 (x86_64, aarch64) <br> 9 (x86_64, aarch64) <br> 10 (x86_64, aarch64) **(new)** |
| SUSE Linux Enterprise Server (SLES) | 15 SP2+ (x86_64) |
| Ubuntu | 22.04 LTS (x86_64, aarch64) <br> 24.04 LTS (x86_64, aarch64) <br> 25.04 LTS (x86_64, aarch64) **(new)** |
| Oracle Linux | 8.1+ (x86_64, aarch64) <br> 9 (x86_64) <br> 10 (x86_64) |
| Red Hat Enterprise Linux (RHEL) | 8.1+ (x86_64, aarch64) <br> 9.0+ (x86_64, aarch64) <br> 10.0+ (x86_64, aarch64) |
| Rocky Linux | 8 (x86_64, aarch64) <br> 9 (x86_64, aarch64) <br> 10 (x86_64, aarch64) |
| SUSE Linux Enterprise Server (SLES) | 15 SP2+ (x86_64) <br> 16 SP2+ (x86_64) **(new)** |
| Ubuntu | 22.04 LTS (x86_64, aarch64) <br> 24.04 LTS (x86_64, aarch64) <br> 25.04 LTS (x86_64, aarch64) <br> 25.10 LTS (x86_64, aarch64) **(new)** |

{{< /table >}}

To see the detailed technical specifications for NGINX Plus, refer to the official
Expand All @@ -38,12 +40,14 @@ To see the detailed technical specifications for NGINX Plus, refer to the offici
NGINX Agent runs with an embedded OpenTelemetry Collector that provides the following telemetry:

{{< table >}}

| Product | Metrics | Logs | Traces |
|-----------------------|---------|------|--------|
| **NGINX Open Source** | Yes | No | No |
| **NGINX Plus** | Yes | No | No |
| **NGINX App Protect** | No | Yes | No |
| **NGINX Agent** | No | No | No |

{{< /table >}}

### Recommended hardware
Expand Down