Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions installation/install-by-deb-td-agent-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ NOTE: If your OS is not supported, consider [gem installation](install-by-gem.md

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.

For Ubuntu Bionic:
For Ubuntu Bionic (Ubuntu 18.04):

```bash
# td-agent 3 (EOL)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent3.sh | sh
```

For Ubuntu Xenial:
For Ubuntu Xenial (Ubuntu 16.04):

```bash
# td-agent 3 (EOL)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent3.sh | sh
```

For Debian Buster:
For Debian Buster (Debian 10):

```bash
# td-agent 3 (EOL)
Expand Down
12 changes: 6 additions & 6 deletions installation/install-by-deb-td-agent-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,47 +31,47 @@ NOTE: Treasure Data does not verify Debian packages. If you have any problem wit

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.

#### For Ubuntu Jammy:
#### For Ubuntu Jammy (Ubuntu 22.04):

##### td-agent 4 (experimental)

```bash
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-td-agent4.sh | sh
```

#### For Ubuntu Focal:
#### For Ubuntu Focal (Ubuntu 20.04):

##### td-agent 4 (EOL)

```bash
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-focal-td-agent4.sh | sh
```

#### For Ubuntu Bionic:
#### For Ubuntu Bionic (Ubuntu 18.04):

##### td-agent 4 (EOL)

```bash
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent4.sh | sh
```

#### For Ubuntu Xenial:
#### For Ubuntu Xenial (Ubuntu 16.04):

##### td-agent 4 (EOL)

```bash
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent4.sh | sh
```

#### For Debian Bullseye:
#### For Debian Bullseye (Debian 11):

##### td-agent 4 (EOL)

```bash
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-bullseye-td-agent4.sh | sh
```

#### For Debian Buster:
#### For Debian Buster (Debian 10):

##### td-agent 4 (EOL)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem

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/calyptia-fluentd.sources` and installs the `calyptia-fluentd` deb package.

For Ubuntu Focal:
For Ubuntu Focal (Ubuntu 20.04):

```bash
# calyptia-fluentd 1
curl -fsSL https://calyptia-fluentd.s3.us-east-2.amazonaws.com/calyptia-fluentd-1-ubuntu-focal.sh | sh
```

For Ubuntu Bionic:
For Ubuntu Bionic (Ubuntu 18.04):

```bash
# calyptia-fluentd 1
curl -fsSL https://calyptia-fluentd.s3.us-east-2.amazonaws.com/calyptia-fluentd-1-ubuntu-bionic.sh | sh
```

For Ubuntu Xenial:
For Ubuntu Xenial (Ubuntu 16.04):

```bash
# calyptia-fluentd 1
curl -fsSL https://calyptia-fluentd.s3.us-east-2.amazonaws.com/calyptia-fluentd-1-ubuntu-xenial.sh | sh
```

For Debian Buster:
For Debian Buster (Debian 10):

```bash
# calyptia-fluentd 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem

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/fluent.sources` (or `/etc/apt/sources.list.d/fluent-lts.sources`) and installs the `fluent-package` deb package.

#### For Ubuntu Noble:
#### For Ubuntu Noble (Ubuntu 24.04):

##### fluent-package 5 (LTS)

Expand All @@ -47,7 +47,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package5-l
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package5.sh | sh
```

#### For Ubuntu Jammy:
#### For Ubuntu Jammy (Ubuntu 22.04):

##### fluent-package 5 (LTS)

Expand All @@ -61,7 +61,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package5-l
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package5.sh | sh
```

#### For Ubuntu Focal:
#### For Ubuntu Focal (Ubuntu 20.04):

{% hint style='info' %}
fluent-package v6 will not be shipped for Ubuntu Focal.
Expand All @@ -79,7 +79,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-focal-fluent-package5-l
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-focal-fluent-package5.sh | sh
```

#### For Debian Bookworm:
#### For Debian Bookworm (Debian 12):

##### fluent-package 5 (LTS)

Expand All @@ -93,7 +93,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-bookworm-fluent-package
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-bookworm-fluent-package5.sh | sh
```

#### For Debian Bullseye:
#### For Debian Bullseye (Debian 11):

{% hint style='info' %}
fluent-package v6 will not be shipped for Debian Bullseye.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem

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/fluent.sources` (or `/etc/apt/sources.list.d/fluent-lts.sources`) and installs the `fluent-package` deb package.

#### For Ubuntu Resolute:
#### For Ubuntu Resolute (Ubuntu 26.04):

##### fluent-package 6 (LTS)

Expand All @@ -46,7 +46,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-resolute-fluent-package
fluent-package for normal release version is not ready yet. LTS version is recommended now.
{% endhint %}

#### For Ubuntu Noble:
#### For Ubuntu Noble (Ubuntu 24.04):

##### fluent-package 6 (LTS)

Expand All @@ -60,7 +60,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package6-l
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package6.sh | sh
```

#### For Ubuntu Jammy:
#### For Ubuntu Jammy (Ubuntu 22.04):

##### fluent-package 6 (LTS)

Expand All @@ -74,7 +74,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package6-l
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package6.sh | sh
```

#### For Debian Trixie:
#### For Debian Trixie (Debian 13):

##### fluent-package 6 (LTS)

Expand All @@ -88,7 +88,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-trixie-fluent-package6-
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-trixie-fluent-package6.sh | sh
```

#### For Debian Bookworm:
#### For Debian Bookworm (Debian 12):

##### fluent-package 6 (LTS)

Expand Down