- Mastering Kibana 6.x
- Anurag Srivastava
- 241字
- 2021-07-16 18:20:09
Metricbeat
Metricbeat should be installed as close as possible to the service that needs to be monitored. For example, if there are four servers running MySQL, it's strongly recommended that you run Metricbeat on each service. This gives Metricbeat access to your service from localhost and in turn does not cause any additional network traffic or prevent Metricbeat from collecting metrics when there are network problems. Metrics from multiple Metricbeat instances will be combined on the Elasticsearch server.
To download and install Metricbeat, 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), as follows:
- Ubuntu:
curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.2.1-amd64.deb
sudo dpkg -i metricbeat-6.2.1-amd64.deb
- Red Hat:
curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.2.1-x86_64.rpm
sudo rpm -vi metricbeat-6.2.1-x86_64.rpm
- macOS:
curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.2.1-darwin-x86_64.tar.gz
tar xzvf metricbeat-6.2.1-darwin-x86_64.tar.gz
- Windows:
- Download the Metricbeat Windows ZIP file from the downloads page.
- Extract the contents of the ZIP file into C:\Program Files.
- Rename the metricbeat-<version>-windows directory to Metricbeat.
- 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 Metricbeat as a Windows service:
PS > cd 'C:\Program Files\Metricbeat'
PS C:\Program Files\Metricbeat> .\install-service-metricbeat.ps1
Before starting Metricbeat, you should look at the configuration options in the configuration file; for example, C:\Program Files\Metricbeat\metricbeat.yml.
- 大數據技術與應用基礎
- 32位嵌入式系統與SoC設計導論
- 課課通計算機原理
- Visualforce Development Cookbook(Second Edition)
- Excel 2007函數與公式自學寶典
- TestStand工業自動化測試管理(典藏版)
- CompTIA Network+ Certification Guide
- 中國戰略性新興產業研究與發展·智能制造裝備
- Dreamweaver CS6精彩網頁制作與網站建設
- 水晶石影視動畫精粹:After Effects & Nuke 影視后期合成
- 經典Java EE企業應用實戰
- Learning Apache Apex
- 一步步寫嵌入式操作系統
- Web璀璨:Silverlight應用技術完全指南
- AVR單片機工程師是怎樣煉成的