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/redhat-centos.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,16 @@ sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /
33
33
34
34
An alternative is to use Rocky or Alma Linux, which should be equivalent.
35
35
36
-
## RHEL/AlmaLinux/RockyLinux and CentOS 9 Stream
36
+
## RHEL, AlmaLinux, RockyLinux, and CentOS 9 Stream
37
37
38
-
From CentOS 9 Stream onwards, the CentOS dependencies will update more often than downstream usage. This may mean that incompatible (more recent) versions are provided of certain dependencies (e.g. OpenSSL). For OSS, we also provide RockyLinux and AlmaLinux repositories.
38
+
From CentOS 9 Stream and later, the CentOS dependencies will update more often than downstream usage. This might mean that incompatible (more recent) versions are
39
+
provided of certain dependencies (for example, OpenSSL). For OSS, Fluent Bit also provide RockyLinux and AlmaLinux repositories.
39
40
40
-
Replace the `centos` string in Yum configuration below with `almalinux` or `rockylinux` to use those repositories instead. This may be required for RHEL 9 as well which will no longer track equivalent CentOS 9 stream dependencies. No RHEL 9 build is provided, it is expected to use one of the OSS variants listed.
41
+
Replace the `centos` string in Yum configuration with `almalinux` or `rockylinux` to use those repositories instead. This might be required for RHEL 9 as well which will no longer track equivalent CentOS 9 stream dependencies. No RHEL 9 build is provided, as it's expected you're using one of the OSS variants listed.
41
42
42
-
## Configure Yum
43
+
## Configure YUM
43
44
44
-
The`fluent-bit` is provided through a Yum repository. To add the repository reference to your system:
45
+
The`fluent-bit` package is provided through a Yum repository. To add the repository reference to your system:
45
46
46
47
1. In `/etc/yum.repos.d/`, add a new file called `fluent-bit.repo`.
47
48
1. Add the following content to the file:
@@ -110,7 +111,7 @@ The default Fluent Bit configuration collect metrics of CPU usage and sends the
110
111
111
112
## FAQ
112
113
113
-
### Yum install fails with a "404 - Page not found" error for the package mirror
114
+
### Yum install fails with a `404 - Page not found` error for the package mirror
114
115
115
116
The `fluent-bit.repo` file for the latest installations of Fluent Bit uses a `$releasever` variable to determine the correct version of the package to install to your system:
116
117
@@ -137,6 +138,6 @@ enabled=1
137
138
138
139
### Yum install fails with incompatible dependencies using CentOS 9+
139
140
140
-
CentOS 9 onwards will no longer be compatible with RHEL 9 as it may track more recent dependencies. Alternative AlmaLinux and RockyLinux repositories are available.
141
+
CentOS 9 and later will no longer be compatible with RHEL 9 as it might track more recent dependencies. Alternative AlmaLinux and RockyLinux repositories are available.
0 commit comments