- Mastering Kibana 6.x
- Anurag Srivastava
- 212字
- 2021-07-16 18:20:09
Packetbeat
The value of a network packet analytics system such as Packetbeat can be best understood by trying it on your traffic.
To download and install Packetbeat, 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:
sudo apt-get install libpcap0.8
curl -L -O https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.1-amd64.deb
sudo dpkg -i packetbeat-6.2.1-amd64.deb
- Red Hat:
sudo yum install libpcap
curl -L -O https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.1-x86_64.rpm
sudo rpm -vi packetbeat-6.2.1-x86_64.rpm
- macOS:
curl -L -O https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.1-darwin-x86_64.tar.gz
tar xzvf packetbeat-6.2.1-darwin-x86_64.tar.gz
- Windows:
- Download and install WinPcap from this page. WinPcap is a library that uses a driver to enable packet capturing.
- Download the Packetbeat Windows ZIP file from the downloads page.
- Extract the contents of the ZIP file into C:\Program Files.
- Rename the packetbeat-<version>-windows directory to Packetbeat.
- 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 Packetbeat as a Windows service:
PS > cd 'C:\Program Files\Packetbeat'
PS C:\Program Files\Packetbeat> .\install-service-packetbeat.ps1
Before starting Packetbeat, you should look at the configuration options in the configuration file; for example, C:\Program Files\Packetbeat\packetbeat.yml or /etc/packetbeat/packetbeat.yml.
推薦閱讀
- Word 2000、Excel 2000、PowerPoint 2000上機指導與練習
- 手把手教你玩轉RPA:基于UiPath和Blue Prism
- Julia 1.0 Programming
- 最簡數據挖掘
- 基于32位ColdFire構建嵌入式系統
- 運動控制系統應用與實踐
- Godot Engine Game Development Projects
- 云計算和大數據的應用
- WPF專業編程指南
- Generative Adversarial Networks Projects
- 微機組裝與維護教程
- EDA技術及其創新實踐(Verilog HDL版)
- SolarWinds Server & Application Monitor:Deployment and Administration
- 工業控制系統安全
- 單片機硬件接口電路及實例解析