Query log analysis – using logstash, elasticsearch and kibana
- Install Vagrant
vagrant up
- Open http://localhost:5601/
- Select a dashboard from the Kibana menu.
To add more data you need to add the index template in elasticsearch/index-temaplate.json for instructions see the elasticsearch documentation.
First log into the box
vagrant ssh
then you can run the logstash indexer-shipper.conf
java -jar /home/vagrant/logstash/logstash.jar agent -f '/vagrant/logstash/indexer-shipper.conf'