- 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.
推薦閱讀
- 亮劍.NET:.NET深入體驗與實戰精要
- Big Data Analytics with Hadoop 3
- Getting Started with MariaDB
- 輕松學Java
- 數據產品經理:解決方案與案例分析
- 大數據技術入門(第2版)
- 傳感器技術應用
- Python Algorithmic Trading Cookbook
- 工業機器人入門實用教程(KUKA機器人)
- 可編程序控制器應用實訓(三菱機型)
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- Learning C for Arduino
- Excel 2007技巧大全
- HTML5 Canvas Cookbook
- 網絡服務搭建、配置與管理大全(Linux版)