Skip to content

Commit f1290c6

Browse files
committed
Install: RHEL: style
Signed-off-by: Lynette Miles <[email protected]>
1 parent bddae95 commit f1290c6

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

installation/linux/redhat-centos.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,16 @@ sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /
3333

3434
An alternative is to use Rocky or Alma Linux, which should be equivalent.
3535

36-
## RHEL/AlmaLinux/RockyLinux and CentOS 9 Stream
36+
## RHEL, AlmaLinux, RockyLinux, and CentOS 9 Stream
3737

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.
3940

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.
4142

42-
## Configure Yum
43+
## Configure YUM
4344

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:
4546

4647
1. In `/etc/yum.repos.d/`, add a new file called `fluent-bit.repo`.
4748
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
110111

111112
## FAQ
112113

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
114115

115116
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:
116117

@@ -137,6 +138,6 @@ enabled=1
137138

138139
### Yum install fails with incompatible dependencies using CentOS 9+
139140

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.
141142

142-
See the guidance above.
143+
See the previous guidance.

vale-styles/FluentBit/Headings.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ match: $sentence
77
indicators:
88
- ':'
99
exceptions:
10+
- AlmaLinux
1011
- Amazon
1112
- Amazon CloudWatch
1213
- Amazon ECR
@@ -29,6 +30,7 @@ exceptions:
2930
- Azure Logs Ingestion API
3031
- Azure Log Analytics
3132
- BuildKite
33+
- CentOS
3234
- CheckList
3335
- Chronosphere
3436
- CircleCI
@@ -104,9 +106,11 @@ exceptions:
104106
- Prometheus
105107
- PromQL
106108
- Raspberry Pi
109+
- Red Hat
107110
- REPL
108111
- REST
109112
- RHEL
113+
- RockyLinux
110114
- ServiceMonitor
111115
- SignalFx
112116
- SIMD

0 commit comments

Comments
 (0)