SolrLogReader icon indicating copy to clipboard operation
SolrLogReader copied to clipboard

A high performance Apache Solr log reader / parser. I am often faced with many gigs of Solr logs to analyze. This is how I cope.

Results 7 SolrLogReader issues
Sort by recently updated
recently updated
newest added

First of all, this is really a cool and nifty tool. Thank you @markrmiller. It would be nice to have slow query analysis for '/get' (real time get) handler as...

Fix for null pointer error when built & run on CentOS7/JDK8 Exception in thread "main" java.lang.NullPointerException at SolrLogReader.getFiles(SolrLogReader.java:306) at SolrLogReader.getFiles(SolrLogReader.java:312) at SolrLogReader.summarize(SolrLogReader.java:189) at SolrLogReader.main(SolrLogReader.java:73)

Currently, each thread tries to figure out the timestamp format. This means that a thread that starts mid line may detect something different than the thread that starts at the...

5.1 has much better per core / collection logging, but we are changing the format a smidge for 5.2.