Skip to content

Commit 8bee8a0

Browse files
committed
Use fluentd.cdn.cncf.io
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent d4b584e commit 8bee8a0

File tree

3 files changed

+68
-18
lines changed

3 files changed

+68
-18
lines changed

installation/install-fluent-package/install-by-deb-fluent-package.md

Lines changed: 44 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,72 +35,106 @@ A shell script is provided to automate the installation process for each version
3535

3636
#### For Ubuntu Noble:
3737

38+
##### fluent-package 6
39+
40+
```bash
41+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package6.sh | sh
42+
```
43+
3844
##### fluent-package 5 (LTS)
3945

4046
```bash
41-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-noble-fluent-package5-lts.sh | sh
47+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package5-lts.sh | sh
4248
```
4349

4450
##### fluent-package 5
4551

4652
```bash
47-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-noble-fluent-package5.sh | sh
53+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package5.sh | sh
4854
```
4955

5056
#### For Ubuntu Jammy:
5157

58+
##### fluent-package 6
59+
60+
```bash
61+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package6.sh | sh
62+
```
63+
5264
##### fluent-package 5 (LTS)
5365

5466
```bash
55-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-fluent-package5-lts.sh | sh
67+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package5-lts.sh | sh
5668
```
5769

5870
##### fluent-package 5
5971

6072
```bash
61-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-fluent-package5.sh | sh
73+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package5.sh | sh
6274
```
6375

6476
#### For Ubuntu Focal:
6577

78+
{% hint style='info' %}
79+
fluent-package v6 will not be shipped for Ubuntu Focal.
80+
{% endhint %}
81+
6682
##### fluent-package 5 (LTS)
6783

6884
```bash
69-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-focal-fluent-package5-lts.sh | sh
85+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-focal-fluent-package5-lts.sh | sh
7086
```
7187

7288
##### fluent-package 5
7389

7490
```bash
75-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-focal-fluent-package5.sh | sh
91+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-focal-fluent-package5.sh | sh
92+
```
93+
94+
#### For Debian Trixie:
95+
96+
##### fluent-package 6
97+
98+
```bash
99+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-trixie-fluent-package6.sh | sh
76100
```
77101

78102
#### For Debian Bookworm:
79103

104+
##### fluent-package 6
105+
106+
```bash
107+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-bookworm-fluent-package6.sh | sh
108+
```
109+
80110
##### fluent-package 5 (LTS)
81111

82112
```bash
83-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-bookworm-fluent-package5-lts.sh | sh
113+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-bookworm-fluent-package5-lts.sh | sh
84114
```
85115

86116
##### fluent-package 5
87117

88118
```bash
89-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-bookworm-fluent-package5.sh | sh
119+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-bookworm-fluent-package5.sh | sh
90120
```
91121

92122
#### For Debian Bullseye:
93123

124+
{% hint style='info' %}
125+
fluent-package v6 will not be shipped for Debian Bullseye.
126+
{% endhint %}
127+
94128
##### fluent-package 5 (LTS)
95129

96130
```bash
97-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-bullseye-fluent-package5-lts.sh | sh
131+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-bullseye-fluent-package5-lts.sh | sh
98132
```
99133

100134
##### fluent-package 5
101135

102136
```bash
103-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-bullseye-fluent-package5.sh | sh
137+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-bullseye-fluent-package5.sh | sh
104138
```
105139

106140
### Step 2: Launch Daemon

installation/install-fluent-package/install-by-msi-fluent-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The following are deprecated td-agent (EOL) information:
2323

2424
### Step 1: Install `fluent-package`
2525

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).
2828

2929
![fluent-package installation wizard](../../.gitbook/assets/fluent-package5-wizard.png)
3030

installation/install-fluent-package/install-by-rpm-fluent-package.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,22 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem
3737

3838
Download and execute the install script with `curl`:
3939

40+
##### fluent-package 6
41+
42+
```bash
43+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-redhat-fluent-package6.sh | sh
44+
```
45+
4046
##### fluent-package 5 (LTS)
4147

4248
```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
4450
```
4551

4652
##### fluent-package 5
4753

4854
```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
5056
```
5157

5258
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
6167

6268
##### For Amazon Linux 2023:
6369

70+
###### fluent-package 6
71+
72+
```bash
73+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-amazon2023-fluent-package6.sh | sh
74+
```
75+
6476
###### fluent-package 5 (LTS)
6577

6678
```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
6880
```
6981

7082
###### fluent-package 5
7183

7284
```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
7486
```
7587

7688
##### For Amazon Linux 2:
7789

90+
{% hint style='info' %}
91+
fluent-package v6 will not be shipped for Amazon Linux 2.
92+
{% endhint %}
93+
7894
###### fluent-package 5 (LTS)
7995

8096
```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
8298
```
8399

84100
###### fluent-package 5
85101

86102
```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
88104
```
89105

90106
### Step 2: Launch Daemon

0 commit comments

Comments
 (0)