Skip to content

Commit 9db958d

Browse files
authored
Merge pull request #1552 from fluent/lynettemiles/sc-105723/update-installation-linux-raspbian-raspberry
Updating Raspbian instructions for grammar and style
2 parents 54e8dce + 61ec21c commit 9db958d

File tree

2 files changed

+37
-23
lines changed

2 files changed

+37
-23
lines changed
Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1-
# Raspbian / Raspberry Pi
1+
# Raspbian and Raspberry Pi
22

3-
Fluent Bit is distributed as **fluent-bit** package and is available for the Raspberry, specifically for [Raspbian](http://raspbian.org) distribution, the following versions are supported:
3+
Fluent Bit is distributed as the `fluent-bit` package and is available for the
4+
Raspberry, specifically for [Raspbian](http://raspbian.org) distribution. The
5+
following versions are supported:
46

5-
* Raspbian Bullseye \(11\)
6-
* Raspbian Buster \(10\)
7+
* Raspbian Bullseye (11)
8+
* Raspbian Buster (10)
79

810
## Server GPG key
911

10-
The first step is to add our server GPG key to your keyring, on that way you can get our signed packages:
12+
The first step is to add the Fluent Bit server GPG key to your keyring so you
13+
can get FLuent Bit signed packages:
1114

12-
```text
15+
```shell
1316
curl https://packages.fluentbit.io/fluentbit.key | sudo apt-key add -
1417
```
1518

1619
### Updated key from March 2022
1720

18-
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.
21+
For the 1.9.0 and 1.8.15 and later releases, the
22+
[GPG key has been updated](https://packages.fluentbit.io/fluentbit.key). Ensure
23+
this new one is added.
1924

2025
The GPG Key fingerprint of the new key is:
2126

@@ -24,57 +29,63 @@ C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD
2429
Fluentbit releases (Releases signing key) <[email protected]>
2530
```
2631

27-
The previous key is still available at [https://packages.fluentbit.io/fluentbit-legacy.key](https://packages.fluentbit.io/fluentbit-legacy.key) and may be required to install previous versions.
32+
The previous key is [still available](https://packages.fluentbit.io/fluentbit-legacy.key)
33+
and might be required to install previous versions.
2834

2935
The GPG Key fingerprint of the old key is:
3036

3137
```text
3238
F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A
3339
```
3440

35-
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
41+
Refer to the [supported platform documentation](./../supported-platforms.md) to see
42+
which platforms are supported in each release.
3643

3744
## Update your sources lists
3845

39-
On Debian and derivative systems such as Raspbian, you need to add our APT server entry to your sources lists, please add the following content at bottom of your **/etc/apt/sources.list** file.
46+
On Debian and derivative systems such as Raspbian, you need to add the Fluent Bit
47+
APT server entry to your sources lists.
48+
49+
Add the following content at bottom of your `/etc/apt/sources.list` file.
4050

41-
### Raspbian 11 \(Bullseye\)
51+
### Raspbian 11 (Bullseye)
4252

4353
```text
4454
deb https://packages.fluentbit.io/raspbian/bullseye bullseye main
4555
```
4656

47-
### Raspbian 10 \(Buster\)
57+
### Raspbian 10 (Buster)
4858

4959
```text
5060
deb https://packages.fluentbit.io/raspbian/buster buster main
5161
```
5262

5363
### Update your repositories database
5464

55-
Now let your system update the _apt_ database:
65+
Now let your system update the `apt` database:
5666

5767
```bash
5868
sudo apt-get update
5969
```
6070

6171
{% hint style="info" %}
62-
We recommend upgrading your system (```sudo apt-get upgrade```). This could avoid potential issues with expired certificates.
72+
Fluent Bit recommends upgrading your system (`sudo apt-get upgrade`) to avoid
73+
potential issues with expired certificates.
6374
{% endhint %}
6475

6576
## Install Fluent Bit
6677

67-
Using the following _apt-get_ command you are able now to install the latest _fluent-bit_:
78+
1. Use the following `apt-get` command to install the latest Fluent Bit:
6879

69-
```text
70-
sudo apt-get install fluent-bit
71-
```
80+
```shell
81+
sudo apt-get install fluent-bit
82+
```
7283

73-
Now the following step is to instruct _systemd_ to enable the service:
84+
1. Instruct `systemd` to enable the service:
7485

75-
```bash
76-
sudo service fluent-bit start
77-
```
86+
```bash
87+
sudo service fluent-bit start
88+
```
7889

7990
If you do a status check, you should see a similar output like this:
8091

@@ -92,4 +103,6 @@ sudo service fluent-bit status
92103
...
93104
```
94105

95-
The default configuration of **fluent-bit** is collecting metrics of CPU usage and sending the records to the standard output, you can see the outgoing data in your _/var/log/syslog_ file.
106+
The default configuration of Fluent Bit collects metrics for CPU usage and
107+
sends the records to the standard output. You can see the outgoing data in your
108+
`/var/log/syslog` file.

vale-styles/FluentBit/Spelling-exceptions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ quantile
123123
quantiles
124124
queryable
125125
Queryable
126+
Raspbian
126127
rdkafka
127128
Redpanda
128129
rollup

0 commit comments

Comments
 (0)