-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
309 lines (287 loc) · 13.2 KB
/
index.html
File metadata and controls
309 lines (287 loc) · 13.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<!-- https://github.com/franciscop/picnic MIT license -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/picnic">
<!-- https://github.com/Remix-Design/RemixIcon - Apache 2.0 license -->
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.6.0/fonts/remixicon.css" rel="stylesheet"/>
<title>Fluent Package - formerly known as Treasure Agent (td-agent)</title>
<style>
.eol { background-color: #f5f2f0; }
.danger { background-color: #f2dede; }
</style>
</head>
<body style="margin: 2em;">
<!-- See https://raw.githubusercontent.com/fluent/fluentd-docs-gitbook/refs/heads/1.0/images/logo/Fluentd_icon.svg -->
<img src="./Fluentd_icon.svg" width="400px"/>
<h2>Fluent Package</h2>
<article class="card">
<header>
<p>Visit the <a href="https://docs.fluentd.org/quickstart/fluent-package-v5-vs-td-agent">our article page</a> for understanding Fluent Package. <br />
All packages are signed by all packages will be signed with <a href="./GPG-KEY-fluent-package">Fluent Package GPG key</a></p>
</header>
</article>
<h3>Fluent Package 6.x</h3>
<article class="card">
<header>
<h4>Fluent Package 6 <span class="label success">Long Term Support Version</span></h4>
</header>
<footer>
<p>
LTS version is recommended for enterprise services.
</p>
<ul>
<li>deb
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-deb">How to install Fluent Package (Long Term Support) using deb</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/6/ubuntu/index.html">Ubuntu Apt Repository</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/6/debian/index.html">Debian Apt Repository</a></li>
</ul>
<li>rpm:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-rpm">How to install Fluent Package (Long Term Support) using rpm</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/6/redhat/index.html">Redhat and CentOS Yum Repository</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/6/amazon/index.html">Amazon Linux Yum Repository</a></li>
</ul>
</li>
<li>msi:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-msi">How to install Fluent Package (Long Term Support) using msi</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/6/windows/index.html">Windows msi Repository</a></li>
</ul>
</li>
</ul>
</footer>
</article>
<article class="card">
<header>
<h4>Fluent Package 6 <span class="label">Normal Release Version</span></h4>
</header>
<footer>
<p>
Until 6.1.0 is released, normal release channel and LTS channel are the same package.
Normal release version is recommended for early adopters (eager to try new features of Fluentd)
</p>
<ul>
<li>deb
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-deb">How to install Fluent Package using deb</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/6/ubuntu/index.html">Ubuntu Apt Repository</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/6/debian/index.html">Debian Apt Repository</a></li>
</ul>
<li>rpm:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-rpm">How to install Fluent Package using rpm</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/6/redhat/index.html">Redhat and CentOS Yum Repository</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/6/amazon/index.html">Amazon Linux Yum Repository</a></li>
</ul>
</li>
<li>msi:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-msi">How to install Fluent Package using msi</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/6/windows/index.html">Windows msi Repository</a></li>
</ul>
</li>
</ul>
</footer>
</article>
<h3>Fluent Package 5.x <span class="label error">Unmaintained</span></h3>
<div class="card danger">
<p>Fluent Package v5 had reached EOL in Dec, 2025</p>
<p>See <a href="https://www.fluentd.org/blog/schedule-for-fluent-package-5-eol">Drop schedule announcement about EOL of Fluent Package (fluent-package) 5</a></p>
</div>
<article class="card eol">
<header>
<h4>Fluent Package 5 <span class="label success">Long Term Support Version</span></h4>
</header>
<footer>
<p>
LTS version is recommended for enterprise services.
</p>
<ul>
<li>deb
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-deb">How to install Fluent Package (Long Term Support) using deb</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/5/ubuntu/index.html">Ubuntu Apt Repository</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/5/debian/index.html">Debian Apt Repository</a></li>
</ul>
<li>rpm:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-rpm">How to install Fluent Package (Long Term Support) using rpm</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/5/redhat/index.html">Redhat and CentOS Yum Repository</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/5/amazon/index.html">Amazon Linux Yum Repository</a></li>
</ul>
</li>
<li>msi:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-msi">How to install Fluent Package (Long Term Support) using msi</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/lts/5/windows/index.html">Windows msi Repository</a></li>
</ul>
</li>
</ul>
</footer>
</article>
<article class="card eol">
<header>
<h4>Fluent Package 5 <span class="label">Normal Release Version</span></h4>
</header>
<footer>
<p>
Since 5.1.0 was released, normal release channel and LTS channel were diverged.
Normal release version is recommended for early adopters (eager to try new features of Fluentd)
</p>
<ul>
<li>deb
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-deb">How to install Fluent Package using deb</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/5/ubuntu/index.html">Ubuntu Apt Repository</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/5/debian/index.html">Debian Apt Repository</a></li>
</ul>
<li>rpm:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-rpm">How to install Fluent Package using rpm</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/5/redhat/index.html">Redhat and CentOS Yum Repository</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/5/amazon/index.html">Amazon Linux Yum Repository</a></li>
</ul>
</li>
<li>msi:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-msi">How to install Fluent Package using msi</a></li>
<li>Browse: <a href="https://fluentd.cdn.cncf.io/5/windows/index.html">Windows msi Repository</a></li>
</ul>
</li>
</ul>
</footer>
</article>
<h2>Treasure Agent <span class="label error">Unmaintained</span></h2>
<article class="card">
<header>
<p>Visit the <a href="http://docs.treasuredata.com/articles/td-agent">our article page</a> for understanding Treasure Agent. <br />
All packages are signed by <a href="./GPG-KEY-td-agent">Treasure Data GPG key</a></p>
</header>
</article>
<article class="card eol">
<header>
<h4>Treasure Agent 4 (<strong>Unmaintained, Old Stable with ruby 2.7 or 3.1, <a href="https://www.fluentd.org/blog/schedule-for-td-agent-4-eol">End of life in Dec 2023</a></strong>)</h4>
</header>
<footer>
<ul>
<li>deb
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-deb">How to install Treasure Agent using deb</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/4/ubuntu/">Ubuntu Apt Repository</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/4/debian/">Debian Apt Repository</a></li>
</ul>
<li>yum:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-rpm">How to install Treasure Agent using rpm</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/4/redhat/">Redhat and CentOS Yum Repository</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/4/amazon/">Amazon Linux Yum Repository</a></li>
</ul>
</li>
<li>msi:
<ul>
<li><a href="https://docs.fluentd.org/installation/install-by-msi">How to install Treasure Agent using msi</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/4/windows/">Windows msi Repository</a></li>
</ul>
</li>
</ul>
</footer>
</article>
<article class="card eol">
<header>
<h4>Treasure Agent 3 (<strong>Unmaintained, Old-Old Stable with ruby 2.4, <a href="https://www.fluentd.org/blog/schedule-for-td-agent-3-eol">End of life in Feb 2022</a></strong>)</h4>
</header>
<footer>
<ul>
<li>deb
<ul>
<li><a href="https://docs.fluentd.org/articles/install-by-deb">How to install Treasure Agent using deb</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/3/ubuntu/">Ubuntu Apt Repository</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/3/debian/">Debian Apt Repository</a></li>
</ul>
<li>yum:
<ul>
<li><a href="https://docs.fluentd.org/articles/install-by-rpm">How to install Treasure Agent using rpm</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/3/redhat/">Redhat and CentOS Yum Repository</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/3/amazon/">Amazon Linux Yum Repository</a></li>
</ul>
</li>
<li>msi:
<ul>
<li><a href="https://docs.fluentd.org/articles/install-by-msi">How to install Treasure Agent using msi</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/3/windows/">Windows msi Repository</a></li>
</ul>
</li>
</ul>
</footer>
</article>
<article class="card eol">
<header>
<h4>Treasure Agent 2.5 (<strong>Unmaintained, Old-Old-Old Stable with ruby 2.5</strong>)</h4>
</header>
<footer>
<ul>
<li>deb
<ul>
<li><a href="https://docs.fluentd.org/v0.12/articles/install-by-deb">How to install Treasure Agent using deb</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/2.5/ubuntu/">Ubuntu Apt Repository</a></li>
</ul>
<li>yum:
<ul>
<li><a href="https://docs.fluentd.org/v0.12/articles/install-by-rpm">How to install Treasure Agent using rpm</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/2.5/redhat/">Redhat and CentOS Yum Repository</a></li>
</ul>
</li>
</ul>
</footer>
</article>
<article class="card eol">
<header>
<h4>Treasure Agent 2 (<strong>Unmaintained, Old-Old-Old-Old Stable with ruby 2.1</strong>)</h4>
</header>
<footer>
<ul>
<li>deb
<ul>
<li><a href="https://docs.fluentd.org/v0.12/articles/install-by-deb">How to install Treasure Agent using deb</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/2/ubuntu/">Ubuntu Apt Repository</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/2/debian/">Debian Apt Repository</a></li>
</ul>
<li>yum:
<ul>
<li><a href="https://docs.fluentd.org/v0.12/articles/install-by-rpm">How to install Treasure Agent using rpm</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/2/redhat/">Redhat and CentOS Yum Repository</a></li>
</ul>
</li>
</ul>
</footer>
</article>
<article class="card eol">
<header>
<h4>Treasure Agent 1 (<strong>Unmaintained</strong>)</h4>
</header>
<footer>
<ul>
<li>deb
<ul>
<li><a href="https://docs.fluentd.org/v0.10/articles/install-by-deb-v1">How to install Treasure Agent v1 using deb</a></li>
<li>Browse: Ubuntu <a href="https://td-agent-package-browser.herokuapp.com/debian/">Lucid</a> and <a href="https://td-agent-package-browser.herokuapp.com/precise/">Precise</a> Apt Repository</a></li>
</ul>
<li>yum:
<ul>
<li><a href="https://docs.fluentd.org/v0.10/articles/install-by-rpm-v1">How to install Treasure Agent v1 using rpm</a></li>
<li>Browse: <a href="https://td-agent-package-browser.herokuapp.com/redhat/">Redhat and CentOS Yum Repository</a></li>
</ul>
</li>
</ul>
</footer>
</article>
<hr>
<div style="text-align: right; margin: 1em">
<p>Fluent Package repository was powered by <a href="https://www.cncf.io/">Cloud Native Computing Foundation</a></p>
</div>
</body>
</html>