File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ support releases of Ubuntu. The latest officially supported version is Noble Num
6
6
7
7
## Single line install
8
8
9
- An installation script is provided to be used for most Linux targets.
9
+ An installation script is provided for most Linux targets.
10
10
This will always install the most recent version released.
11
11
12
12
``` bash
@@ -66,31 +66,36 @@ deb [signed-by=/usr/share/keyrings/fluentbit-keyring.gpg] https://packages.fluen
66
66
67
67
### Update your repositories database
68
68
69
- Now let your system update the ` apt ` database:
69
+ Update the ` apt ` database on your system :
70
70
71
71
``` bash
72
72
sudo apt-get update
73
73
```
74
74
75
75
{% hint style="info" %}
76
- Fluent Bit recommends upgrading your system ( ` sudo apt-get upgrade ` ). This could
77
- avoid potential issues with expired certificates.
76
+ Fluent Bit recommends upgrading your system to avoid potential issues
77
+ with expired certificates:
78
78
79
- If you have the error ` Certificate verification failed ` , check if the package
80
- ` ca-certificates ` is properly installed (` sudo apt-get install ca-certificates ` ).
79
+ ` sudo apt-get upgrade `
80
+
81
+
82
+ If you receive the error ` Certificate verification failed ` , check if the package
83
+ ` ca-certificates ` is properly installed:
84
+
85
+ ` sudo apt-get install ca-certificates `
81
86
{% endhint %}
82
87
83
88
## Install Fluent Bit
84
89
85
90
1 . Use the following ` apt-get ` command to install the latest Fluent Bit:
86
91
87
- ``` bash
92
+ ``` bash copy
88
93
sudo apt-get install fluent-bit
89
94
```
90
95
91
96
1 . Instruct ` systemd ` to enable the service:
92
97
93
- ``` bash
98
+ ``` bash copy
94
99
sudo systemctl start fluent-bit
95
100
```
96
101
You can’t perform that action at this time.
0 commit comments