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
The most secure option is to create the repositories according to the instructions for your specific OS.
3
+
The most secure option is to create the repositories according to the instructions
4
+
for your specific OS.
4
5
5
-
A simple installation script is provided to be used for most Linux targets.
6
+
An installation script is provided for use with most Linux targets.
6
7
This will by default install the most recent version released.
7
8
8
9
```bash
9
10
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
10
11
```
11
12
12
-
This is purely a convenience helper and should always be validated prior to use.
13
+
This is a helper and should always be validated prior to use.
13
14
14
15
## GPG key updates
15
16
16
-
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.
17
+
For the 1.9.0 and 1.8.15 releases and later, the GPG key
18
+
[has been updated](https://packages.fluentbit.io/fluentbit.key). Ensure the new
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.
28
+
The previous key is [still available](https://packages.fluentbit.io/fluentbit-legacy.key)
29
+
and might be required to install previous versions.
26
30
27
31
The GPG Key fingerprint of the old key is:
28
32
29
33
```text
30
34
F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A
31
35
```
32
36
33
-
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
37
+
Refer to the [supported platform documentation](./../supported-platforms.md) to see
38
+
which platforms are supported in each release.
34
39
35
40
## Migration to Fluent Bit
36
41
37
-
From version 1.9, `td-agent-bit` is a deprecated package and is removed after 1.9.9.
38
-
The correct package name to use now is `fluent-bit`.
42
+
For version 1.9 and later, `td-agent-bit` is a deprecated package and is removed
43
+
after 1.9.9. The correct package name to use now is `fluent-bit`.
0 commit comments