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-deb-fluent-package.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,7 @@ This article explains how to install stable versions of `fluent-package` deb pac
4
4
5
5
## What is `fluent-package`?
6
6
7
-
Fluentd is written in Ruby for flexibility, with performance-sensitive parts in C. However, some users may have difficulty installing and operating a Ruby daemon.
8
-
9
-
That is why [Fluentd Project](https://www.fluentd.org/) provides **the stable distribution of Fluentd**, called `fluent-package` (formerly known as `td-agent`). The differences between Fluentd and `fluent-package` can be found [here](https://www.fluentd.org/faqs).
10
-
11
-
You can also see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md) for the comparison and supported OS.
7
+
Please see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md).
Copy file name to clipboardExpand all lines: installation/install-fluent-package/install-by-dmg-fluent-package.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,7 @@ This article explains how to install stable versions of `fluent-package` dmg pac
4
4
5
5
## What is `fluent-package`?
6
6
7
-
Fluentd is written in Ruby for flexibility, with performance-sensitive parts in C. However, some users may have difficulty installing and operating a Ruby daemon.
8
-
9
-
That is why [Fluentd Project](https://www.fluentd.org/) provides **the stable distribution of Fluentd**, called `fluent-package`. The differences between Fluentd and `fluent-package` can be found [here](https://www.fluentd.org/faqs).
10
-
11
-
You can also see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md) for the comparison and supported OS.
7
+
Please see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md).
Copy file name to clipboardExpand all lines: installation/install-fluent-package/install-by-rpm-fluent-package.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,7 @@ This article explains how to install stable versions of `fluent-package` rpm pac
4
4
5
5
## What is `fluent-package`?
6
6
7
-
Fluentd is written in Ruby for flexibility, with performance-sensitive parts in C. However, some users may have difficulty installing and operating a Ruby daemon.
8
-
9
-
That is why [Fluentd Project](https://www.fluentd.org/) provides **the stable distribution of Fluentd**, called `fluent-package` (formerly known as `td-agent`). The differences between Fluentd and `fluent-package` can be found [here](https://www.fluentd.org/faqs).
10
-
11
-
You can also see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md) for the comparison and supported OS.
7
+
Please see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md).
Copy file name to clipboardExpand all lines: quickstart/fluent-package-v5-vs-td-agent.md
+36-6Lines changed: 36 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,18 @@
1
1
# fluent-package v5 vs td-agent v4
2
2
3
+
Fluentd is written in Ruby for flexibility, with performance-sensitive parts in C. However, some users may have difficulty installing and operating a Ruby daemon.
4
+
5
+
That is why [Fluentd Project](https://www.fluentd.org/) provides **the stable distribution of Fluentd**, called `fluent-package` (formerly known as `td-agent`). The differences between Fluentd and `fluent-package` can be found [here](https://www.fluentd.org/faqs).
6
+
7
+
This article explains the difference between `fluent-package` v5 and `td-agent` v4.
8
+
3
9
{% hint style='danger' %}
4
10
The series of td-agent had already reached End of Life (EOL). td-agent should not be newly installed because of no support, no new release and no security updates anymore.
5
11
Use fluent-package instead!
6
12
{% endhint %}
7
13
8
14
## Supported Platforms
9
15
10
-
[Fluentd Project](https://www.fluentd.org) maintains stable packages for Fluentd and canonical plugins as Fluent Package \(the package is called `fluent-package`\)
@@ -35,12 +38,25 @@ which is formerly known as `td-agent`.
35
38
New stable. Major feature updates to `fluent-package` v5 are as follows:
36
39
37
40
* Ruby 3.2
38
-
* Fluentd v1.16.2
41
+
* Fluentd v1.16.2 ~
39
42
* Added support for Amazon Linux 2023
40
43
* Added support for Debian Bookworm
44
+
* Added support for Ubuntu Noble (since v5.0.4)
41
45
* Shipped through 2 channels. See [Scheduled support lifecycle announcement about Fluent Package](https://www.fluentd.org/blog/fluent-package-scheduled-lifecycle) for details.
42
46
* Normal release
43
47
* Long Term Support (LTS)
48
+
* Added new features:
49
+
* Zero-downtime restart / udpate
50
+
*[fluent-package v5.2.0 has been released](https://www.fluentd.org/blog/fluent-package-v5.2.0-has-been-released)
*[Upgrade to fluent-package v5](https://www.fluentd.org/blog/upgrade-td-agent-v4-to-v5).
94
+
65
95
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under under [the Apache License 2.0.](https://www.apache.org/licenses/LICENSE-2.0)
0 commit comments