Hello,
First off, thanks for all the hard work you guys do on log2timeline!
I've been trying to get log2timeline data into Kibana by following the info found in these posts:
The issue I've run into is the link to download the nginx.conf file from the instructions is returning a 404 error. So far I've used the siftbootstrap.sh script to install the tools on my Ubuntu 14.04 server distro which I noticed installed apache, elasticsearch, kibana and of course log2timeline.py. I've installed the pyelasticsearch plugin and confirmed it in psort.py -o list. I updated my kibana config.js file to point elastic search to my servers FQDN and kept the default port of 9200. Apache is also confirmed to be up and running and Kibana files are in /var/www/html/kibana. I think that just about covers the basics of the install, however I can't view the output of psort.py -z UTC -o elastic --case-name <casename> <storage.dump>
I get the following info from psort:
[INFO] Starting new HTTP connection (1): 127.0.0.1
No handlers could be found for logger "elasticsearch.trace"
Looks good (I think), but when I go to the site http://<ipaddress>:9200/index.html#/app/dashboard/file/plaso.json I get the error message:
{"error":"IndexMissingException[[index.html] missing]","status":404}
My first thought is that I don't have Apache configured correctly to view the site and if that's the case can anyone provide guidance on getting that fixed? Otherwise I could really use some guidance on getting this set up properly with either nginx or apache.