This vagrant box installs elasticsearch, logstash and kibana 4 and nodejs
Inspired by vagrant-elk-stack
VirtualBox and Vagrant (minimum version 1.6)
To get started run:
vagrant up
vagrant ssh
Elasticsearch will be available on the host machine at http://localhost:9200/, Kibana at http://localhost:5601/
To run Logstash manually. Use the following command to use an example logstash config and feed example log file located at example-logs/testlog
/opt/logstash/bin/logstash agent -f /vagrant/confs/logstash/logstash.conf
If kibana for some reason should fail to start, start it manually using
/vagrant/kibana/kibana-4.0.0-linux-x64/bin/kibana