- 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.
推薦閱讀
- 腦動力:C語言函數(shù)速查效率手冊
- Python Artificial Intelligence Projects for Beginners
- 精通Windows Vista必讀
- 圖形圖像處理(Photoshop)
- 機器學習與大數(shù)據(jù)技術(shù)
- 返璞歸真:UNIX技術(shù)內(nèi)幕
- 智能工業(yè)報警系統(tǒng)
- Windows內(nèi)核原理與實現(xiàn)
- Pig Design Patterns
- 項目管理成功利器Project 2007全程解析
- 大數(shù)據(jù)案例精析
- 筆記本電腦電路分析與故障診斷
- 納米集成電路制造工藝(第2版)
- 網(wǎng)頁設(shè)計與制作
- 案例解說虛擬儀器典型控制應(yīng)用