Skip to content

Commit

Permalink
linux: add CentOS Stream to supported targets (fluent#968)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <pat@calyptia.com>

Signed-off-by: Patrick Stephens <pat@calyptia.com>
  • Loading branch information
patrick-stephens authored Nov 8, 2022
1 parent d78370c commit b6a59db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installation/linux/amazon-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Install on Amazon Linux

Fluent Bit is distributed as **fluent-bit** package and is available for the latest Amazon Linux 2 and Amazon Linux 2022.
Fluent Bit is distributed as **fluent-bit** package and is available for the latest Amazon Linux 2 and Amazon Linux 2022.
The following architectures are supported

* x86\_64
Expand Down
2 changes: 1 addition & 1 deletion installation/linux/redhat-centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Install on Redhat / CentOS

Fluent Bit is distributed as **fluent-bit** package and is available for the latest stable CentOS system.
Fluent Bit is distributed as **fluent-bit** package and is available for the latest stable CentOS system.

The following architectures are supported

Expand Down
5 changes: 4 additions & 1 deletion installation/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The following operating systems and architectures are supported in Fluent Bit.
| :--- | :--- | :--- |
| Linux | [Amazon Linux 2022](linux/amazon-linux.md) | x86\_64, Arm64v8 |
| | [Amazon Linux 2](linux/amazon-linux.md) | x86\_64, Arm64v8 |
| | [Centos 9 Stream](linux/redhat-centos.md) | x86\_64, Arm64v8 |
| | [Centos 8](linux/redhat-centos.md) | x86\_64, Arm64v8 |
| | [Centos 7](linux/redhat-centos.md) | x86\_64, Arm64v8 |
| | [Rocky Linux 8](linux/redhat-centos.md) | x86\_64, Arm64v8 |
Expand All @@ -24,4 +25,6 @@ The following operating systems and architectures are supported in Fluent Bit.

From an architecture support perspective, Fluent Bit is fully functional on x86\_64, Arm64v8 and Arm32v7 based processors.

Fluent Bit can work also on OSX and \*BSD systems, but not all plugins will be available on all platforms. Official support will be expanding based on community demand. Fluent Bit may run on older operating systems though will need to be built from source, or use custom packages from [enterprise providers](https://fluentbit.io/enterprise)
Fluent Bit can work also on OSX and \*BSD systems, but not all plugins will be available on all platforms.
Official support will be expanding based on community demand.
Fluent Bit may run on older operating systems though will need to be built from source, or use custom packages from [enterprise providers](https://fluentbit.io/enterprise).

0 comments on commit b6a59db

Please sign in to comment.