A Vagrant image to make post-mortem log visualization easier.
###Use case:
You have a bunch of static log files and you want to analyze them.
###Solution:
Use the logstash -> elasticsearch -> kibana stack, just like you would on a live system!
###Dependencies:
Vagrant - http://www.vagrantup.com/downloads.html
Ansible - http://docs.ansible.com/intro_installation.html#latest-releases-via-pip
###How To Set Up:
- Install Vagrant and Ansible
- Replace the
logstash.conf
file inansible-playbook/roles/logstash/files
with your own vagrant up
ifconfig
to get the IP address - use this to navigate to Kibana
###How To Use:
- copy/move your logs to the
logs/
directory vagrant ssh
- (if necessary)
elasticsearchclear
stashlogs
(CTRL-C when it's done)