- 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.
推薦閱讀
- 虛擬儀器設(shè)計(jì)測(cè)控應(yīng)用典型實(shí)例
- Dreamweaver CS3 Ajax網(wǎng)頁(yè)設(shè)計(jì)入門(mén)與實(shí)例詳解
- 大數(shù)據(jù)項(xiàng)目管理:從規(guī)劃到實(shí)現(xiàn)
- 我的J2EE成功之路
- PowerShell 3.0 Advanced Administration Handbook
- 7天精通Dreamweaver CS5網(wǎng)頁(yè)設(shè)計(jì)與制作
- 工業(yè)機(jī)器人現(xiàn)場(chǎng)編程(FANUC)
- PVCBOT機(jī)器人控制技術(shù)入門(mén)
- 在實(shí)戰(zhàn)中成長(zhǎng):Windows Forms開(kāi)發(fā)之路
- Citrix? XenDesktop? 7 Cookbook
- Oracle 11g Anti-hacker's Cookbook
- Windows 7故障與技巧200例
- PostgreSQL 10 High Performance
- 傳感技術(shù)基礎(chǔ)與技能實(shí)訓(xùn)
- fastText Quick Start Guide