This guide installs Metricbeat as an example. The steps are similar for other Beats.
On Debian/Ubuntu:
sudo apt update
sudo apt install -y metricbeat
On RHEL-based systems, install via the Elastic repository packages.
Edit the config file:
sudo nano /etc/metricbeat/metricbeat.yml
Set the output for Elasticsearch or Logstash.
sudo metricbeat modules enable system
sudo systemctl enable --now metricbeat
Feel free to contact us. Find all contact information on our contact page.