- Mastering Kibana 6.x
- Anurag Srivastava
- 207字
- 2021-07-16 18:20:09
Heartbeat
Unlike most Beats, which we install on edge nodes, we typically install Heartbeat as part of a monitoring service that runs on a separate machine and possibly even outside of the network where the services that you want to monitor are running.
To download and install Heartbeat, use the commands that work with your system (deb for Debian/Ubuntu, rpm for Red Hat/CentOS/Fedora, macOS for OS X, Docker for any Docker platform, and win for Windows):
- Ubuntu:
curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-6.2.1-amd64.deb
sudo dpkg -i heartbeat-6.2.1-amd64.deb
- Red Hat:
curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-6.2.1-x86_64.rpm
sudo rpm -vi heartbeat-6.2.1-x86_64.rpm
- macOS:
curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-6.2.1-darwin-x86_64.tar.gz
tar xzvf heartbeat-6.2.1-darwin-x86_64.tar.gz
- Windows:
- Download the Heartbeat Windows ZIP file from the downloads page.
- Extract the contents of the ZIP file into C:\Program Files.
- Rename the heartbeat-<version>-windows directory to Heartbeat.
- Open a PowerShell prompt as an administrator (right-click the PowerShell icon and select Run as administrator). If you are running Windows XP, you may need to download and install PowerShell.
- From the PowerShell prompt, run the following commands to install Heartbeat as a Windows service:
PS > cd 'C:\Program Files\Heartbeat'
PS C:\Program Files\Heartbeat> .\install-service-heartbeat.ps1
Before starting Heartbeat, you should look at the configuration options in the configuration file; for example, C:\Program Files\Heartbeat\heartbeat.yml or /etc/heartbeat/heartbeat.yml.
推薦閱讀
- Cinema 4D R13 Cookbook
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 數(shù)據(jù)中心建設(shè)與管理指南
- Security Automation with Ansible 2
- 大數(shù)據(jù)安全與隱私保護
- Implementing Oracle API Platform Cloud Service
- MCGS嵌入版組態(tài)軟件應(yīng)用教程
- INSTANT Heat Maps in R:How-to
- INSTANT Puppet 3 Starter
- 青少年VEX IQ機器人實訓(xùn)課程(初級)
- AVR單片機工程師是怎樣煉成的
- 新一代人工智能與語音識別
- 網(wǎng)絡(luò)安全原理與應(yīng)用
- 大數(shù)據(jù):從基礎(chǔ)理論到最佳實踐
- 系統(tǒng)建模與控制導(dǎo)論