pzinovkin / logstash-specs

Logstash SPECS for CentOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logstash SPECS for CentOS

All that you need to build CentOS RPMs for:

Hot to build

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

Building with VritualBox

Install VirtualBox and Vagrant. Initialize virtual machine.

$ vagrant up

SSH to newly created machine. Directory will be changed automatically.

$ vagrant ssh
$ make logstash

See also

About

Logstash SPECS for CentOS


Languages

Language:Shell 100.0%