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/install-fluent-package/install-by-msi-fluent-package.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ The following are deprecated td-agent (EOL) information:
23
23
24
24
### Step 1: Install `fluent-package`
25
25
26
-
Download the latest MSI installer from [the download page](https://td-agent-package-browser.herokuapp.com/5/windows). Run the installer and follow the wizard.
27
-
If you want to use Long Term Support version, use [LTS](https://td-agent-package-browser.herokuapp.com/lts/5/windows).
26
+
Download the latest MSI installer from [the download page](https://fluentd.cdn.cncf.io/6/windows). Run the installer and follow the wizard.
27
+
If you want to use Long Term Support version, use [v5 LTS](https://fluentd.cdn.cncf.io/lts/5/windows).
Copy file name to clipboardExpand all lines: installation/install-fluent-package/install-by-rpm-fluent-package.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,22 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem
37
37
38
38
Download and execute the install script with `curl`:
39
39
40
+
##### fluent-package 6
41
+
42
+
```bash
43
+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-redhat-fluent-package6.sh | sh
44
+
```
45
+
40
46
##### fluent-package 5 (LTS)
41
47
42
48
```bash
43
-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-fluent-package5-lts.sh | sh
49
+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-redhat-fluent-package5-lts.sh | sh
44
50
```
45
51
46
52
##### fluent-package 5
47
53
48
54
```bash
49
-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-fluent-package5.sh | sh
55
+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-redhat-fluent-package5.sh | sh
50
56
```
51
57
52
58
Executing this script will automatically install `fluent-package` on your machine. This shell script registers a new `rpm` repository at `/etc/yum.repos.d/fluent-package.repo` (or `/etc/yum.repos.d/fluent-package-lts.repo`) and installs `fluent-package`.
@@ -61,30 +67,40 @@ Since v5.0.4, RHEL 7 / CentOS 7 is not supported anymore because CentOS 7 has re
61
67
62
68
##### For Amazon Linux 2023:
63
69
70
+
###### fluent-package 6
71
+
72
+
```bash
73
+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-amazon2023-fluent-package6.sh | sh
74
+
```
75
+
64
76
###### fluent-package 5 (LTS)
65
77
66
78
```bash
67
-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2023-fluent-package5-lts.sh | sh
79
+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-amazon2023-fluent-package5-lts.sh | sh
68
80
```
69
81
70
82
###### fluent-package 5
71
83
72
84
```bash
73
-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2023-fluent-package5.sh | sh
85
+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-amazon2023-fluent-package5.sh | sh
74
86
```
75
87
76
88
##### For Amazon Linux 2:
77
89
90
+
{% hint style='info' %}
91
+
fluent-package v6 will not be shipped for Amazon Linux 2.
92
+
{% endhint %}
93
+
78
94
###### fluent-package 5 (LTS)
79
95
80
96
```bash
81
-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2-fluent-package5-lts.sh | sh
97
+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-amazon2-fluent-package5-lts.sh | sh
82
98
```
83
99
84
100
###### fluent-package 5
85
101
86
102
```bash
87
-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2-fluent-package5.sh | sh
103
+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-amazon2-fluent-package5.sh | sh
0 commit comments