All that you need to build CentOS RPMs for:
- ElasticSearch 1.3.2
- Logstash 1.4.2
- Kibana 3.1.0
Clone repository and prepare RPM build environment.
$ git clone https://github.com/pzinovkin/logstash-specs.git
$ cd logstash-specs
$ make init
Now you can make
something:
$ make
Please choose one of the following target:
init
clean
elasticsearch
kibana
logstash
$ make elasticsearch
Install VirtualBox and Vagrant. Initialize virtual machine.
$ vagrant up
SSH to newly created machine. Directory will be changed automatically.
$ vagrant ssh
$ make logstash