From d50a79668997fc3435ca43ddbbc5c6fa8e9ce41c Mon Sep 17 00:00:00 2001 From: Monica Sarbu Date: Wed, 21 May 2014 23:20:14 +0200 Subject: [PATCH] Version bump in the README --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5164dd86280b..d1c00f75e2be 100644 --- a/README.md +++ b/README.md @@ -125,21 +125,21 @@ Now that you have Elasticsearch and Kibana running, I'm sure you are eager to pu **deb** ```bash $ sudo apt-get install libpcap0.8 - $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.1.1/packetbeat_0.1.1-1_amd64.deb - $ sudo dpkg -i packetbeat_0.1.1-1_amd64.deb + $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.2.0/packetbeat_0.2.0-1_amd64.deb + $ sudo dpkg -i packetbeat_0.2.0-1_amd64.deb ``` **rpm** ```bash $ sudo yum install libpcap daemonize - $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.1.1/packetbeat-0.1.1-1.el6.x86_64.rpm - $ sudo rpm -vi packetbeat-0.1.1-1.el6.x86_64.rpm + $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.2.0/packetbeat-0.2.0-1.el6.x86_64.rpm + $ sudo rpm -vi packetbeat-0.2.0-1.el6.x86_64.rpm ``` **binary** ```bash $ # install libpcap using your operating system package manager - $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.1.1/packetbeat-0.1.1-x86_64.tar.gz - $ tar xzvf packetbeat-0.1.1-1.el6.x86_64.tar.gz + $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.2.0/packetbeat-0.2.0-x86_64.tar.gz + $ tar xzvf packetbeat-0.2.0-1.el6.x86_64.tar.gz ``` For the 32 bits packages, fetch packages: @@ -147,25 +147,25 @@ For the 32 bits packages, fetch packages: **deb** ```bash - $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.1.1/packetbeat_0.1.1-1_i386.deb + $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.2.0/packetbeat_0.2.0-1_i386.deb ``` **rpm** ```bash - $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.1.1/packetbeat-0.1.1-1.el6.i686.rpm + $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.2.0/packetbeat-0.2.0-1.el6.i686.rpm ``` **binary** ```bash - $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.1.1/packetbeat-0.1.1-1.el6.x86_32.tar.gz + $ curl -L -O https://github.com/packetbeat/packetbeat/releases/download/v0.2.0/packetbeat-0.2.0-1.el6.x86_32.tar.gz ``` Before starting the agent, edit the configuration file: - + ```bash $ nano /etc/packetbeat/packetbeat.conf ``` -First, set the IP address and port where the agent can find the Elasticsearch installation: +First, set the IP address and port where the agent can find the Elasticsearch installation: ``` [elasticsearch]