- Mastering Kibana 6.x
- Anurag Srivastava
- 145字
- 2021-07-16 18:20:09
Filebeat
To download and install Filebeat, 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/filebeat/filebeat-6.2.1-amd64.deb
sudo dpkg -i filebeat-6.2.1-amd64.deb
- Red Hat:
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.1-x86_64.rpm
sudo rpm -vi filebeat-6.2.1-x86_64.rpm
- macOS:
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.1-darwin-x86_64.tar.gz
tar xzvf filebeat-6.2.1-darwin-x86_64.tar.gz
- Windows:
- Download the Filebeat Windows ZIP file from the downloads page.
- Extract the contents of the ZIP file into C:\Program Files.
- Rename the filebeat-<version>-windows directory to Filebeat.
- 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 Filebeat as a Windows service:
PS > cd 'C:\Program Files\Filebeat'
PS C:\Program Files\Filebeat> .\install-service-filebeat.ps1
推薦閱讀
- Visualforce Development Cookbook(Second Edition)
- 計算機網絡應用基礎
- PHP開發手冊
- Pig Design Patterns
- Kubernetes for Developers
- Prometheus監控實戰
- 數據掘金
- Python:Data Analytics and Visualization
- Statistics for Data Science
- 基于神經網絡的監督和半監督學習方法與遙感圖像智能解譯
- 從零開始學SQL Server
- Linux Shell Scripting Cookbook(Third Edition)
- MongoDB 4 Quick Start Guide
- 中文版Photoshop情境實訓教程
- x86/x64體系探索及編程