WARNING: Version 1.1 of Packetbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Step 1: Installing Packetbeat
editStep 1: Installing Packetbeat
editTo download and install Packetbeat on your application servers, use the commands that work with your system (deb for Debian/Ubuntu, rpm for Redhat/Centos/Fedora, mac for OS X, and win for Windows).
If you use Apt or Yum, you can install Packetbeat from our repositories to update to the newest version more easily.
See our download page for other installation options, such as 32-bit images.
sudo apt-get install libpcap0.8 curl -L -O https://download.elastic.co/beats/packetbeat/packetbeat_1.1.2_amd64.deb sudo dpkg -i packetbeat_1.1.2_amd64.deb
sudo yum install libpcap curl -L -O https://download.elastic.co/beats/packetbeat/packetbeat-1.1.2-x86_64.rpm sudo rpm -vi packetbeat-1.1.2-x86_64.rpm
curl -L -O https://download.elastic.co/beats/packetbeat/packetbeat-1.1.2-darwin.tgz tar xzvf packetbeat-1.1.2-darwin.tgz
- 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 toPacketbeat
. - 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.
-
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
If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: PowerShell.exe -ExecutionPolicy UnRestricted -File .\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
. For
more information about these options, see Configuration Options.