Skip to content

Commit

Permalink
Update README for 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrmiller committed Jun 10, 2018
1 parent c425463 commit 7189b49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## A high performance Solr log reader / parser.

Early days. Crunches and summarizes Solr log files.
Crunches and summarizes Solr log files.

**java -jar slr.jar [file or folder path] {TextMatchAspect} {TextMatchAspect} {-o outputdir} {-r '2015-05-12 14:23:00' '2015-05-12 15:11:56'}**

Expand All @@ -26,14 +26,17 @@ Logs that look like they come from different servers will be summarized separate

### Getting Started

Download SolrLogReader: https://github.com/markrmiller/SolrLogReader/releases/download/v0.0.2/solr-log-reader-0.0.2-SNAPSHOT-dist.zip
Download SolrLogReader: https://github.com/markrmiller/SolrLogReader/releases/download/v1.0.0/solr-log-reader-1.0.0-dist.zip

Extract it.

Run it.

**java -jar slr.jar /path/to/logs**

Often you want all the extra output and separation you can get by using the -o output folder option.

**java -jar slr.jar /path/to/logs /path/to/output**

### Timestamp Patterns

Expand Down

0 comments on commit 7189b49

Please sign in to comment.