09
Jan
2023

Logtail use

curl -1sLf \
  'https://repositories.timber.io/public/vector/cfg/setup/bash.deb.sh' \
| sudo -E bash

Install Vector using APT

curl -1sLf \
  'https://repositories.timber.io/public/vector/cfg/setup/bash.deb.sh' \
| sudo -E bash
sudo apt-get install vector
sudo apt-get upgrade vector

wget -O ->> /etc/vector/vector.toml \
https://logtail.com/vector-toml/ubuntu/<YOUR_LOGTAIL_SOURCE_TOKEN>

systemctl restart vector

Share

You may also like...