Skip to content

Commit

Permalink
Version bump in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed May 21, 2014
1 parent 2ae1c4b commit d50a796
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,47 +125,47 @@ 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:


**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]
Expand Down

0 comments on commit d50a796

Please sign in to comment.