Hello,
I'm trying to get some stats on Apache Solr logs but I can't get the detail of the url contained into the log. For example, I have the line "127.0.0.1 – – [06/05/2010:11:48:18 +0000] "GET /solr/select?indent=on&version=2.2&q=test&fq=&start=0&rows=10&fl=id%2Cscore&qt=standard&wt=standard&explainOther=&hl.fl= HTTP/1.1″ 304 0″ contained in the log file.
Then, I do a "perl awstats.pl -config=SolrTest -update -showcorrupted" and see that the line has been added and then I finally do a "awstats_buildstaticpages.pl" in order to get all the html files for the report.
The issue here is that I can't see anything about the url in the html generated. I see some statistics but for example Search Keyphrases and Search Keywords return 0 result and the awstats.SolrTest.urldetail.html file show me some addresses but nothing specific.
Here is the part about LogFormat of the config file :
LogFormat = "%host %other %logname %time1 %methodurl %code %bytesd"
Thanks in advance