Re: Solr Log Analysis

2015-10-05 Thread Mark Miller
Best tool for this job really depends on your needs, but one option: I have a dev tool for Solr log analysis: https://github.com/markrmiller/SolrLogReader If you use the -o option, it will spill out just the queries to a file with qtimes. - Mark On Wed, Sep 23, 2015 at 8:16 PM Tarala, Magesh

Re: Solr Log Analysis

2015-09-24 Thread Ahmet Arslan
Hi Tarala, Never used my self but please see: https://soleami.com/blog/soleami-start_en.html Ahmet On Thursday, September 24, 2015 3:16 AM, "Tarala, Magesh" wrote: I'm using Solr 4.10.4 in a 3 node cloud setup. I have 3 shards and 3 replicas for the collection. I want to

Re: Solr Log Analysis

2015-09-24 Thread Will Hayes
Hi - If you use Logstash for the log ingestion the config below will parse what you need for search analytics including: terms, 0 results, response times and more. Happy to assist off-list if you have any questions

Re: Solr Log Analysis

2015-09-24 Thread Otis Gospodnetić
Hi Magesh, Here are 2 more solutions you could use: 1) Site Search Analytics -- this basically integrates into your search results via JS like Google Analytics and automatically captures a bunch of search and click data and gives you a number of

Solr Log Analysis

2015-09-23 Thread Tarala, Magesh
I'm using Solr 4.10.4 in a 3 node cloud setup. I have 3 shards and 3 replicas for the collection. I want to analyze the logs to extract the queries and query times. Is there a tool or script someone has created already for this? Thanks, Magesh