Install Vector via DPKG
Vector can be installed through the DPKG package manager which is generally used on Debian and Ubuntu systems.
Install
- x86_64
- ARM64
- ARMv7
Download the Vector
.debpackage- Latest (0.6.0)
- Nightly
curl --proto '=https' --tlsv1.2 -O https://packages.timber.io/vector/0.6.X/vector-amd64.debInstall the downloaded package
sudo dpkg -i vector-amd64.debStart Vector
sudo systemctl start vector
That's it! Proceed to configure Vector for your use case.
Previous Versions
Historical Vector versions can be found in the releases.
Once you've found the version you'd like to install you can re-follow the
install steps with the URL to the Vector .deb file.
Configuring
The Vector configuration file is placed in:
etc/vector/vector.toml
A full spec is located at /etc/vector/vector.spec.toml and examples are
located in /etc/vector/examples/*. You can learn more about configuring
Vector in the Configuration section.
Administering
Vector can be managed through the Systemd service manager:
Uninstalling
sudo dpkg -r vector
Updating
Follow the install steps again, downloading the latest version of Vector.