You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/linux/amazon-linux.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Amazon Linux
2
2
3
-
## Install on Amazon Linux 2
3
+
## Install on Amazon Linux
4
4
5
-
Fluent Bit is distributed as **fluent-bit** package and is available for the latest Amazon Linux 2. The following architectures are supported
5
+
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
6
6
7
7
* x86\_64
8
8
* aarch64 / arm64v8
@@ -21,7 +21,9 @@ If this fails or for more details on the installation then please refer to the s
21
21
22
22
We provide **fluent-bit** through a Yum repository. In order to add the repository reference to your system, please add a new file called _fluent-bit.repo_ in _/etc/yum.repos.d/_ with the following content:
Note: we encourage you always enable the _gpgcheck_ for security reasons. All our packages are signed.
34
47
35
48
### Updated key from March 2022
36
49
37
50
From the 1.9.0 and 1.8.15 releases please note that the GPG key has been updated at [https://packages.fluentbit.io/fluentbit.key](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added.
Copy file name to clipboardExpand all lines: installation/requirements.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
* Compiler: GCC or clang
6
6
* CMake
7
7
* Flex & Bison: only if you enable the Stream Processor or Record Accessor feature \(both enabled by default\)
8
+
* Libyaml development headers and libraries
8
9
9
10
In the core there are not other dependencies, For certain features that depends on third party components like output plugins with special backend libraries \(e.g: kafka\), those are included in the main source code repository.
||[Rocky Linux 8](linux/redhat-centos.md)| x86\_64, Arm64v8 |
@@ -24,4 +25,3 @@ The following operating systems and architectures are supported in Fluent Bit.
24
25
From an architecture support perspective, Fluent Bit is fully functional on x86\_64, Arm64v8 and Arm32v7 based processors.
25
26
26
27
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 commit comments