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-by-deb.md
+10-24Lines changed: 10 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,13 @@ NOTE: Treasure Data does not verify Debian packages. If you have any problem wit
30
30
31
31
A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/treasure-data.list` and installs the `td-agent` deb package.
32
32
33
+
For Ubuntu Jammy:
34
+
35
+
```bash
36
+
# td-agent 4 (experimental)
37
+
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-td-agent4.sh | sh
38
+
```
39
+
33
40
For Ubuntu Focal:
34
41
35
42
```bash
@@ -42,7 +49,7 @@ For Ubuntu Bionic:
42
49
```bash
43
50
# td-agent 4
44
51
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent4.sh | sh
45
-
# td-agent 3
52
+
# td-agent 3 (EOL)
46
53
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent3.sh | sh
47
54
```
48
55
@@ -51,17 +58,10 @@ For Ubuntu Xenial:
51
58
```bash
52
59
# td-agent 4
53
60
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent4.sh | sh
54
-
# td-agent 3
61
+
# td-agent 3 (EOL)
55
62
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent3.sh | sh
56
63
```
57
64
58
-
For Ubuntu Trusty:
59
-
60
-
```bash
61
-
# td-agent 3
62
-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent3.sh | sh
63
-
```
64
-
65
65
For Debian Bullseye:
66
66
67
67
```bash
@@ -74,24 +74,10 @@ For Debian Buster:
74
74
```bash
75
75
# td-agent 4
76
76
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-buster-td-agent4.sh | sh
77
-
# td-agent 3
77
+
# td-agent 3 (EOL)
78
78
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-buster-td-agent3.sh | sh
79
79
```
80
80
81
-
For Debian Stretch:
82
-
83
-
```bash
84
-
# td-agent 3
85
-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-stretch-td-agent3.sh | sh
86
-
```
87
-
88
-
For Debian Jessie:
89
-
90
-
```bash
91
-
# td-agent 3
92
-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-jessie-td-agent3.sh | sh
0 commit comments