Steps to run Logstash
$ wget https://logstash.objects.dreamhost.com/release/logstash-1.2.1-flatjar.jar
$ wget https://gist.github.com/chetanmeh/6607253/raw/logstash-cq.conf
Edit the conf file to change file path
$ java -jar logstash-1.2.1-flatjar.jar agent -f logstash-cq.conf -- web
Access the Kibana UI at http://localhost:9292
A simpler way would have been to use TCP input in Logstash and stream any log file. But it currently causes [issues][1] with 1.2.1 version. So used the file input to import the data