Skip to content

Commit 66761eb

Browse files
authored
Merge pull request #2063 from fluent/lynettemiles/sc-148186/update-fluent-bit-install-ia
2 parents 2ac654e + 410a494 commit 66761eb

25 files changed

+93
-85
lines changed

.gitbook.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
redirects:
22
# Installation
33
installation/upgrade_notes: ./installation/upgrade-notes.md
4-
installation/supported_platforms: ./installation/supported-platforms.md
4+
installation/supported_platforms: ./installation/downloads.md
5+
installation/docker.md: ./installation/downloads/docker.md
6+
installation/windows.md: ./installation/downloads/windows.md
57

68
# Inputs
79
input/collectd: ./pipeline/inputs/

SUMMARY.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,27 @@
1919
## Installation
2020

2121
* [Get started with Fluent Bit](installation/getting-started-with-fluent-bit.md)
22-
* [Upgrade notes](installation/upgrade-notes.md)
23-
* [Supported platforms](installation/supported-platforms.md)
2422
* [Requirements](installation/requirements.md)
25-
* [Sources](installation/sources/README.md)
26-
* [Download source code](installation/sources/download-source-code.md)
27-
* [Build and install](installation/sources/build-and-install.md)
28-
* [Build with static configuration](installation/sources/build-with-static-configuration.md)
29-
* [Linux packages](installation/linux.md)
30-
* [Amazon Linux](installation/linux/amazon-linux.md)
31-
* [Rocky Linux and Alma Linux ](installation/linux/alma-rocky.md)
32-
* [Red Hat and CentOS](installation/linux/redhat-centos.md)
33-
* [Debian](installation/linux/debian.md)
34-
* [Ubuntu](installation/linux/ubuntu.md)
35-
* [Raspbian and Raspberry Pi](installation/linux/raspbian-raspberry-pi.md)
36-
* [Docker](installation/docker.md)
37-
* [Containers on AWS](installation/aws-container.md)
38-
* [Amazon EC2](installation/amazon-ec2.md)
39-
* [Kubernetes](installation/kubernetes.md)
40-
* [macOS](installation/macos.md)
41-
* [Windows](installation/windows.md)
42-
* [Yocto embedded Linux](installation/yocto-embedded-linux.md)
43-
* [Buildroot embedded Linux](installation/buildroot-embedded-linux.md)
23+
* [Download and install Fluent Bit](installation/downloads.md)
24+
* [Build from source code](installation/downloads/source.md)
25+
* [Build and install](installation/downloads/source/build-and-install.md)
26+
* [Build with static configuration](installation/downloads/source/build-with-static-configuration.md)
27+
* [Linux packages](installation/downloads/linux.md)
28+
* [Amazon Linux](installation/downloads/linux/amazon-linux.md)
29+
* [Rocky Linux and Alma Linux ](installation/downloads/linux/alma-rocky.md)
30+
* [Red Hat and CentOS](installation/downloads/linux/redhat-centos.md)
31+
* [Debian](installation/downloads/linux/debian.md)
32+
* [Ubuntu](installation/downloads/linux/ubuntu.md)
33+
* [Raspbian and Raspberry Pi](installation/downloads/linux/raspbian-raspberry-pi.md)
34+
* [Yocto embedded Linux](installation/downloads/linux/yocto-embedded-linux.md)
35+
* [Buildroot embedded Linux](installation/downloads/linux/buildroot-embedded-linux.md)
36+
* [Docker](installation/downloads/docker.md)
37+
* [Containers on AWS](installation/downloads/aws-container.md)
38+
* [Amazon EC2](installation/downloads/amazon-ec2.md)
39+
* [Kubernetes](installation/downloads/kubernetes.md)
40+
* [macOS](installation/downloads/macos.md)
41+
* [Windows](installation/downloads/windows.md)
42+
* [Upgrade notes](installation/upgrade-notes.md)
4443

4544
## Administration
4645

installation/downloads.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Download Fluent Bit for supported platforms
2+
3+
Fluent Bit supports the following operating systems and architectures:
4+
5+
| Operating System | Distribution | Architectures |
6+
| :--- | :--- | :--- |
7+
| Linux | [Amazon Linux 2023](downloads/linux/amazon-linux.md) | x86_64, Arm64v8 |
8+
| | [Amazon Linux 2](downloads/linux/amazon-linux.md) | x86_64, Arm64v8 |
9+
| | [CentOS 9 Stream](downloads/linux/redhat-centos.md) | x86_64, Arm64v8 |
10+
| | [CentOS 8](downloads/linux/redhat-centos.md) | x86_64, Arm64v8 |
11+
| | [CentOS 7](downloads/linux/redhat-centos.md) | x86_64, Arm64v8 |
12+
| | [Rocky Linux 8](downloads/linux/alma-rocky.md) | x86_64, Arm64v8 |
13+
| | [Rocky Linux 9](downloads/linux/alma-rocky.md) | x86_64, Arm64v8 |
14+
| | [Alma Linux 8](downloads/linux/alma-rocky.md) | x86_64, Arm64v8 |
15+
| | [Alma Linux 9](downloads/linux/alma-rocky.md) | x86_64, Arm64v8 |
16+
| | [Debian 12 (Bookworm)](downloads/linux/debian.md) | x86_64, Arm64v8 |
17+
| | [Debian 11 (Bullseye)](downloads/linux/debian.md) | x86_64, Arm64v8 |
18+
| | [Debian 10 (Buster)](downloads/linux/debian.md) | x86_64, Arm64v8 |
19+
| | [Ubuntu 24.04 (Noble Numbat)](downloads/linux/ubuntu.md) | x86_64, Arm64v8 |
20+
| | [Ubuntu 22.04 (Jammy Jellyfish)](downloads/linux/ubuntu.md) | x86_64, Arm64v8 |
21+
| | [Raspbian 12 (Bookworm)](downloads/linux/raspbian-raspberry-pi.md) | Arm32v7 |
22+
| macOS | * | x86_64, Apple M1 |
23+
| Windows | [Windows Server 2019](downloads/windows.md) | x86_64, x86 |
24+
| | [Windows 10 1903](downloads/windows.md) | x86_64, x86 |
25+
26+
From an architecture support perspective, Fluent Bit is fully functional on x86_64, Arm64v8, and Arm32v7 based processors.
27+
28+
Fluent Bit can work also on macOS and Berkeley Software Distribution (BSD) systems, but not all plugins will be available on all platforms.
29+
30+
Official support is based on community demand. Fluent Bit might run on older operating systems, but must be built from source, or using custom packages from [enterprise providers](https://fluentbit.io/enterprise).
31+
32+
Fluent Bit is supported for Linux on IBM Z (s390x) environments with some restrictions, but only container images are provided for these targets officially.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

installation/linux.md renamed to installation/downloads/linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Linux packages
22

3+
Fluent Bit is available for a variety of Linux distributions and embedded Linux systems.
4+
35
The most secure option is to create the repositories according to the instructions for your specific OS.
46

57
An installation script is provided for use with most Linux targets. This will by default install the most recent version released.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)